Home
last modified time | relevance | path

Searched refs:stge_tfd (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/stge/
H A Dif_stgevar.h101 struct stge_tfd *stge_tx_ring;
108 ((sc)->sc_rdata.stge_tx_ring_paddr + sizeof(struct stge_tfd) * (i))
113 (sizeof(struct stge_tfd) * STGE_TX_RING_CNT)
H A Dif_stgereg.h129 struct stge_tfd { struct
H A Dif_stge.c1101 struct stge_tfd *tfd; in stge_encap()