Searched refs:MAX_TX_BD_RING_SIZE (Results 1 – 2 of 2) sorted by relevance
17 #define MAX_TX_BD_RING_SIZE 512 /* It should be power of 2 */ macro78 struct rte_mbuf *tx_mbuf[MAX_TX_BD_RING_SIZE];
385 if (nb_desc > MAX_TX_BD_RING_SIZE) { in enetfec_tx_queue_setup()386 nb_desc = MAX_TX_BD_RING_SIZE; in enetfec_tx_queue_setup()