Lines Matching refs:tx_prod
5526 sc->tx_prod = 0; in bce_init_tx_chain()
6776 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr()
6873 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr()
7260 prod = sc->tx_prod; in bce_tx_encap()
7388 sc->tx_prod = prod; in bce_tx_encap()
7393 BCE_L2MQ_TX_HOST_BIDX, sc->tx_prod); in bce_tx_encap()
7414 u16 tx_prod, tx_chain_prod __unused; in bce_start_locked() local
7421 tx_prod = sc->tx_prod; in bce_start_locked()
7422 tx_chain_prod = TX_CHAIN_IDX(tx_prod); in bce_start_locked()
7427 __FUNCTION__, tx_prod, tx_chain_prod, sc->tx_prod_bseq); in bce_start_locked()
10330 bce_dump_tx_chain(struct bce_softc *sc, u16 tx_prod, int count) in bce_dump_tx_chain() argument
10353 txbd = &sc->tx_bd_chain[TX_PAGE(tx_prod)][TX_IDX(tx_prod)]; in bce_dump_tx_chain()
10354 bce_dump_txbd(sc, tx_prod, txbd); in bce_dump_tx_chain()
10355 tx_prod++; in bce_dump_tx_chain()
10699 "index\n", sc->tx_prod, (u16) TX_CHAIN_IDX(sc->tx_prod)); in bce_dump_driver_state()