Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c139 mvif->omac_idx = idx; in mt7915_add_interface()
154 phy->omac_mask |= BIT(mvif->omac_idx); in mt7915_add_interface()
197 phy->omac_mask &= ~BIT(mvif->omac_idx); in mt7915_remove_interface()
685 n = mvif->omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : mvif->omac_idx; in mt7915_get_tsf()
712 n = mvif->omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : mvif->omac_idx; in mt7915_set_tsf()
Dmcu.c634 .muar_idx = msta && msta->wcid.sta ? mvif->omac_idx : 0xe, in mt7915_mcu_alloc_sta_req()
813 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt7915_mcu_bss_omac_tlv()
815 omac->omac_idx = mvif->omac_idx; in mt7915_mcu_bss_omac_tlv()
978 ext_bss_idx = mvif->omac_idx - EXT_BSSID_START; in mt7915_mcu_bss_ext_tlv()
1048 if (mvif->omac_idx > HW_BSSID_MAX) in mt7915_mcu_add_bss_info()
1267 generic->muar_idx = mvif->omac_idx; in mt7915_mcu_wtbl_generic_tlv()
2345 u8 omac_idx; in mt7915_mcu_add_dev_info() member
2360 .omac_idx = mvif->omac_idx, in mt7915_mcu_add_dev_info()
3040 u8 omac_idx; in mt7915_mcu_set_pm() member
Dmac.c576 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7915_mac_write_txwi() local
585 omac_idx = mvif->omac_idx; in mt7915_mac_write_txwi()
636 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7915_mac_write_txwi()
Dmt7915.h91 u8 omac_idx; member
Dmcu.h312 u8 omac_idx; member
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.c667 u8 omac_idx; in mt7615_mcu_add_dev() member
682 .omac_idx = mvif->omac_idx, in mt7615_mcu_add_dev()
710 u8 omac_idx; in mt7615_mcu_add_beacon_offload() member
725 .omac_idx = mvif->omac_idx, in mt7615_mcu_add_beacon_offload()
782 u8 omac_idx; in mt7615_mcu_ctrl_pm_state() member
803 .muar_idx = msta ? mvif->omac_idx : 0, in mt7615_mcu_alloc_sta_req()
955 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt7615_mcu_bss_omac_tlv()
957 omac->omac_idx = mvif->omac_idx; in mt7615_mcu_bss_omac_tlv()
971 ext_bss_idx = mvif->omac_idx - EXT_BSSID_START; in mt7615_mcu_bss_ext_tlv()
1175 generic->muar_idx = mvif->omac_idx; in mt7615_mcu_wtbl_generic_tlv()
[all …]
Dmain.c180 mvif->omac_idx = idx; in mt7615_add_interface()
190 dev->omac_mask |= BIT(mvif->omac_idx); in mt7615_add_interface()
191 phy->omac_mask |= BIT(mvif->omac_idx); in mt7615_add_interface()
260 dev->omac_mask &= ~BIT(mvif->omac_idx); in mt7615_remove_interface()
261 phy->omac_mask &= ~BIT(mvif->omac_idx); in mt7615_remove_interface()
Dmcu.h451 u8 omac_idx; member
699 u8 omac_idx; member
Dmac.c533 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local
549 omac_idx = mvif->omac_idx; in mt7615_mac_write_txwi()
590 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7615_mac_write_txwi()
Dmt7615.h155 u8 omac_idx; member