Searched refs:ac (Results 226 - 232 of 232) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c614 (union aci_aifsn *)(&mac->ac[0].aifs);
1012 /* ARFB table 9 for 11ac 5G 2SS */
1014 /* ARFB table 10 for 11ac 5G 1SS */
1016 /* ARFB table 11 for 11ac 24G 1SS */
1019 /* ARFB table 12 for 11ac 24G 1SS */
3605 if (rssi_level == 1) /*add by Gary for ac-series*/
/linux-master/include/linux/
H A Dieee80211.h1542 struct ieee80211_wmm_ac_param ac[4]; member in struct:ieee80211_wmm_param_ie
1983 * described in 802.11ac D3.0 8.4.2.160
2011 * described in 802.11ac D3.0 8.4.2.161
2292 /* 802.11ac VHT Capabilities */
/linux-master/include/net/
H A Dcfg80211.h354 * to describe 802.11ac VHT capabilities for an STA.
357 * @cap: VHT capabilities map as described in 802.11ac spec
2545 * @ac: AC identifier
2555 enum nl80211_ac ac; member in struct:ieee80211_txq_params
/linux-master/net/wireless/
H A Dnl80211.c3178 u8 ac; local
3185 ac = nla_get_u8(tb[NL80211_TXQ_ATTR_AC]);
3191 if (ac >= NL80211_NUM_ACS)
3193 txq_params->ac = array_index_nospec(ac, NL80211_NUM_ACS);
/linux-master/drivers/scsi/
H A Dhpsa.c3119 struct hpsa_tmf_struct *ac = (struct hpsa_tmf_struct *) c2; local
3154 le32_to_cpu(ac->it_nexus);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c3417 u8 ac, u32 val)
3431 RTW89_SET_EDCA_AC(skb->data, ac);
3416 rtw89_fw_h2c_set_edca(struct rtw89_dev *rtwdev, struct rtw89_vif *rtwvif, u8 ac, u32 val) argument
H A Dfw.h4557 u8 ac, u32 val);

Completed in 233 milliseconds

12345678910