Searched refs:TX_BD_TOTAL_PER_PAGE (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h294 #define TX_BD_TOTAL_PER_PAGE (BCM_PAGE_SIZE / sizeof(union eth_tx_bd_types)) macro
295 #define TX_BD_USABLE_PER_PAGE (TX_BD_TOTAL_PER_PAGE - 1)
296 #define TX_BD_TOTAL (TX_BD_TOTAL_PER_PAGE * TX_BD_NUM_PAGES)
H A Dbxe.c14892 &fp->tx_chain[TX_BD_TOTAL_PER_PAGE * j - 1].next_bd;

Completed in 156 milliseconds