Home
last modified time | relevance | path

Searched refs:TOTAL_TX_BD (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_bnxreg.h4581 #define TOTAL_TX_BD (TOTAL_TX_BD_PER_PAGE * TX_PAGES) macro
4583 #define MAX_TX_BD (TOTAL_TX_BD - 1)
Dif_bnx.c5128 if (sc->tx_pkt_count <= TOTAL_TX_BD && in bnx_tx_encap()
6099 BNX_PRINTF(sc, "total tx_bd = 0x%08X\n", (uint32_t)TOTAL_TX_BD); in bnx_dump_tx_chain()