Searched refs:htc_flags (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c174 target->htc_flags |= HTC_OP_CONFIG_PIPE_CREDITS;
209 target->htc_flags |= HTC_OP_START_WAIT;
339 if (htc_handle->htc_flags & HTC_OP_CONFIG_PIPE_CREDITS) {
341 htc_handle->htc_flags &= ~HTC_OP_CONFIG_PIPE_CREDITS;
345 if (htc_handle->htc_flags & HTC_OP_START_WAIT) {
347 htc_handle->htc_flags &= ~HTC_OP_START_WAIT;
H A Dhtc_hst.h128 u8 htc_flags; member in struct:htc_target
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac.h572 * @htc_flags: which features are supported in HTC
598 __le32 htc_flags; member in struct:iwl_he_sta_context_cmd_v1
632 * @htc_flags: which features are supported in HTC
666 __le32 htc_flags; member in struct:iwl_he_sta_context_cmd_v2
707 * @htc_flags: which features are supported in HTC
741 __le32 htc_flags; member in struct:iwl_he_sta_context_cmd_v3
H A Dmac-cfg.h580 * @htc_flags: which features are supported in HTC
602 __le32 htc_flags; member in struct:iwl_mvm_sta_cfg_cmd
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h606 u32 htc_flags; member in struct:htc_target
H A Dhtc_mbox.c1138 packet->status = (target->htc_flags & HTC_OP_STATE_STOPPING) ?
1449 if (target->htc_flags & HTC_OP_STATE_STOPPING) {
2235 if (target->htc_flags & HTC_OP_STATE_STOPPING) {
2340 if (target->htc_flags & HTC_OP_STATE_STOPPING) {
2371 if (rx_unblock && !(target->htc_flags & HTC_OP_STATE_STOPPING))
2749 target->htc_flags = 0;
2823 target->htc_flags |= HTC_OP_STATE_STOPPING;
H A Dhtc_pipe.c1024 if (target->htc_flags & HTC_OP_STATE_SETUP_COMPLETE) {
1505 target->htc_flags |= HTC_OP_STATE_SETUP_COMPLETE;
1523 target->htc_flags &= ~HTC_OP_STATE_SETUP_COMPLETE;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c2488 __le32 htc_flags = 0; local
2491 htc_flags |= cpu_to_le32(IWL_HE_HTC_SUPPORT);
2501 htc_flags |=
2504 htc_flags |= cpu_to_le32(IWL_HE_HTC_LINK_ADAP_BOTH);
2507 htc_flags |= cpu_to_le32(IWL_HE_HTC_BSR_SUPP);
2509 htc_flags |= cpu_to_le32(IWL_HE_HTC_OMI_SUPP);
2511 htc_flags |= cpu_to_le32(IWL_HE_HTC_BQR_SUPP);
2513 return htc_flags;
2580 sta_ctxt_cmd.htc_flags = iwl_mvm_get_sta_htc_flags(sta, &sta->deflink);
H A Dmld-sta.c508 cmd.htc_flags = iwl_mvm_get_sta_htc_flags(sta, link_sta);

Completed in 174 milliseconds