Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c3234 if (sc->tx_bd_chain[i] != NULL) { in bce_dma_free()
3237 sc->tx_bd_chain[i], in bce_dma_free()
3239 sc->tx_bd_chain[i] = NULL; in bce_dma_free()
3589 (void **)&sc->tx_bd_chain[i], in bce_dma_alloc()
3599 sc->tx_bd_chain_map[i], sc->tx_bd_chain[i], in bce_dma_alloc()
5547 txbd = &sc->tx_bd_chain[i][USABLE_TX_BD_PER_PAGE]; in bce_init_tx_chain()
5597 bzero((char *)sc->tx_bd_chain[i], BCE_TX_CHAIN_PAGE_SZ); in bce_free_tx_chain()
6805 DBRUN(txbd = &sc->tx_bd_chain[TX_PAGE(sw_tx_chain_cons)] in bce_tx_intr()
7343 txbd= &sc->tx_bd_chain[TX_PAGE(chain_prod)] in bce_tx_encap()
10352 txbd = &sc->tx_bd_chain[TX_PAGE(tx_prod)][TX_IDX(tx_prod)]; in bce_dump_tx_chain()
[all …]
H A Dif_bcereg.h6485 struct tx_bd *tx_bd_chain[MAX_TX_PAGES]; member