aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor1-1/+1
2018-08-02iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja1-3/+20
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib1-5/+0
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju1-22/+120
2018-07-13rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju1-6/+37
2018-07-10RDMA/cxgb4: Restore the dropped uninitialized_varJason Gunthorpe1-1/+1
2018-07-09RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyzeBart Van Assche1-27/+35
2018-04-27iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri1-1/+10
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise1-5/+2
2017-12-21iw_cxgb4: Only validate the MSN for successful completionsSteve Wise1-3/+3
2017-12-11iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise1-0/+5
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise1-10/+0
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise1-13/+5
2017-09-29iw_cxgb4: allocate wait object for each cq objectSteve Wise1-27/+36
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri1-25/+25
2017-07-20cxgb4: Fix error codes in c4iw_create_cq()Dan Carpenter1-0/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-4/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches1-35/+36
2017-04-20cxgb4: Use more common logging styleJoe Perches1-5/+3
2017-01-10iw_cxgb4: refactor sq/rq drain logicSteve Wise1-8/+13
2016-11-16iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise1-14/+3
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+17
2016-10-07iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise1-0/+17
2016-08-23iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri1-5/+5
2016-06-23RDMA/iw_cxgb4: Low resource fixes for Completion queueHariprasad S1-17/+25
2016-04-26RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S1-1/+1
2016-02-29iw_cxgb4: add queue drain functionsSteve Wise1-1/+8
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-3/+0
2015-10-28iw_cxgb4: Remove old FRWR APISagi Grimberg1-1/+1
2015-07-28iw_cxgb4: gracefully handle unknown CQE status errorsHariprasad S1-1/+1
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-2/+7
2015-06-11iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S1-12/+10
2015-05-05iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQsHariprasad S1-4/+11
2015-05-05iw_cxgb4: 32b platform fixesHariprasad S1-4/+3
2015-01-16iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai1-11/+11
2015-01-16iw_cxgb4: Cleanup register defines/MACROS defined in t4.hHariprasad Shenai1-19/+19
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-4/+4
2014-07-21iw_cxgb4: advertise the correct device max attributesHariprasad Shenai1-7/+1
2014-07-15cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai1-0/+4
2014-07-15iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai1-2/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+6
2014-06-10iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai1-1/+6
2014-05-29RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_respYann Droneaud1-2/+2
2014-04-11RDMA/cxgb4: Use uninitialized_var()Steve Wise1-1/+1
2014-04-11RDMA/cxgb4: SQ flush fixSteve Wise1-14/+8
2014-03-24RDMA/cxgb4: Ignore read reponse type 1 CQEsSteve Wise1-4/+20
2014-03-20RDMA/cxgb4: Fix incorrect BUG_ON conditionsSteve Wise1-2/+2
2014-03-20RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZESteve Wise1-1/+1
2014-03-20RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()Dan Carpenter1-0/+1