summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cq.c
Commit message (Expand)AuthorAgeFilesLines
* iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai2015-01-161-11/+11
* iw_cxgb4: Cleanup register defines/MACROS defined in t4.hHariprasad Shenai2015-01-161-19/+19
* cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-101-4/+4
* iw_cxgb4: advertise the correct device max attributesHariprasad Shenai2014-07-221-7/+1Star
* cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai2014-07-161-0/+4
* iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai2014-07-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+6
|\
| * iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai2014-06-111-1/+6
* | RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_respYann Droneaud2014-05-301-2/+2
|/
* RDMA/cxgb4: Use uninitialized_var()Steve Wise2014-04-111-1/+1
* RDMA/cxgb4: SQ flush fixSteve Wise2014-04-111-14/+8Star
* RDMA/cxgb4: Ignore read reponse type 1 CQEsSteve Wise2014-03-241-4/+20
* RDMA/cxgb4: Fix incorrect BUG_ON conditionsSteve Wise2014-03-201-2/+2
* RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZESteve Wise2014-03-201-1/+1
* RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()Dan Carpenter2014-03-201-0/+1
* RDMA/cxgb4: Fix accounting for unsignaled SQ WRs to deal with wrapSteve Wise2013-08-131-2/+5
* RDMA/cxgb4: Fix QP flush logicSteve Wise2013-08-131-116/+210
* RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logicJonathan Lallinger2011-11-281-1/+1
* RDMA/cxgb4: Serialize calls to CQ's comp_handlerKumar Sanghvi2011-10-311-0/+1
* RDMA/cxgb4: Use correct QID in insert_recv_cqe()Jonathan Lallinger2011-10-141-1/+1
* RDMA/cxgb4: Don't exceed hw IQ depth limit for user CQsSteve Wise2011-06-171-0/+4
* RDMA/cxgb4: Centralize the wait logicSteve Wise2010-09-281-16/+2Star
* RDMA/cxgb4: Ignore TERMINATE CQEsSteve Wise2010-09-281-0/+6
* RDMA/cxgb4: Fix warnings about casts to/from pointers of different sizesRoland Dreier2010-09-281-2/+2
* RDMA/cxgb4: Remove dependency on __GFP_NOFAILDavid Rientjes2010-07-211-2/+2
* RDMA/cxgb4: Avoid false GTS CIDX_INC overflowsSteve Wise2010-07-061-5/+20
* RDMA/cxgb4: Use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-07-061-3/+3
* RDMA/cxgb4: Optimize CQ overflow detectionSteve Wise2010-05-251-0/+1
* RDMA/cxgb4: CQ size must be IQ size - 2Steve Wise2010-05-251-1/+4
* RDMA/cxgb4: Add driver for Chelsio T4 RNICSteve Wise2010-04-221-0/+882