Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
HDif_bcereg.h574 struct tx_bd { struct
5647 #define TOTAL_TX_BD_PER_PAGE (BCM_PAGE_SIZE / sizeof(struct tx_bd))
5861 struct tx_bd **tx_bd_chain; /* tx_pages */
HDif_bce.c2120 txr->tx_bd_chain = kmalloc(sizeof(struct tx_bd *) * txr->tx_pages, in bce_create_tx_ring()
3969 struct tx_bd *txbd; in bce_init_tx_chain()
4840 struct tx_bd *txbd = NULL; in bce_encap()