Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_descdma.c147 #define DS2PHYS(_dd, _ds) \ in ath_descdma_alloc_desc() macro
231 #undef DS2PHYS in ath_descdma_alloc_desc()
240 #define DS2PHYS(_dd, _ds) \ in ath_descdma_setup() macro
273 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup()
285 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup()
314 #undef DS2PHYS in ath_descdma_setup()
/freebsd/sys/dev/malo/
H A Dif_malo.c498 #define DS2PHYS(_dd, _ds) \ macro
530 bf->bf_daddr = DS2PHYS(&sc->malo_rxdma, ds); in malo_rxdma_setup()
573 bf->bf_daddr = DS2PHYS(&txq->dma, ds); in malo_txdma_setup()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1982 #undef DS2PHYS in mwl_desc_setup()
2015 #define DS2PHYS(_dd, _ds) \ macro
2044 bf->bf_daddr = DS2PHYS(&txq->dma, ds); in mwl_txdma_setup()
2164 bf->bf_daddr = DS2PHYS(&sc->sc_rxdma, ds); in mwl_rxdma_setup()
2183 #undef DS2PHYS