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 | 500 #define DS2PHYS(_dd, _ds) \ macro 532 bf->bf_daddr = DS2PHYS(&sc->malo_rxdma, ds); in malo_rxdma_setup() 575 bf->bf_daddr = DS2PHYS(&txq->dma, ds); in malo_txdma_setup()
|
| /freebsd/sys/dev/mwl/ |
| H A D | if_mwl.c | 1994 #undef DS2PHYS in mwl_desc_setup() 2027 #define DS2PHYS(_dd, _ds) \ macro 2056 bf->bf_daddr = DS2PHYS(&txq->dma, ds); in mwl_txdma_setup() 2176 bf->bf_daddr = DS2PHYS(&sc->sc_rxdma, ds); in mwl_rxdma_setup() 2195 #undef DS2PHYS
|