Home
last modified time | relevance | path

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

/trueos/sys/dev/bce/
HDif_bce.c3285 if (sc->tx_bd_chain[i] != NULL) { in bce_dma_free()
3288 sc->tx_bd_chain[i], in bce_dma_free()
3290 sc->tx_bd_chain[i] = NULL; in bce_dma_free()
3663 (void **)&sc->tx_bd_chain[i], in bce_dma_alloc()
3673 sc->tx_bd_chain_map[i], sc->tx_bd_chain[i], in bce_dma_alloc()
5651 txbd = &sc->tx_bd_chain[i][USABLE_TX_BD_PER_PAGE]; in bce_init_tx_chain()
5702 bzero((char *)sc->tx_bd_chain[i], BCE_TX_CHAIN_PAGE_SZ); in bce_free_tx_chain()
6936 DBRUN(txbd = &sc->tx_bd_chain[TX_PAGE(sw_tx_chain_cons)] in bce_tx_intr()
7482 txbd= &sc->tx_bd_chain[TX_PAGE(chain_prod)] in bce_tx_encap()
10538 txbd = &sc->tx_bd_chain[TX_PAGE(tx_prod)][TX_IDX(tx_prod)]; in bce_dump_tx_chain()
[all …]
HDif_bcereg.h6605 struct tx_bd *tx_bd_chain[MAX_TX_PAGES]; member