Searched refs:MAX_TX_QS (Results 1 – 3 of 3) sorted by relevance
70 #define MAX_TX_QS 0x8 macro1145 struct gfar_priv_tx_q *tx_queue[MAX_TX_QS];
658 if (num_tx_qs > MAX_TX_QS) { in gfar_of_init()660 num_tx_qs, MAX_TX_QS); in gfar_of_init()
5824 netdev = alloc_etherdev_mqs(sizeof(*adapter), MAX_TX_QS, MAX_RX_QS); in be_probe()