Searched refs:uapsd_acs (Results 1 – 5 of 5) sorted by relevance
147 * @STA_MODIFY_UAPSD_ACS: this command modifies %uapsd_acs318 * @uapsd_acs: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver351 u8 uapsd_acs;349 u8 uapsd_acs; global() member
576 * @uapsd_acs: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver600 __le32 uapsd_acs;589 __le32 uapsd_acs; global() member
116 u8 uapsd_acs = 0; in iwl_mvm_get_sta_uapsd_acs() local 119 uapsd_acs |= BIT(AC_BK); in iwl_mvm_get_sta_uapsd_acs() 121 uapsd_acs |= BIT(AC_BE); in iwl_mvm_get_sta_uapsd_acs() 123 uapsd_acs |= BIT(AC_VI); in iwl_mvm_get_sta_uapsd_acs() 125 uapsd_acs |= BIT(AC_VO); in iwl_mvm_get_sta_uapsd_acs() 127 return uapsd_acs | uapsd_acs << 4; in iwl_mvm_get_sta_uapsd_acs() 232 add_sta_cmd.uapsd_acs = iwl_mvm_get_sta_uapsd_acs(sta); in iwl_mvm_sta_send_to_fw()
497 cmd.uapsd_acs = cpu_to_le32(iwl_mvm_get_sta_uapsd_acs(sta)); in iwl_mvm_mld_cfg_sta()
6437 * @uapsd_acs: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver6470 uint8_t uapsd_acs;6466 uint8_t uapsd_acs; global() member