_ds               536 dev/ic/athvar.h #define	ath_hal_setup_rx_desc(_ah, _ds, _size, _intreq) \
_ds               537 dev/ic/athvar.h 	((*(_ah)->ah_setup_rx_desc)((_ah), (_ds), (_size), (_intreq)))
_ds               538 dev/ic/athvar.h #define	ath_hal_proc_rx_desc(_ah, _ds, _dspa, _dsnext) \
_ds               539 dev/ic/athvar.h 	((*(_ah)->ah_proc_rx_desc)((_ah), (_ds), (_dspa), (_dsnext)))
_ds               540 dev/ic/athvar.h #define	ath_hal_setup_tx_desc(_ah, _ds, _plen, _hlen, _atype, _txpow, \
_ds               543 dev/ic/athvar.h 	((*(_ah)->ah_setup_tx_desc)((_ah), (_ds), (_plen), (_hlen), (_atype), \
_ds               546 dev/ic/athvar.h #define	ath_hal_setup_xtx_desc(_ah, _ds, \
_ds               548 dev/ic/athvar.h 	((*(_ah)->ah_setup_xtx_desc)((_ah), (_ds), \
_ds               550 dev/ic/athvar.h #define	ath_hal_fill_tx_desc(_ah, _ds, _l, _first, _last) \
_ds               551 dev/ic/athvar.h 	((*(_ah)->ah_fill_tx_desc)((_ah), (_ds), (_l), (_first), (_last)))
_ds               552 dev/ic/athvar.h #define	ath_hal_proc_tx_desc(_ah, _ds) \
_ds               553 dev/ic/athvar.h 	((*(_ah)->ah_proc_tx_desc)((_ah), (_ds)))