summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/iw_cxgb4.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Delete not-used static inline functionsLeon Romanovsky2021-03-221-11/+0
* RDMA/cxgb4: Remove MW supportJason Gunthorpe2020-10-261-2/+0
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-2/+1
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+1
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+1
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-071-1/+1
* RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-231-3/+1
* RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2020-06-231-0/+1
* RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-231-0/+1
* RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-231-0/+1
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-2/+2
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-3/+2
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-1/+1
* iw_cxgb4: Fix qpid leakNirranjan Kirubaharan2019-05-271-2/+2
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-4/+3
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-1/+0
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-7/+6
* cxgb4: Convert stid_idr to XArrayMatthew Wilcox2019-03-261-57/+2
* cxgb4: Convert atid_idr to XArrayMatthew Wilcox2019-03-261-1/+1
* cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox2019-03-251-1/+1
* cxgb4: Convert mmidr to XArrayMatthew Wilcox2019-03-251-5/+1
* cxgb4: Convert qpidr to XArrayMatthew Wilcox2019-03-251-2/+2
* cxgb4: Convert cqidr to XArrayMatthew Wilcox2019-03-251-2/+2
* RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-161-13/+0
* iw_cxgb4: complete the cached SRQ buffersRaju Rangoju2019-02-091-0/+3
* iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja2018-08-081-1/+5
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-311-1/+0
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-6/+6
* rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-261-1/+2
* rdma/cxgb4: Add support for srq functions & structsRaju Rangoju2018-07-261-0/+38
* rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju2018-07-131-0/+1
* Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-091-1/+5
|\
| * iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri2018-04-271-1/+1
| * RDMA/cxgb4: release hw resources on device removalRaju Rangoju2018-04-271-0/+4
* | iw_cxgb4: dump detailed driver-specific QP informationSteve Wise2018-05-031-0/+5
|/
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-281-2/+0
|\
| * iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise2017-12-221-2/+0
* | infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann2017-12-131-2/+2
|/
* iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri2017-11-131-1/+9
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-131-1/+0
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-1/+0
|\
| * RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+0
* | iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-291-3/+57
* | iw_cxgb4: allocate wait object for each ep objectSteve Wise2017-09-291-1/+1
* | iw_cxgb4: allocate wait object for each qp objectSteve Wise2017-09-291-0/+1
* | iw_cxgb4: allocate wait object for each cq objectSteve Wise2017-09-291-0/+1
* | iw_cxgb4: allocate wait object for each memory objectSteve Wise2017-09-291-0/+2
* | iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri2017-09-271-2/+2
* | iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-271-8/+5
|/
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-201-24/+20