Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dpci.h1547 struct rtw89_pci_tx_bd_32 *tx_bd, *head;
1550 tx_bd = head + bd_ring->wp;
1552 return tx_bd;
1017 struct rtw89_pci_tx_bd_32 *tx_bd, *head; rtw89_pci_get_next_txbd() local
/freebsd/sys/dev/bce/
H A Dif_bcereg.h1099 struct tx_bd { struct
6068 #define TOTAL_TX_BD_PER_PAGE (BCM_PAGE_SIZE / sizeof(struct tx_bd))
6485 struct tx_bd *tx_bd_chain[MAX_TX_PAGES];
H A Dif_bce.c334 int, struct tx_bd *);
5519 struct tx_bd *txbd; in bce_init_tx_chain()
6790 struct tx_bd *txbd = NULL; in bce_tx_intr()
7217 struct tx_bd *txbd = NULL; in bce_tx_encap()
9784 bce_dump_txbd(struct bce_softc *sc, int idx, struct tx_bd *txbd) in bce_dump_txbd()
10331 struct tx_bd *txbd; in bce_dump_tx_chain()