Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dpci.h1017 struct rtw89_pci_tx_bd_32 *tx_bd, *head; in rtw89_pci_get_next_txbd() local
1020 tx_bd = head + bd_ring->wp; in rtw89_pci_get_next_txbd()
1022 return tx_bd; in rtw89_pci_get_next_txbd()
/freebsd-14.2/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 *);
5520 struct tx_bd *txbd; in bce_init_tx_chain()
6791 struct tx_bd *txbd = NULL; in bce_tx_intr()
7218 struct tx_bd *txbd = NULL; in bce_tx_encap()
9785 bce_dump_txbd(struct bce_softc *sc, int idx, struct tx_bd *txbd) in bce_dump_txbd()
10332 struct tx_bd *txbd; in bce_dump_tx_chain()