Searched refs:MAX_TX_QS (Results 1 – 4 of 4) sorted by relevance
74 #define MAX_TX_QS 0x8 macro1102 struct gfar_priv_tx_q *tx_queue[MAX_TX_QS];
696 if (num_tx_qs > MAX_TX_QS) { in gfar_of_init()698 num_tx_qs, MAX_TX_QS); in gfar_of_init()
100 #define MAX_TX_QS 32 macro580 struct be_tx_obj tx_obj[MAX_TX_QS];
5963 netdev = alloc_etherdev_mqs(sizeof(*adapter), MAX_TX_QS, MAX_RX_QS); in be_probe()