Lines Matching refs:tx_bd_chain
3234 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()
10644 val_hi = BCE_ADDR_HI(sc->tx_bd_chain); in bce_dump_driver_state()
10645 val_lo = BCE_ADDR_LO(sc->tx_bd_chain); in bce_dump_driver_state()