Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/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;
349 u8 uapsd_acs; global() member
H A Dmac-cfg.h576 * @uapsd_acs: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver
600 __le32 uapsd_acs;
589 __le32 uapsd_acs; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c116 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()
H A Dmld-sta.c497 cmd.uapsd_acs = cpu_to_le32(iwl_mvm_get_sta_uapsd_acs(sta)); in iwl_mvm_mld_cfg_sta()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h6437 * @uapsd_acs: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver
6470 uint8_t uapsd_acs;
6466 uint8_t uapsd_acs; global() member