aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA/rxe: Enable MW object poolBob Pearson2021-06-161-1/+0
* RDMA/rxe: Protext kernel index from user spaceBob Pearson2021-06-031-1/+4
* RDMA/rxe: Split MEM into MR and MWBob Pearson2021-03-301-26/+34
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-1/+0
* RDMA/rxe: Remove unused RXE_MR_TYPE_FMRBob Pearson2020-10-261-1/+0
* RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson2020-10-081-4/+15
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* RDMA/rxe: Remove pkey tableKamal Heib2020-07-311-1/+0
* RDMA/rxe: Fix error type of mmap_offsetJiewei Ke2020-01-031-1/+1
* RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche2019-10-281-0/+1
* RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-081-0/+1
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-1/+1
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-1/+1
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-1/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-1/+1