aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22RDMA/rxe: Use members of generic struct in rxe_mrDaisuke Matsuda1-2/+0
2022-08-29RDMA/rxe: Remove an unused member from struct rxe_mrDaisuke Matsuda1-1/+0
2022-08-02RDMA/rxe: Split qp state for requester and completerBob Pearson1-0/+1
2022-07-27Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian1-13/+8
2022-07-22RDMA/rxe: Fix rnr retry behaviorBob Pearson1-0/+1
2022-07-04RDMA/rxe: Remove unnecessary include statementBob Pearson1-1/+0
2022-06-30RDMA/rxe: Merge normal and retry atomic flowsBob Pearson1-1/+0
2022-06-30RDMA/rxe: Move atomic original value to resBob Pearson1-1/+1
2022-05-09RDMA/rxe: Enforce IBA C11-17Bob Pearson1-0/+1
2022-04-08RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson1-1/+0
2022-04-08RDMA/rxe: Remove mc_grp_pool from struct rxe_devBob Pearson1-1/+0
2022-03-15RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson1-1/+0
2022-02-23RDMA/rxe: Collect mca init code in a subroutineBob Pearson1-0/+1
2022-02-16RDMA/rxe: Remove mcg from rxe poolsBob Pearson1-1/+1
2022-02-16RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson1-2/+4
2022-02-16RDMA/rxe: Replace int num_qp by atomic_t qp_numBob Pearson1-1/+1
2022-02-16RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson1-2/+0
2022-02-16RDMA/rxe: Move mcg_lock to rxeBob Pearson1-1/+2
2022-01-28RDMA/rxe: Remove qp->grp_lock and qp->grp_listBob Pearson1-5/+0
2022-01-28RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson1-0/+1
2022-01-28RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson1-3/+3
2022-01-05RDMA/rxe: Remove the unused xmit_errors memberZhu Yanjun1-2/+0
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson1-11/+11
2021-10-12RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson1-1/+5
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson1-0/+2
2021-10-06RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang1-1/+1
2021-10-06RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang1-3/+0
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson1-8/+13
2021-09-24RDMA/rxe: Separate HW and SW l/rkeysBob Pearson1-15/+3
2021-09-24RDMA/rxe: Cleanup MR status and type enumsBob Pearson1-8/+1
2021-09-14RDMA/rxe: remove the unnecessary variableZhu Yanjun1-1/+0
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-1/+1
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson1-0/+11
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson1-8/+25
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson1-4/+11
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson1-0/+2
2021-06-16RDMA/rxe: Enable MW object poolBob Pearson1-1/+0
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson1-1/+4
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson1-26/+34
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-1/+0
2020-10-26RDMA/rxe: Remove unused RXE_MR_TYPE_FMRBob Pearson1-1/+0
2020-10-08RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson1-4/+15
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2020-07-31RDMA/rxe: Remove pkey tableKamal Heib1-1/+0
2020-01-03RDMA/rxe: Fix error type of mmap_offsetJiewei Ke1-1/+1
2019-10-28RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche1-0/+1
2019-07-08RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov1-0/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-1/+1
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-1/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-1/+1