Searched refs:MAX_INGQ (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 77 MAX_INGQ = MAX_ETH_QSETS+INGQ_EXTRAS, enumerator 331 struct sge_rspq *ingr_map[MAX_INGQ];
|
D | sge.c | 1956 if (unlikely(iq_idx >= MAX_INGQ)) { in process_intrq()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 395 MAX_INGQ = MAX_ETH_QSETS + MAX_OFLD_QSETS + MAX_RDMA_QUEUES enumerator 690 } msix_info[MAX_INGQ + 1];
|
D | cxgb4_main.c | 3178 MAX_INGQ, 0, 0, 4, 0xf, 0xf, 16, FW_CMD_CAP_PF, in adap_init1() 4239 init_rspq(adap, &s->intrq, 0, 1, 2 * MAX_INGQ, 64); in cfg_queues() 4281 entries = kmalloc(sizeof(*entries) * (MAX_INGQ + 1), in enable_msix() 4286 for (i = 0; i < MAX_INGQ + 1; ++i) in enable_msix()
|