summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Don't call rxe_requester from rxe_completerBob Pearson2024-04-221-0/+1
* RDMA/rxe: Merge request and complete tasksBob Pearson2024-04-221-3/+3
* RDMA/rxe: Fixes mr access supported listBob Pearson2023-06-201-1/+2
* RDMA/rxe: Implement rereg_user_mrBob Pearson2023-06-091-0/+5
* RDMA/rxe: Introduce rxe access supported flagsBob Pearson2023-06-091-3/+12
* RDMA/rxe: Rename IB_ACCESS_REMOTEBob Pearson2023-06-091-0/+6
* RDMA/rxe: Remove qp->req.stateBob Pearson2023-04-171-10/+0
* RDMA/rxe: Remove qp->comp.stateBob Pearson2023-04-171-1/+0
* RDMA/rxe: Remove qp->resp.stateBob Pearson2023-04-171-1/+0
* RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson2023-03-291-2/+0
* RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson2023-01-271-19/+2
* RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson2023-01-261-3/+8
* RDMA/rxe: Implement flush execution in responder sideLi Zhijian2022-12-091-0/+6
* RDMA/rxe: Remove the member 'type' of struct rxe_mryangx.jy@fujitsu.com2022-10-241-1/+0
* RDMA/rxe: Use members of generic struct in rxe_mrDaisuke Matsuda2022-09-221-2/+0
* RDMA/rxe: Remove an unused member from struct rxe_mrDaisuke Matsuda2022-08-291-1/+0
* RDMA/rxe: Split qp state for requester and completerBob Pearson2022-08-021-0/+1
* Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian2022-07-271-13/+8
* RDMA/rxe: Fix rnr retry behaviorBob Pearson2022-07-221-0/+1
* RDMA/rxe: Remove unnecessary include statementBob Pearson2022-07-041-1/+0
* RDMA/rxe: Merge normal and retry atomic flowsBob Pearson2022-06-301-1/+0
* RDMA/rxe: Move atomic original value to resBob Pearson2022-06-301-1/+1
* RDMA/rxe: Enforce IBA C11-17Bob Pearson2022-05-091-0/+1
* RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson2022-04-081-1/+0
* RDMA/rxe: Remove mc_grp_pool from struct rxe_devBob Pearson2022-04-081-1/+0
* RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson2022-03-151-1/+0
* RDMA/rxe: Collect mca init code in a subroutineBob Pearson2022-02-231-0/+1
* RDMA/rxe: Remove mcg from rxe poolsBob Pearson2022-02-161-1/+1
* RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson2022-02-161-2/+4
* RDMA/rxe: Replace int num_qp by atomic_t qp_numBob Pearson2022-02-161-1/+1
* RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson2022-02-161-2/+0
* RDMA/rxe: Move mcg_lock to rxeBob Pearson2022-02-161-1/+2
* RDMA/rxe: Remove qp->grp_lock and qp->grp_listBob Pearson2022-01-281-5/+0
* RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson2022-01-281-0/+1
* RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson2022-01-281-3/+3
* RDMA/rxe: Remove the unused xmit_errors memberZhu Yanjun2022-01-051-2/+0
* RDMA/rxe: Cleanup rxe_pool_entryBob Pearson2021-11-191-11/+11
* RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson2021-10-121-1/+5
* RDMA/rxe: Create AH index and return to user spaceBob Pearson2021-10-121-0/+2
* RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang2021-10-061-1/+1
* RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang2021-10-061-3/+0
* RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson2021-09-241-8/+13
* RDMA/rxe: Separate HW and SW l/rkeysBob Pearson2021-09-241-15/+3
* RDMA/rxe: Cleanup MR status and type enumsBob Pearson2021-09-241-8/+1
* RDMA/rxe: remove the unnecessary variableZhu Yanjun2021-09-141-1/+0
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-1/+1
* RDMA/rxe: Implement memory access through MWsBob Pearson2021-06-161-0/+11
* RDMA/rxe: Implement invalidate MW operationsBob Pearson2021-06-161-8/+25
* RDMA/rxe: Add support for bind MW work requestsBob Pearson2021-06-161-4/+11
* RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson2021-06-161-0/+2