Searched refs:DS2PHYS (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/malo/ |
| HD | if_malo.c | 540 #define DS2PHYS(_dd, _ds) \ macro 572 bf->bf_daddr = DS2PHYS(&sc->malo_rxdma, ds); in malo_rxdma_setup() 615 bf->bf_daddr = DS2PHYS(&txq->dma, ds); in malo_txdma_setup()
|
| /trueos/sys/dev/ath/ |
| HD | if_ath.c | 3231 #define DS2PHYS(_dd, _ds) \ in ath_descdma_alloc_desc() macro 3313 #undef DS2PHYS in ath_descdma_alloc_desc() 3322 #define DS2PHYS(_dd, _ds) \ in ath_descdma_setup() macro 3355 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup() 3367 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup() 3395 #undef DS2PHYS in ath_descdma_setup()
|
| /trueos/sys/dev/mwl/ |
| HD | if_mwl.c | 2085 #undef DS2PHYS in mwl_desc_setup() 2119 #define DS2PHYS(_dd, _ds) \ macro 2149 bf->bf_daddr = DS2PHYS(&txq->dma, ds); in mwl_txdma_setup() 2271 bf->bf_daddr = DS2PHYS(&sc->sc_rxdma, ds); in mwl_rxdma_setup() 2290 #undef DS2PHYS
|