Searched refs:_ds (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1243 #define ATH_HAL_SETUPBEACONDESC(_ah, _ds, _opmode, _flen, _hlen, \ argument 1245 ((*(_ah)->ah_setupBeaconDesc)((_ah), (_ds), (_opmode), \ 1247 #define ATH_HAL_SETUPRXDESC(_ah, _ds, _size, _intreq) \ argument 1248 ((*(_ah)->ah_setupRxDesc)((_ah), (_ds), (_size), (_intreq))) 1249 #define ATH_HAL_RXPROCDESC(_ah, _ds, _dspa, _dsnext, _rs) \ argument 1250 ((*(_ah)->ah_procRxDesc)((_ah), (_ds), (_dspa), (_dsnext), 0, (_rs))) 1251 #define ATH_HAL_SETUPTXDESC(_ah, _ds, _plen, _hlen, _atype, _txpow, \ argument 1254 ((*(_ah)->ah_setupTxDesc)((_ah), (_ds), (_plen), (_hlen), (_atype), \ 1257 #define ATH_HAL_SETUPXTXDESC(_ah, _ds, \ argument 1259 ((*(_ah)->ah_setupXTxDesc)((_ah), (_ds), \ [all …]
|
/titanic_41/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
|