Home
last modified time | relevance | path

Searched refs:bge_tx_bd (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/bge/
H A Dif_bgevar.h157 struct bge_tx_bd *bge_tx_ring;
H A Dif_bgereg.h2289 struct bge_tx_bd { struct
2325 ((ringno * sizeof(struct bge_tx_bd) * size) / 4)
2628 (sizeof(struct bge_tx_bd) * BGE_TX_RING_CNT)
H A Dif_bge.c1230 sizeof(struct bge_tx_bd)); in bge_free_tx_ring()
3511 struct bge_tx_bd *d = NULL, *last_d; in bge_encap()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnxvar.h255 struct bge_tx_bd *bnx_tx_ring;
H A Dif_bnx.c1039 bzero(&txr->bnx_tx_ring[i], sizeof(struct bge_tx_bd)); in bnx_free_tx_ring()
3383 struct bge_tx_bd *d = NULL; in bnx_encap()