nciq             1010 drivers/infiniband/hw/cxgb4/cq.c 	if (vector >= rhp->rdev.lldi.nciq)
nciq              574 drivers/infiniband/hw/cxgb4/provider.c 	dev->ibdev.num_comp_vectors =  dev->rdev.lldi.nciq;
nciq             3096 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 			for (i = 0; i < urxq->nciq; i++)
nciq              795 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	u16 nciq;		/* # of completion queues */
nciq             2644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	return ciq ? DIV_ROUND_UP(urxq_info->nciq, 4) :
nciq             2816 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		n = min(4, urxq_info->nciq - 4 * r);
nciq               54 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c #define for_each_uldrxq(m, i) for (i = 0; i < ((m)->nrxq + (m)->nciq); i++)
nciq              140 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	unsigned int nq = rxq_info->nrxq + rxq_info->nciq;
nciq              157 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			per_chan = rxq_info->nciq / adap->params.nports;
nciq              202 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		rxq_info->msix_tbl = kcalloc((rxq_info->nrxq + rxq_info->nciq),
nciq              260 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	if (rxq_info->nciq)
nciq              261 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		t4_free_uld_rxqs(adap, rxq_info->nciq,
nciq              288 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		rxq_info->nciq = 0;
nciq              291 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			rxq_info->nciq = min_t(int, s->nqs_per_uld,
nciq              294 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			rxq_info->nciq = min_t(int, MAX_OFLD_QSETS,
nciq              296 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		rxq_info->nciq = ((rxq_info->nciq / adap->params.nports) *
nciq              298 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		rxq_info->nciq = max_t(int, rxq_info->nciq,
nciq              302 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	nrxq = rxq_info->nrxq + rxq_info->nciq; /* total rxq's */
nciq              577 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	lli->nciq = rxq_info->nciq;
nciq              328 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h 	unsigned short nciq;		     /* # of concentrator IQ */