| /freebsd-12.1/sys/dev/ath/ |
| H A D | if_athvar.h | 1205 #define ath_hal_getcapability(_ah, _cap, _param, _result) \ macro 1242 (ath_hal_getcapability(_ah, HAL_CAP_DIAG, 0, _pv) == HAL_OK) 1306 (ath_hal_getcapability(_ah, HAL_CAP_INTMIT, \ 1309 (ath_hal_getcapability(_ah, HAL_CAP_INTMIT, \ 1336 (ath_hal_getcapability(_ah, HAL_CAP_ENHANCED_DMA_SUPPORT, \ 1342 (ath_hal_getcapability(_ah, HAL_CAP_NUM_TXMAPS, 0, _req) \ 1345 (ath_hal_getcapability(_ah, HAL_CAP_TXDESCLEN, 0, _req) \ 1348 (ath_hal_getcapability(_ah, HAL_CAP_TXSTATUSLEN, 0, _req) \ 1351 (ath_hal_getcapability(_ah, HAL_CAP_RXSTATUSLEN, 0, _req) \ 1370 (ath_hal_getcapability(_ah, HAL_CAP_SPLIT_4KB_TRANS, \ [all …]
|
| H A D | if_ath.c | 1132 if (ath_hal_getcapability(ah, HAL_CAP_ENTERPRISE_MODE, 0, in ath_attach() 1140 if (ath_hal_getcapability(ah, HAL_CAP_HT, 0, NULL) == HAL_OK && in ath_attach() 1161 if ((ath_hal_getcapability(ah, in ath_attach() 1178 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 0, &txs); in ath_attach() 1179 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 1, &rxs); in ath_attach() 1190 if (ath_hal_getcapability(ah, HAL_CAP_RX_STBC, 0, in ath_attach() 1197 if (txs > 1 && ath_hal_getcapability(ah, HAL_CAP_TX_STBC, 0, in ath_attach() 1205 (void) ath_hal_getcapability(ah, HAL_CAP_RTS_AGGR_LIMIT, 1, in ath_attach() 1215 if ((ath_hal_getcapability(ah, HAL_CAP_LDPC, 0, &ldpc)) in ath_attach() 1245 ath_hal_getcapability(ah, HAL_CAP_SERIALISE_WAR, in ath_attach()
|
| H A D | if_ath_rx.c | 206 if (ath_hal_getcapability(sc->sc_ah, HAL_CAP_PSPOLL, in ath_calcrxfilter()
|
| /freebsd-12.1/sys/dev/ath/ath_dfs/null/ |
| H A D | dfs_null.c | 112 if (ath_hal_getcapability(sc->sc_ah, in ath_dfs_radar_enable()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ |
| H A D | ah_internal.h | 476 (ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 1, AH_NULL) == HAL_OK) 480 (ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 3, AH_NULL) == HAL_OK) 741 extern HAL_STATUS ath_hal_getcapability(struct ath_hal *ah,
|
| H A D | ah.c | 703 ath_hal_getcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_getcapability() function 1499 if (ath_hal_getcapability(ah, HAL_CAP_DIAG, 0, &diag) != HAL_OK) in ath_hal_getcca()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5210/ |
| H A D | ar5210_misc.c | 602 return ath_hal_getcapability(ah, type, capability, result); in ar5210GetCapability()
|
| /freebsd-12.1/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() 2166 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()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5211/ |
| H A D | ar5211_misc.c | 646 return ath_hal_getcapability(ah, type, capability, result); in ar5211GetCapability()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_misc.c | 926 return ath_hal_getcapability(ah, type, capability, result); in ar5212GetCapability()
|