Lines Matching refs:wlan_idx
518 u16 wlan_idx; in mt7996_mcu_rx_all_sta_info_event() local
523 wlan_idx = le16_to_cpu(res->rate[i].wlan_idx); in mt7996_mcu_rx_all_sta_info_event()
524 wcid = rcu_dereference(dev->mt76.wcid[wlan_idx]); in mt7996_mcu_rx_all_sta_info_event()
533 wlan_idx = le16_to_cpu(res->adm_stat[i].wlan_idx); in mt7996_mcu_rx_all_sta_info_event()
534 wcid = rcu_dereference(dev->mt76.wcid[wlan_idx]); in mt7996_mcu_rx_all_sta_info_event()
547 wlan_idx = le16_to_cpu(res->msdu_cnt[i].wlan_idx); in mt7996_mcu_rx_all_sta_info_event()
548 wcid = rcu_dereference(dev->mt76.wcid[wlan_idx]); in mt7996_mcu_rx_all_sta_info_event()
976 struct mt76_phy *phy, u16 wlan_idx, in mt7996_mcu_bss_basic_tlv() argument
983 u16 sta_wlan_idx = wlan_idx; in mt7996_mcu_bss_basic_tlv()
1022 bss->bmc_tx_wlan_idx = cpu_to_le16(wlan_idx); in mt7996_mcu_bss_basic_tlv()
2140 __le16 wlan_idx; in mt7996_mcu_add_group() member
2153 req.wlan_idx = cpu_to_le16(msta->wcid.idx); in mt7996_mcu_add_group()
2249 sec_key->wlan_idx = cpu_to_le16(wcid->idx); in mt7996_mcu_sta_key_tlv()