Searched refs:TOTAL_TX_BD (Results 1 – 2 of 2) sorted by relevance
1951 for (i = 0; i < TOTAL_TX_BD(txr); i++) { in bce_destroy_tx_ring()2125 txr->tx_bufs = kmalloc(sizeof(struct bce_tx_buf) * TOTAL_TX_BD(txr), in bce_create_tx_ring()2196 for (i = 0; i < TOTAL_TX_BD(txr); i++) { in bce_create_tx_ring()4023 for (i = 0; i < TOTAL_TX_BD(txr); i++) { in bce_free_tx_chain()
5649 #define TOTAL_TX_BD(txr) (TOTAL_TX_BD_PER_PAGE * (txr)->tx_pages) macro5651 #define MAX_TX_BD(txr) (TOTAL_TX_BD((txr)) - 1)