Home
last modified time | relevance | path

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

/trueos/sys/dev/bce/
HDif_bce.c5623 struct tx_bd *txbd; in bce_init_tx_chain() local
5651 txbd = &sc->tx_bd_chain[i][USABLE_TX_BD_PER_PAGE]; in bce_init_tx_chain()
5659 txbd->tx_bd_haddr_hi = in bce_init_tx_chain()
5661 txbd->tx_bd_haddr_lo = in bce_init_tx_chain()
6921 struct tx_bd *txbd = NULL; in bce_tx_intr() local
6936 DBRUN(txbd = &sc->tx_bd_chain[TX_PAGE(sw_tx_chain_cons)] in bce_tx_intr()
6939 DBRUNIF((txbd == NULL), in bce_tx_intr()
6945 bce_dump_txbd(sc, sw_tx_chain_cons, txbd)); in bce_tx_intr()
6955 DBRUNIF((!(txbd->tx_bd_flags & TX_BD_FLAGS_END)), in bce_tx_intr()
7355 struct tx_bd *txbd = NULL; in bce_tx_encap() local
[all …]