summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_device.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-27RDMA/hns: Clean the hardware related code for HEMXi Wang1-2/+0
2021-03-04RDMA/hns: Fix type of sq_signal_bitsWeihang Li1-1/+1
2020-12-30RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li1-0/+8
2020-12-30RDMA/hns: Only record vlan info for HIP08Weihang Li1-1/+1
2020-09-29RDMA/hns: Remove unused variables and definitionsLang Cheng1-8/+0
2020-09-24RDMA/hns: Support inline data in extented sge space for RCWeihang Li1-0/+2
2020-09-24RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li1-1/+1
2020-09-24RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang1-1/+4
2020-09-24RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang1-1/+5
2020-09-24RDMA/hns: Add support for EQE in size of 64 BytesWenpeng Liang1-4/+10
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-2/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-2/+2
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-1/+4
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+1
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-2/+0
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li1-11/+12
2020-08-20Revert "RDMA/hns: Reserve one sge in order to avoid local length error"Weihang Li1-2/+0
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-15/+16
2020-07-30RDMA/hns: Remove support for HIP08_ALang Cheng1-3/+2
2020-07-07RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang1-9/+11
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb1-2/+2
2020-06-18RDMA/hns: Fix a calltrace when registering MR from userspaceYangyang Li1-3/+4
2020-05-25RDMA/hns: Optimize the usage of MTRXi Wang1-1/+2
2020-05-25RDMA/hns: Change variables representing quantity to unsignedWeihang Li1-2/+2
2020-05-25RDMA/hns: Change all page_shift to unsignedWeihang Li1-12/+13
2020-05-25RDMA/hns: Add CQ flag instead of independent enable flagLang Cheng1-3/+3
2020-05-20RDMA/hns: Reserve one sge in order to avoid local length errorLijun Ou1-0/+2
2020-05-20RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang1-4/+6
2020-05-20RDMA/hns: Fix error with to_hr_hem_entries_count()Weihang Li1-0/+3
2020-05-13RDMA/hns: Combine enable flags of qpLang Cheng1-4/+3
2020-05-13RDMA/hns: Extend capability flags for HIP08_CWeihang Li1-0/+2
2020-05-06RDMA/hns: Optimize SRQ buffer size calculating processXi Wang1-1/+1
2020-05-06RDMA/hns: Optimize WQE buffer size calculating processXi Wang1-0/+25
2020-05-06RDMA/hns: Remove unused MTT functionsXi Wang1-64/+0
2020-05-06RDMA/hns: Optimize PBL buffer allocation processXi Wang1-16/+3
2020-05-03RDMA: Group create AH arguments in structMaor Gottlieb1-2/+2
2020-04-22RDMA/hns: Support 0 hop addressing for CQE bufferXi Wang1-7/+1
2020-04-22RDMA/hns: Support 0 hop addressing for SRQ bufferXi Wang1-9/+3
2020-04-22RDMA/hns: Support 0 hop addressing for WQE bufferXi Wang1-4/+0
2020-04-22RDMA/hns: Optimize 0 hop addressing for EQE bufferXi Wang1-6/+0
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-8/+24
2020-04-22RDMA/hns: Add support for addressing when hopnum is 0Xi Wang1-3/+43
2020-03-18RDMA/hns: Optimize base address table config flow for qp bufferXi Wang1-4/+0
2020-03-18RDMA/hns: Rename wqe buffer related functionsXi Wang1-3/+3
2020-02-28RDMA/hns: Optimize qp buffer allocation flowXi Wang1-1/+0
2020-02-28RDMA/hns: Optimize qp destroy flowXi Wang1-3/+2
2020-02-13RDMA/hns: Delayed flush cqe process with workqueueYixian Liu1-0/+6
2020-02-13RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu1-9/+11