Searched refs:TOTAL_TX_BD (Results 1 – 2 of 2) sorted by relevance
259 txq->nb_tx_desc = TOTAL_TX_BD(txq); in bnx2x_dev_tx_queue_setup()260 sc->tx_ring_size = TOTAL_TX_BD(txq); in bnx2x_dev_tx_queue_setup()271 (unsigned long)TOTAL_TX_BD(txq), txq->nb_tx_pages); in bnx2x_dev_tx_queue_setup()
148 #define TOTAL_TX_BD(q) (TOTAL_TX_BD_PER_PAGE * q->nb_tx_pages) /* 512 */ macro150 #define MAX_TX_BD(q) (TOTAL_TX_BD(q) - 1) /* 511 */