Home
last modified time | relevance | path

Searched refs:wlan_idx (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.h14 u8 wlan_idx; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h382 __le16 wlan_idx; member
494 __le16 wlan_idx; member
H A Dmcu.c753 struct mt76_phy *phy, u16 wlan_idx, in mt7996_mcu_bss_basic_tlv() argument
760 u16 sta_wlan_idx = wlan_idx; in mt7996_mcu_bss_basic_tlv()
799 bss->bmc_tx_wlan_idx = cpu_to_le16(wlan_idx); in mt7996_mcu_bss_basic_tlv()
1784 __le16 wlan_idx; in mt7996_mcu_add_group() member
1797 req.wlan_idx = cpu_to_le16(msta->wcid.idx); in mt7996_mcu_add_group()
1891 sec_key->wlan_idx = cpu_to_le16(wcid->idx); in mt7996_mcu_sta_key_tlv()
1898 sec_key->wlan_idx = cpu_to_le16(wcid->idx); in mt7996_mcu_sta_key_tlv()
1905 sec_key->wlan_idx = cpu_to_le16(wcid->idx); in mt7996_mcu_sta_key_tlv()
H A Ddebugfs.c931 phy.wlan_idx = cpu_to_le16(msta->wcid.idx); in mt7996_sta_fixed_rate_set()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c3385 u8 wlan_idx[4]; in mt7915_mcu_set_txbf() member
3791 int mt7915_mcu_wed_wa_tx_stats(struct mt7915_dev *dev, u16 wlan_idx) in mt7915_mcu_wed_wa_tx_stats() argument
3797 __le16 wlan_idx; in mt7915_mcu_wed_wa_tx_stats() member
3801 .wlan_idx = cpu_to_le16(wlan_idx), in mt7915_mcu_wed_wa_tx_stats()
3804 __le16 wlan_idx; in mt7915_mcu_wed_wa_tx_stats() member
3827 if (le16_to_cpu(res->wlan_idx) != wlan_idx) { in mt7915_mcu_wed_wa_tx_stats()
3834 wcid = rcu_dereference(dev->mt76.wcid[wlan_idx]); in mt7915_mcu_wed_wa_tx_stats()
H A Dmmio.c651 int idx = le16_to_cpu(stats->wlan_idx); in mt7915_mmio_wed_update_rx_stats()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c930 int wlan_idx; in mt7603_mac_write_txwi() local
954 wlan_idx = wcid->idx; in mt7603_mac_write_txwi()
956 wlan_idx = MT7603_WTBL_RESERVED; in mt7603_mac_write_txwi()
971 FIELD_PREP(MT_TXD1_WLAN_IDX, wlan_idx) | in mt7603_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c2804 struct mt76_phy *phy, u16 wlan_idx, in mt76_connac_mcu_bss_basic_tlv() argument
2842 wlan_idx = wcid->idx; in mt76_connac_mcu_bss_basic_tlv()
2856 bss->bmc_wcid_lo = to_wcid_lo(wlan_idx); in mt76_connac_mcu_bss_basic_tlv()
2857 bss->bmc_wcid_hi = to_wcid_hi(wlan_idx); in mt76_connac_mcu_bss_basic_tlv()
H A Dmt76_connac_mcu.h1912 struct mt76_phy *phy, u16 wlan_idx,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c678 u8 wlan_idx; in mt7615_mcu_add_beacon_offload() member
693 .wlan_idx = wcid->idx, in mt7615_mcu_add_beacon_offload()