HomeSort by: relevance | last modified time | path
    Searched refs:tx_bd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_bnxvar.h 236 struct tx_bd *tx_bd_chain[TX_PAGES];
288 /* Track the number of rx_bd and tx_bd's in use. */
378 uint32_t tx_hi_watermark; /* Greatest number of tx_bd's used. */
if_bnx.c 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. *
    [all...]
if_bnxreg.h 692 * tx_bd definition
694 struct tx_bd { struct
4579 #define TOTAL_TX_BD_PER_PAGE (BCM_PAGE_SIZE / sizeof(struct tx_bd))

Completed in 24 milliseconds