summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_verbs.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-22RDMA/rxe: Don't call rxe_requester from rxe_completerBob Pearson1-0/+1
2024-04-22RDMA/rxe: Merge request and complete tasksBob Pearson1-3/+3
2023-06-20RDMA/rxe: Fixes mr access supported listBob Pearson1-1/+2
2023-06-09RDMA/rxe: Implement rereg_user_mrBob Pearson1-0/+5
2023-06-09RDMA/rxe: Introduce rxe access supported flagsBob Pearson1-3/+12
2023-06-09RDMA/rxe: Rename IB_ACCESS_REMOTEBob Pearson1-0/+6
2023-04-17RDMA/rxe: Remove qp->req.stateBob Pearson1-10/+0
2023-04-17RDMA/rxe: Remove qp->comp.stateBob Pearson1-1/+0
2023-04-17RDMA/rxe: Remove qp->resp.stateBob Pearson1-1/+0
2023-03-29RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson1-2/+0
2023-01-27RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson1-19/+2
2023-01-26RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson1-3/+8
2022-12-10RDMA/rxe: Implement flush execution in responder sideLi Zhijian1-0/+6
2022-10-24RDMA/rxe: Remove the member 'type' of struct rxe_mryangx.jy@fujitsu.com1-1/+0
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-16RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson1-1/+0
2022-02-24RDMA/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-07RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang1-1/+1
2021-10-07RDMA/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-17RDMA/rxe: Implement memory access through MWsBob Pearson1-0/+11
2021-06-17RDMA/rxe: Implement invalidate MW operationsBob Pearson1-8/+25
2021-06-17RDMA/rxe: Add support for bind MW work requestsBob Pearson1-4/+11
2021-06-17RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson1-0/+2