Searched refs:TX_BD_FLAGS_END (Results 1 – 2 of 2) sorted by relevance
6823 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()
1110 #define TX_BD_FLAGS_END (1<<6) macro