Searched refs:DS2PHYS (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_descdma.c | 147 #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 D | if_malo.c | 498 #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 D | if_mwl.c | 1982 #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
|