Home
last modified time | relevance | path

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

/freebsd/sys/dev/age/
H A Dif_agevar.h71 struct age_txdesc { struct
87 struct age_txdesc age_txdesc[AGE_TX_RING_CNT]; argument
H A Dif_age.c849 struct age_txdesc *txd; in age_dma_alloc()
1152 txd = &sc->age_cdata.age_txdesc[i]; in age_dma_alloc()
1190 struct age_txdesc *txd; in age_dma_free()
1197 txd = &sc->age_cdata.age_txdesc[i]; in age_dma_free()
1485 struct age_txdesc *txd, *txd_last; in age_encap()
1589 txd = &sc->age_cdata.age_txdesc[prod]; in age_encap()
2204 struct age_txdesc *txd; in age_txintr()
2845 struct age_txdesc *txd; in age_stop()
2906 txd = &sc->age_cdata.age_txdesc[i]; in age_stop()
2980 struct age_txdesc *txd; in age_init_tx_ring()
[all …]