Home
last modified time | relevance | path

Searched refs:_ds (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_athvar.h1385 #define ath_hal_setuprxdesc(_ah, _ds, _size, _intreq) \ argument
1386 ((*(_ah)->ah_setupRxDesc)((_ah), (_ds), (_size), (_intreq)))
1387 #define ath_hal_rxprocdesc(_ah, _ds, _dspa, _dsnext, _rs) \ argument
1388 ((*(_ah)->ah_procRxDesc)((_ah), (_ds), (_dspa), (_dsnext), 0, (_rs)))
1389 #define ath_hal_setuptxdesc(_ah, _ds, _plen, _hlen, _atype, _txpow, \ argument
1392 ((*(_ah)->ah_setupTxDesc)((_ah), (_ds), (_plen), (_hlen), (_atype), \
1395 #define ath_hal_setupxtxdesc(_ah, _ds, \ argument
1397 ((*(_ah)->ah_setupXTxDesc)((_ah), (_ds), \
1399 #define ath_hal_filltxdesc(_ah, _ds, _b, _l, _did, _qid, _first, _last, _ds0) \ argument
1400 ((*(_ah)->ah_fillTxDesc)((_ah), (_ds), (_b), (_l), (_did), (_qid), \
[all …]
H A Dif_ath_descdma.c147 #define DS2PHYS(_dd, _ds) \ in ath_descdma_alloc_desc() argument
148 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) in ath_descdma_alloc_desc()
240 #define DS2PHYS(_dd, _ds) \ in ath_descdma_setup() argument
241 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) in ath_descdma_setup()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h36 #define AR5211DESC(_ds) ((struct ar5211_desc *)(_ds)) argument
37 #define AR5211DESC_CONST(_ds) ((const struct ar5211_desc *)(_ds)) argument
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h36 #define AR5210DESC(_ds) ((struct ar5210_desc *)(_ds)) argument
37 #define AR5210DESC_CONST(_ds) ((const struct ar5210_desc *)(_ds)) argument
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h47 #define AR5212DESC(_ds) ((struct ar5212_desc *)(_ds)) argument
48 #define AR5212DESC_CONST(_ds) ((const struct ar5212_desc *)(_ds)) argument
/freebsd/sys/dev/clk/rockchip/
H A Drk_cru.h102 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument
114 .div_shift = _ds, \
139 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument
151 .div_shift = _ds, \
158 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument
168 .div_shift = _ds, \
H A Drk3288_cru.c506 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument
518 .div_shift = _ds, \
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h75 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
76 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds)) argument
/freebsd/crypto/heimdal/lib/hx509/
H A Dname.c304 #define COPYCHARARRAY(_ds,_el,_l,_n) \ argument
305 (_l) = strlen(_ds->u._el); \
310 (_n)[i] = _ds->u._el[i]
313 #define COPYVALARRAY(_ds,_el,_l,_n) \ argument
314 (_l) = _ds->u._el.length; \
319 (_n)[i] = _ds->u._el.data[i]
321 #define COPYVOIDARRAY(_ds,_el,_l,_n) \ argument
322 (_l) = _ds->u._el.length; \
327 (_n)[i] = ((unsigned char *)_ds->u._el.data)[i]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300desc.h88 #define AR9300TXC(_ds) ((struct ar9300_txc *)(_ds)) argument
90 #define AR9300TXC_CONST(_ds) ((const struct ar9300_txc *)(_ds)) argument
/freebsd/sys/dev/malo/
H A Dif_malo.c498 #define DS2PHYS(_dd, _ds) \ argument
499 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc))
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2015 #define DS2PHYS(_dd, _ds) \ argument
2016 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc))