Searched defs:_ds (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1243 #define ATH_HAL_SETUPBEACONDESC(_ah, _ds, _opmode, _flen, _hlen, \ argument 1247 #define ATH_HAL_SETUPRXDESC(_ah, _ds, _size, _intreq) \ argument 1249 #define ATH_HAL_RXPROCDESC(_ah, _ds, _dspa, _dsnext, _rs) \ argument 1251 #define ATH_HAL_SETUPTXDESC(_ah, _ds, _plen, _hlen, _atype, _txpow, \ argument 1257 #define ATH_HAL_SETUPXTXDESC(_ah, _ds, \ argument 1261 #define ATH_HAL_FILLTXDESC(_ah, _ds, _l, _first, _last, _ath_desc) \ argument 1264 #define ATH_HAL_TXPROCDESC(_ah, _ds, _ts) \ argument
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_core.h | 600 #define ATH_DS_BA_SEQ(_ds) ((_ds)->ds_us.tx.ts_seqnum) argument 601 #define ATH_DS_BA_BITMAP(_ds) (&(_ds)->ds_us.tx.ba_low) argument 602 #define ATH_DS_TX_BA(_ds) ((_ds)->ds_us.tx.ts_flags & ATH9K_TX_BA) argument
|
H A D | arn_hw.h | 73 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument 74 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds)) argument
|