Home
last modified time | relevance | path

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

/freebsd/sys/dev/alc/
H A Dif_alcvar.h90 struct alc_txdesc { struct
112 struct alc_txdesc alc_txdesc[ALC_TX_RING_CNT]; argument
H A Dif_alc.c1976 struct alc_txdesc *txd; in alc_dma_alloc()
2279 txd = &sc->alc_cdata.alc_txdesc[i]; in alc_dma_alloc()
2317 struct alc_txdesc *txd; in alc_dma_free()
2324 txd = &sc->alc_cdata.alc_txdesc[i]; in alc_dma_free()
2707 struct alc_txdesc *txd, *txd_last; in alc_encap()
2809 txd = &sc->alc_cdata.alc_txdesc[prod]; in alc_encap()
2927 txd = &sc->alc_cdata.alc_txdesc[prod]; in alc_encap()
3441 struct alc_txdesc *txd; in alc_txeof()
3476 txd = &sc->alc_cdata.alc_txdesc[cons]; in alc_txeof()
4324 struct alc_txdesc *txd; in alc_stop()
[all …]