| /src/sys/dev/ath/ |
| H A D | if_athvar.h | 1207 #define ath_hal_getcapability(_ah, _cap, _param, _result) \ macro 1212 (ath_hal_getcapability(_ah, HAL_CAP_CIPHER, _cipher, NULL) == HAL_OK) 1214 (ath_hal_getcapability(_ah, HAL_CAP_REG_DMN, 0, (_prd)) == HAL_OK) 1220 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_MIC, 1, NULL) == HAL_OK) 1224 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 0, NULL) == HAL_OK) 1226 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, NULL) == HAL_OK) 1230 (ath_hal_getcapability(_ah, HAL_CAP_WME_TKIPMIC, 0, NULL) == HAL_OK) 1232 (ath_hal_getcapability(_ah, HAL_CAP_PHYCOUNTERS, 0, NULL) == HAL_OK) 1234 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 0, NULL) == HAL_OK) 1236 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 1, NULL) == HAL_OK) [all …]
|
| H A D | if_ath.c | 1141 if (ath_hal_getcapability(ah, HAL_CAP_ENTERPRISE_MODE, 0, in ath_attach() 1149 if (ath_hal_getcapability(ah, HAL_CAP_HT, 0, NULL) == HAL_OK && in ath_attach() 1170 if ((ath_hal_getcapability(ah, in ath_attach() 1187 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 0, &txs); in ath_attach() 1188 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 1, &rxs); in ath_attach() 1199 if (ath_hal_getcapability(ah, HAL_CAP_RX_STBC, 0, in ath_attach() 1206 if (txs > 1 && ath_hal_getcapability(ah, HAL_CAP_TX_STBC, 0, in ath_attach() 1214 (void) ath_hal_getcapability(ah, HAL_CAP_RTS_AGGR_LIMIT, 1, in ath_attach() 1224 if ((ath_hal_getcapability(ah, HAL_CAP_LDPC, 0, &ldpc)) in ath_attach() 1253 ath_hal_getcapability(ah, HAL_CAP_SERIALISE_WAR, in ath_attach()
|
| H A D | if_ath_rx.c | 204 if (ath_hal_getcapability(sc->sc_ah, HAL_CAP_PSPOLL, in ath_calcrxfilter()
|
| /src/sys/dev/ath/ath_dfs/null/ |
| H A D | dfs_null.c | 108 if (ath_hal_getcapability(sc->sc_ah, in ath_dfs_radar_enable()
|
| /src/sys/dev/ath/ath_hal/ |
| H A D | ah_internal.h | 474 (ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 1, AH_NULL) == HAL_OK) 478 (ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 3, AH_NULL) == HAL_OK) 739 extern HAL_STATUS ath_hal_getcapability(struct ath_hal *ah,
|
| H A D | ah.c | 700 ath_hal_getcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_getcapability() function 1496 if (ath_hal_getcapability(ah, HAL_CAP_DIAG, 0, &diag) != HAL_OK) in ath_hal_getcca()
|
| /src/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_radar.c | 294 if (ath_hal_getcapability(ah, HAL_CAP_EXT_CHAN_DFS, 0, 0) == HAL_OK) {
|
| H A D | ar9300_misc.c | 786 return ath_hal_getcapability(ah, type, capability, result); in ar9300_get_capability() 962 return ath_hal_getcapability(ah, type, capability, result); in ar9300_get_capability() 2197 if ((ath_hal_getcapability(ah, HAL_CAP_RIFS_RX, 0, AH_NULL) == HAL_OK)) { in ar9300_set_11n_rx_rifs()
|
| H A D | ar9300_reset.c | 178 ath_hal_getcapability(ah, HAL_CAP_MFP, 0, &mfpcap); in ar9300_init_mfp()
|
| /src/sys/dev/ath/ath_hal/ar5210/ |
| H A D | ar5210_misc.c | 600 return ath_hal_getcapability(ah, type, capability, result); in ar5210GetCapability()
|
| /src/sys/dev/ath/ath_hal/ar5211/ |
| H A D | ar5211_misc.c | 644 return ath_hal_getcapability(ah, type, capability, result); in ar5211GetCapability()
|
| /src/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_misc.c | 924 return ath_hal_getcapability(ah, type, capability, result); in ar5212GetCapability()
|