Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c110 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt792x_remove_interface()
159 u8 omac_idx = mvif->mt76.omac_idx; in mt792x_get_tsf() local
168 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt792x_get_tsf()
185 u8 omac_idx = mvif->mt76.omac_idx; in mt792x_set_tsf() local
194 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt792x_set_tsf()
H A Dmt76_connac_mcu.c279 .muar_idx = wcid ? mvif->omac_idx : 0, in __mt76_connac_mcu_alloc_sta_req()
328 u8 omac_idx = mvif->omac_idx; in mt76_connac_mcu_bss_omac_tlv() local
360 omac->omac_idx = mvif->omac_idx; in mt76_connac_mcu_bss_omac_tlv()
362 omac->hw_bss_idx = omac_idx > EXT_BSSID_START ? HW_BSSID_0 : omac_idx; in mt76_connac_mcu_bss_omac_tlv()
558 generic->muar_idx = mvif->omac_idx; in mt76_connac_mcu_wtbl_generic_tlv()
1118 u8 omac_idx; in mt76_connac_mcu_uni_add_dev() member
1131 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev()
1153 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev()
1182 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt76_connac_mcu_uni_add_dev()
1526 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_bss()
[all …]
H A Dmt76_connac_mac.c491 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0, band_idx = 0; in mt76_connac2_mac_write_txwi() local
503 omac_idx = mvif->omac_idx; in mt76_connac2_mac_write_txwi()
537 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt76_connac2_mac_write_txwi()
H A Dmt76_connac_mcu.h204 u8 omac_idx; member
1357 u8 omac_idx; member
H A Dmt76.h711 u8 omac_idx; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c190 mvif->mt76.omac_idx = idx; in mt7996_add_interface()
200 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7996_add_interface()
221 (!mvif->mt76.omac_idx || mvif->mt76.omac_idx > 3)) in mt7996_add_interface()
263 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7996_remove_interface()
492 if (mvif->mt76.omac_idx > HW_BSSID_MAX) in mt7996_update_bss_color()
844 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in __mt7996_get_tsf()
845 : mvif->mt76.omac_idx; in __mt7996_get_tsf()
884 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7996_set_tsf()
885 : mvif->mt76.omac_idx; in mt7996_set_tsf()
910 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7996_offset_tsf()
[all …]
H A Dmcu.c684 u32 idx = mvif->mt76.omac_idx - REPEATER_BSSID_START; in mt7996_mcu_muar_config()
802 bss->omac_idx = mvif->omac_idx; in mt7996_mcu_bss_basic_tlv()
808 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt7996_mcu_bss_basic_tlv()
851 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) { in mt7996_mcu_add_bss_info()
1960 u8 omac_idx; in mt7996_mcu_add_dev_info() member
1973 .omac_idx = mvif->mt76.omac_idx, in mt7996_mcu_add_dev_info()
1983 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7996_mcu_add_dev_info()
3425 u8 omac = mvif->mt76.omac_idx; in mt7996_mcu_set_obss_spr_siga()
3596 .own_mac_idx = mvif->mt76.omac_idx, in mt7996_mcu_twt_agrt_update()
H A Dmcu.h36 u8 omac_idx; member
H A Dmac.c839 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7996_mac_write_txwi() local
851 omac_idx = mvif->omac_idx; in mt7996_mac_write_txwi()
877 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7996_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c233 mvif->mt76.omac_idx = idx; in mt7915_add_interface()
246 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7915_add_interface()
267 (!mvif->mt76.omac_idx || mvif->mt76.omac_idx > 3)) in mt7915_add_interface()
309 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7915_remove_interface()
585 if (mvif->mt76.omac_idx > HW_BSSID_MAX) in mt7915_update_bss_color()
929 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in __mt7915_get_tsf()
930 : mvif->mt76.omac_idx; in __mt7915_get_tsf()
974 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7915_set_tsf()
975 : mvif->mt76.omac_idx; in mt7915_set_tsf()
1005 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7915_offset_tsf()
[all …]
H A Dmcu.h42 u8 omac_idx; member
52 u8 omac_idx; member
H A Dmcu.c609 u32 idx = mvif->mt76.omac_idx - REPEATER_BSSID_START; in mt7915_mcu_muar_config()
648 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) { in mt7915_mcu_add_bss_info()
677 if (mvif->mt76.omac_idx >= EXT_BSSID_START && in mt7915_mcu_add_bss_info()
678 mvif->mt76.omac_idx < REPEATER_BSSID_START) in mt7915_mcu_add_bss_info()
1742 u8 omac_idx; in mt7915_mcu_add_dev_info() member
1757 .omac_idx = mvif->mt76.omac_idx, in mt7915_mcu_add_dev_info()
1770 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7915_mcu_add_dev_info()
3500 u8 omac = mvif->mt76.omac_idx; in mt7915_mcu_set_obss_spr_siga()
3769 .own_mac_idx = mvif->mt76.omac_idx, in mt7915_mcu_twt_agrt_update()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c208 mvif->mt76.omac_idx = idx; in mt7615_add_interface()
216 dev->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
217 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
272 dev->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
273 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
918 u16 idx = mvif->mt76.omac_idx; in mt7615_get_tsf()
946 u16 idx = mvif->mt76.omac_idx; in mt7615_set_tsf()
972 u16 idx = mvif->mt76.omac_idx; in mt7615_offset_tsf()
H A Dmcu.c372 if (c->omac_idx > EXT_BSSID_MAX) in mt7615_mcu_rx_csa_notify()
375 if (ext_phy && ext_phy->omac_mask & BIT_ULL(c->omac_idx)) in mt7615_mcu_rx_csa_notify()
595 u32 idx = mvif->mt76.omac_idx - REPEATER_BSSID_START; in mt7615_mcu_muar_config()
634 u8 omac_idx; in mt7615_mcu_add_dev() member
649 .omac_idx = mvif->mt76.omac_idx, in mt7615_mcu_add_dev()
662 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7615_mcu_add_dev()
680 u8 omac_idx; in mt7615_mcu_add_beacon_offload() member
695 .omac_idx = mvif->mt76.omac_idx, in mt7615_mcu_add_beacon_offload()
751 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7615_mcu_add_bss()
764 if (enable && mvif->mt76.omac_idx >= EXT_BSSID_START && in mt7615_mcu_add_bss()
[all …]
H A Dmcu.h153 u8 omac_idx; member
H A Dmac.c726 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local
742 omac_idx = mvif->omac_idx; in mt7615_mac_write_txwi()
783 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7615_mac_write_txwi()
1112 u16 idx = sta->vif->mt76.omac_idx; in mt7615_mac_set_rates()
H A Dusb_sdio.c114 idx = sta->vif->mt76.omac_idx; in mt7663_usb_sdio_set_rates()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c301 mvif->mt76.omac_idx = mvif->mt76.idx; in mt7921_add_interface()
312 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7921_add_interface()