Searched refs:tx_bd (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/bce/
H A Dif_bce.c340 int, struct tx_bd *);
5645 struct tx_bd *txbd;
6941 struct tx_bd *txbd = NULL;
6960 BCE_PRINTF("%s(%d): Unexpected NULL tx_bd[0x%04X]!\n",
6969 * that only the last tx_bd of a packet
6974 /* Validate that this is the last tx_bd. */
6976 BCE_PRINTF("%s(%d): tx_bd END flag not set but "
6982 "from tx_bd[0x%04X]\n", __FUNCTION__,
7362 /* Encapsultes an mbuf cluster into the tx_bd chain structure and makes the */
7375 struct tx_bd *txb
[all...]
H A Dif_bcereg.h1134 * tx_bd definition
1136 struct tx_bd { struct
6140 #define TOTAL_TX_BD_PER_PAGE (BCM_PAGE_SIZE / sizeof(struct tx_bd))
6147 /* Advance to the next tx_bd, skipping any next page pointers. */
6562 struct tx_bd *tx_bd_chain[MAX_TX_PAGES];
6736 /* Greatest number of tx_bd's used. */

Completed in 195 milliseconds