Searched refs:TX_BD_TOTAL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h296 #define TX_BD_TOTAL (TX_BD_TOTAL_PER_PAGE * TX_BD_NUM_PAGES) macro
298 #define TX_BD_MAX (TX_BD_TOTAL - 1)
607 struct bxe_sw_tx_bd tx_mbuf_chain[TX_BD_TOTAL];
H A Dbxe.c15017 for (j = 0; j < TX_BD_TOTAL; j++) {
15212 for (j = 0; j < TX_BD_TOTAL; j++) {

Completed in 151 milliseconds