Lines Matching refs:tx_prod
5525 sc->tx_prod = 0; in bce_init_tx_chain()
6775 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr()
6872 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr()
7259 prod = sc->tx_prod; in bce_tx_encap()
7387 sc->tx_prod = prod; in bce_tx_encap()
7392 BCE_L2MQ_TX_HOST_BIDX, sc->tx_prod); in bce_tx_encap()
7413 u16 tx_prod, tx_chain_prod __unused; in bce_start_locked() local
7420 tx_prod = sc->tx_prod; in bce_start_locked()
7421 tx_chain_prod = TX_CHAIN_IDX(tx_prod); in bce_start_locked()
7426 __FUNCTION__, tx_prod, tx_chain_prod, sc->tx_prod_bseq); in bce_start_locked()
10329 bce_dump_tx_chain(struct bce_softc *sc, u16 tx_prod, int count) in bce_dump_tx_chain() argument
10352 txbd = &sc->tx_bd_chain[TX_PAGE(tx_prod)][TX_IDX(tx_prod)]; in bce_dump_tx_chain()
10353 bce_dump_txbd(sc, tx_prod, txbd); in bce_dump_tx_chain()
10354 tx_prod++; in bce_dump_tx_chain()
10698 "index\n", sc->tx_prod, (u16) TX_CHAIN_IDX(sc->tx_prod)); in bce_dump_driver_state()