Searched refs:MAX_TX_QS (Results 1 – 4 of 4) sorted by relevance
70 #define MAX_TX_QS 0x8 macro1145 struct gfar_priv_tx_q *tx_queue[MAX_TX_QS];
670 if (num_tx_qs > MAX_TX_QS) { in gfar_of_init()672 num_tx_qs, MAX_TX_QS); in gfar_of_init()
99 #define MAX_TX_QS 32 macro578 struct be_tx_obj tx_obj[MAX_TX_QS];
5831 netdev = alloc_etherdev_mqs(sizeof(*adapter), MAX_TX_QS, MAX_RX_QS); in be_probe()