summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_pool.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Stop lookup of partially built objectsBob Pearson2022-06-301-5/+13
* RDMA/rxe: Optimize the mr pool structZhu Yanjun2022-05-051-5/+0
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-161-5/+3
* RDMA/rxe: Replace red-black trees by xarraysBob Pearson2022-03-161-32/+11
* RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson2022-03-161-1/+1
* RDMA/rxe: Replace obj by elem in declarationBob Pearson2022-03-161-1/+1
* RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson2022-03-161-20/+4
* RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOCBob Pearson2022-03-161-1/+1
* RDMA/rxe: Remove mcg from rxe poolsBob Pearson2022-02-161-1/+0
* RDMA/rxe: Remove key'ed object supportBob Pearson2022-02-161-38/+0
* RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson2022-02-161-1/+2
* RDMA/rxe: Remove some #defines from rxe_pool.hBob Pearson2021-11-191-3/+0
* RDMA/rxe: Save object pointer in pool elementBob Pearson2021-11-191-0/+1
* RDMA/rxe: Copy setup parameters into rxe_poolBob Pearson2021-11-191-1/+3
* RDMA/rxe: Cleanup rxe_pool_entryBob Pearson2021-11-191-24/+22
* RDMA/rxe: Make rxe_type_info static constJoe Perches2021-10-281-14/+0
* RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET2021-10-281-1/+0
* RDMA/rxe: Return errors for add index and keyBob Pearson2021-06-171-4/+4
* RDMA/rxe: Remove unneeded pool->stateBob Pearson2021-01-281-6/+0
* RDMA/rxe: Remove references to ib_device and poolBob Pearson2021-01-281-1/+0
* RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson2021-01-281-1/+0
* RDMA/rxe: Fix misleading comments and namesBob Pearson2021-01-281-28/+27
* RDMA/rxe: Add unlocked versions of pool APIsBob Pearson2021-01-121-6/+35
* RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson2021-01-121-5/+15
* RDMA/rxe: Add elem_offset field to rxe_type_infoBob Pearson2021-01-121-0/+1
* RDMA/rxe: Let pools support both keys and indicesBob Pearson2021-01-121-11/+21
* RDMA/rxe: Address an issue with hardened user copyBob Pearson2020-08-311-7/+0
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-0/+4
* IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia2018-12-071-1/+1
* IB/rxe: Change pool state enums to capital lettersParav Pandit2018-08-301-2/+2
* IB/rxe: Replace spinlock with rwlockParav Pandit2018-08-301-1/+1
* IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-101-2/+4
* IB/rxe: Constify the pool nameBart Van Assche2017-01-101-1/+1
* Soft RoCE driverMoni Shoua2016-08-041-0/+163