Home
last modified time | relevance | path

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

/src/sys/dev/bce/
H A Dif_bce.c6823 DBRUNIF((!(txbd->tx_bd_flags & TX_BD_FLAGS_END)), in bce_tx_intr()
7361 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_END); in bce_tx_encap()
9853 if (txbd->tx_bd_flags & TX_BD_FLAGS_END) { in bce_dump_txbd()
H A Dif_bcereg.h1110 #define TX_BD_FLAGS_END (1<<6) macro