Lines Matching refs:tx_bd
303 void bnx_dump_txbd(struct bnx_softc *, int, struct tx_bd *);
4164 struct tx_bd *txbd;
4861 struct tx_bd *txbd = NULL;
4879 "Unexpected NULL tx_bd[0x%04X]!\n", sw_tx_chain_cons);
4893 * that only the last tx_bd of a packet
5099 /* Encapsulates an mbuf cluster into the tx_bd chain structure and makes the */
5110 struct tx_bd *txbd = NULL;
5187 /* prod points to an empty tx_bd at this point. */
5200 * for that segment and creating a tx_bd for the
5250 /* prod points to the next free tx_bd at this point. */
5291 /* prod points to the next free tx_bd. */
5321 "business! Total tx_bd used = %d\n",
6027 bnx_dump_txbd(struct bnx_softc *sc, int idx, struct tx_bd *txbd)
6031 BNX_PRINTF(sc, "tx_bd[0x%04X]: Invalid tx_bd index!\n", idx);
6034 BNX_PRINTF(sc, "tx_bd[0x%04X]: haddr = 0x%08X:%08X, chain "
6038 /* Normal tx_bd entry. */
6039 BNX_PRINTF(sc, "tx_bd[0x%04X]: haddr = 0x%08X:%08X, nbytes = "
6058 /* Normal tx_bd entry. */
6082 struct tx_bd *txbd;
6085 /* First some info about the tx_bd chain structure. */
6088 " tx_bd chain "
6096 "tx_bd per page = 0x%08X, usable tx_bd per page = 0x%08X\n",
6099 BNX_PRINTF(sc, "total tx_bd = 0x%08X\n", (uint32_t)TOTAL_TX_BD);
6103 " tx_bd data "
6106 /* Now print out the tx_bd's themselves. */
6128 /* First some info about the tx_bd chain structure. */
6512 BNX_PRINTF(sc, "%p - (sc->tx_bd_chain) tx_bd chain virtual "
6556 " 0x%08X - (sc->used_tx_bd) used tx_bd's\n",