Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c6806 [TX_IDX(sw_tx_chain_cons)]); in bce_tx_intr()
7344 [TX_IDX(chain_prod)]; in bce_tx_encap()
10352 txbd = &sc->tx_bd_chain[TX_PAGE(tx_prod)][TX_IDX(tx_prod)]; in bce_dump_tx_chain()
H A Dif_bcereg.h6082 #define TX_IDX(x) ((x) & USABLE_TX_BD_PER_PAGE) macro