Searched refs:uapsd_acs (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h147 * @STA_MODIFY_UAPSD_ACS: this command modifies %uapsd_acs
318 * @uapsd_acs: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver
351 u8 uapsd_acs; member in struct:iwl_mvm_add_sta_cmd
H A Dmac-cfg.h576 * @uapsd_acs: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver
600 __le32 uapsd_acs; member in struct:iwl_mvm_sta_cfg_cmd
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c113 u8 uapsd_acs = 0; local
116 uapsd_acs |= BIT(AC_BK);
118 uapsd_acs |= BIT(AC_BE);
120 uapsd_acs |= BIT(AC_VI);
122 uapsd_acs |= BIT(AC_VO);
124 return uapsd_acs | uapsd_acs << 4;
229 add_sta_cmd.uapsd_acs = iwl_mvm_get_sta_uapsd_acs(sta);
H A Dmld-sta.c497 cmd.uapsd_acs = cpu_to_le32(iwl_mvm_get_sta_uapsd_acs(sta));

Completed in 204 milliseconds