Home
last modified time | relevance | path

Searched refs:htc_flags (Results 1 – 5 of 5) sorted by relevance

/src/sys/contrib/dev/iwlwifi/mld/
H A Dsta.c373 u32 htc_flags = 0; in iwl_mld_get_htc_flags() local
376 htc_flags |= IWL_HE_HTC_SUPPORT; in iwl_mld_get_htc_flags()
386 htc_flags |= in iwl_mld_get_htc_flags()
389 htc_flags |= IWL_HE_HTC_LINK_ADAP_BOTH; in iwl_mld_get_htc_flags()
392 htc_flags |= IWL_HE_HTC_BSR_SUPP; in iwl_mld_get_htc_flags()
394 htc_flags |= IWL_HE_HTC_OMI_SUPP; in iwl_mld_get_htc_flags()
396 htc_flags |= IWL_HE_HTC_BQR_SUPP; in iwl_mld_get_htc_flags()
398 return htc_flags; in iwl_mld_get_htc_flags()
490 cmd.htc_flags = in iwl_mld_add_modify_sta_cmd()
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h605 __le32 htc_flags; member
673 __le32 htc_flags; member
748 __le32 htc_flags; member
H A Dmac-cfg.h701 __le32 htc_flags; member
765 __le32 htc_flags; member
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2485 __le32 htc_flags = 0; in iwl_mvm_get_sta_htc_flags() local
2488 htc_flags |= cpu_to_le32(IWL_HE_HTC_SUPPORT); in iwl_mvm_get_sta_htc_flags()
2498 htc_flags |= in iwl_mvm_get_sta_htc_flags()
2501 htc_flags |= cpu_to_le32(IWL_HE_HTC_LINK_ADAP_BOTH); in iwl_mvm_get_sta_htc_flags()
2504 htc_flags |= cpu_to_le32(IWL_HE_HTC_BSR_SUPP); in iwl_mvm_get_sta_htc_flags()
2506 htc_flags |= cpu_to_le32(IWL_HE_HTC_OMI_SUPP); in iwl_mvm_get_sta_htc_flags()
2508 htc_flags |= cpu_to_le32(IWL_HE_HTC_BQR_SUPP); in iwl_mvm_get_sta_htc_flags()
2510 return htc_flags; in iwl_mvm_get_sta_htc_flags()
2577 sta_ctxt_cmd.htc_flags = iwl_mvm_get_sta_htc_flags(sta, &sta->deflink); in iwl_mvm_cfg_he_sta()
H A Dmld-sta.c512 cmd.htc_flags = iwl_mvm_get_sta_htc_flags(sta, link_sta); in iwl_mvm_mld_cfg_sta()