summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-28RDMA/cxgb4: Remove unused declarationsYue Haibing1-4/+0
2024-07-29RDMA/cxgb4: use dma_mmap_coherent() for mapping non-contiguous memoryAnumula Murali Mohan Reddy1-0/+36
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger1-1/+1
2024-01-25RDMA/cxgb4: Delete unused c4iw_ep_redirect prototypeAlexey Dobriyan1-2/+0
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+0
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe1-1/+2
2021-08-06RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati1-1/+2
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-3/+2
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li1-1/+1
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky1-11/+0
2020-10-27RDMA/cxgb4: Remove MW supportJason Gunthorpe1-2/+0
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-2/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+1
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb1-3/+1
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb1-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb1-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb1-0/+1
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-3/+2
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-1/+1
2019-05-27iw_cxgb4: Fix qpid leakNirranjan Kirubaharan1-2/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-4/+3
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-1/+0
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-7/+6
2019-03-26cxgb4: Convert stid_idr to XArrayMatthew Wilcox1-57/+2
2019-03-26cxgb4: Convert atid_idr to XArrayMatthew Wilcox1-1/+1
2019-03-25cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox1-1/+1
2019-03-25cxgb4: Convert mmidr to XArrayMatthew Wilcox1-5/+1
2019-03-25cxgb4: Convert qpidr to XArrayMatthew Wilcox1-2/+2
2019-03-25cxgb4: Convert cqidr to XArrayMatthew Wilcox1-2/+2
2019-02-16RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky1-13/+0
2019-02-09iw_cxgb4: complete the cached SRQ buffersRaju Rangoju1-0/+3
2018-08-08iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja1-1/+5
2018-07-31RDMA/providers: Remove pointless functionsKamal Heib1-1/+0
2018-07-31RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-6/+6
2018-07-26rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju1-1/+2
2018-07-26rdma/cxgb4: Add support for srq functions & structsRaju Rangoju1-0/+38
2018-07-13rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju1-0/+1
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford1-1/+5
2018-05-03iw_cxgb4: dump detailed driver-specific QP informationSteve Wise1-0/+5
2018-04-27iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri1-1/+1
2018-04-27RDMA/cxgb4: release hw resources on device removalRaju Rangoju1-0/+4
2017-12-28Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe1-2/+0
2017-12-22iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise1-2/+0
2017-12-13infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann1-2/+2
2017-11-14iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri1-1/+9
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise1-1/+0
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-1/+0