niqflint          331 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	unsigned int niqflint;		/* N ingress Qs/w free list(s) & intr */
niqflint         2590 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	S("Ingress Queues/w Free Lists/Interrupts", "%d", niqflint);
niqflint         5081 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	int niqflint, neq, avail_eth_qsets;
niqflint         5106 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	niqflint = adap->params.pfres.niqflint - 1;
niqflint         5108 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		niqflint--;
niqflint         5110 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	avail_eth_qsets = min(niqflint, neq);
niqflint         2916 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	pfres->niqflint = FW_PFVF_CMD_NIQFLINT_G(word);
niqflint         2362 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	S("Ingress Queues/w Free Lists/Interrupts", "%d", niqflint);
niqflint         2556 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	ethqsets = vfres->niqflint - 1 - (msi == MSI_MSI);
niqflint          248 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h 	unsigned int niqflint;		/* N ingress Qs/w free list(s) & intr */
niqflint         1115 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	vfres->niqflint = FW_PFVF_CMD_NIQFLINT_G(word);