| /freebsd-head/sys/contrib/dev/mediatek/mt76/ |
| HD | mt792x_core.c | 163 mconf->vif->phy->omac_mask &= ~BIT_ULL(mconf->mt76.omac_idx); in mt792x_mac_link_bss_remove() 227 u8 omac_idx = mvif->bss_conf.mt76.omac_idx; in mt792x_get_tsf() local 236 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt792x_get_tsf() 253 u8 omac_idx = mvif->bss_conf.mt76.omac_idx; in mt792x_set_tsf() local 262 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt792x_set_tsf()
|
| HD | mt76_connac_mcu.c | 281 .muar_idx = wcid ? mvif->omac_idx : 0, in __mt76_connac_mcu_alloc_sta_req() 333 u8 omac_idx = mvif->omac_idx; in mt76_connac_mcu_bss_omac_tlv() local 365 omac->omac_idx = mvif->omac_idx; in mt76_connac_mcu_bss_omac_tlv() 367 omac->hw_bss_idx = omac_idx > EXT_BSSID_START ? HW_BSSID_0 : omac_idx; in mt76_connac_mcu_bss_omac_tlv() 567 generic->muar_idx = mvif->omac_idx; in mt76_connac_mcu_wtbl_generic_tlv() 1151 u8 omac_idx; in mt76_connac_mcu_uni_add_dev() member 1164 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev() 1187 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev() 1220 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt76_connac_mcu_uni_add_dev() 1568 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_bss() [all …]
|
| HD | mt76_connac_mac.c | 501 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0, band_idx = 0; in mt76_connac2_mac_write_txwi() local 513 omac_idx = mvif->omac_idx; in mt76_connac2_mac_write_txwi() 547 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt76_connac2_mac_write_txwi()
|
| HD | mt76_connac_mcu.h | 210 u8 omac_idx; member 1446 u8 omac_idx; member
|
| HD | mt76.h | 780 u8 omac_idx; member
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7996/ |
| HD | main.c | 248 mlink->omac_idx = idx; in mt7996_vif_link_add() 258 phy->omac_mask |= BIT_ULL(mlink->omac_idx); in mt7996_vif_link_add() 276 (!mlink->omac_idx || mlink->omac_idx > 3)) in mt7996_vif_link_add() 319 phy->omac_mask &= ~BIT_ULL(mlink->omac_idx); in mt7996_vif_link_remove() 714 mvif->omac_idx <= HW_BSSID_MAX) || in mt7996_bss_info_changed() 1007 n = mvif->deflink.mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in __mt7996_get_tsf() 1008 : mvif->deflink.mt76.omac_idx; in __mt7996_get_tsf() 1050 n = mvif->deflink.mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7996_set_tsf() 1051 : mvif->deflink.mt76.omac_idx; in mt7996_set_tsf() 1079 n = mvif->deflink.mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7996_offset_tsf() [all …]
|
| HD | mcu.c | 928 u32 idx = mlink->omac_idx - REPEATER_BSSID_START; in mt7996_mcu_muar_config() 1038 bss->omac_idx = mvif->omac_idx; in mt7996_mcu_bss_basic_tlv() 1044 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt7996_mcu_bss_basic_tlv() 1087 if (mlink->omac_idx >= REPEATER_BSSID_START) { in mt7996_mcu_add_bss_info() 2419 u8 omac_idx; in mt7996_mcu_add_dev_info() member 2432 .omac_idx = mlink->omac_idx, in mt7996_mcu_add_dev_info() 2442 if (mlink->omac_idx >= REPEATER_BSSID_START) in mt7996_mcu_add_dev_info() 4103 u8 omac = mvif->deflink.mt76.omac_idx; in mt7996_mcu_set_obss_spr_siga() 4276 .own_mac_idx = mvif->deflink.mt76.omac_idx, in mt7996_mcu_twt_agrt_update()
|
| HD | mac.c | 836 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7996_mac_write_txwi() local 848 omac_idx = mvif->omac_idx; in mt7996_mac_write_txwi() 874 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7996_mac_write_txwi()
|
| HD | mcu.h | 58 u8 omac_idx; member
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7915/ |
| HD | main.c | 233 mvif->mt76.omac_idx = idx; in mt7915_add_interface() 247 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7915_add_interface() 269 (!mvif->mt76.omac_idx || mvif->mt76.omac_idx > 3)) in mt7915_add_interface() 312 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7915_remove_interface() 593 if (mvif->mt76.omac_idx > HW_BSSID_MAX) in mt7915_update_bss_color() 1013 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in __mt7915_get_tsf() 1014 : mvif->mt76.omac_idx; in __mt7915_get_tsf() 1058 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7915_set_tsf() 1059 : mvif->mt76.omac_idx; in mt7915_set_tsf() 1089 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7915_offset_tsf() [all …]
|
| HD | mcu.h | 42 u8 omac_idx; member 52 u8 omac_idx; member
|
| HD | mcu.c | 636 u32 idx = mvif->mt76.omac_idx - REPEATER_BSSID_START; in mt7915_mcu_muar_config() 675 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) { in mt7915_mcu_add_bss_info() 704 if (mvif->mt76.omac_idx >= EXT_BSSID_START && in mt7915_mcu_add_bss_info() 705 mvif->mt76.omac_idx < REPEATER_BSSID_START) in mt7915_mcu_add_bss_info() 1779 u8 omac_idx; in mt7915_mcu_add_dev_info() member 1794 .omac_idx = mvif->mt76.omac_idx, in mt7915_mcu_add_dev_info() 1807 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7915_mcu_add_dev_info() 3631 u8 omac = mvif->mt76.omac_idx; in mt7915_mcu_set_obss_spr_siga() 3900 .own_mac_idx = mvif->mt76.omac_idx, in mt7915_mcu_twt_agrt_update()
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7615/ |
| HD | main.c | 208 mvif->mt76.omac_idx = idx; in mt7615_add_interface() 217 dev->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface() 218 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface() 271 dev->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface() 272 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface() 904 u16 idx = mvif->mt76.omac_idx; in mt7615_get_tsf() 932 u16 idx = mvif->mt76.omac_idx; in mt7615_set_tsf() 958 u16 idx = mvif->mt76.omac_idx; in mt7615_offset_tsf()
|
| HD | mcu.c | 372 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 …]
|
| HD | mcu.h | 153 u8 omac_idx; member
|
| HD | mac.c | 722 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 738 omac_idx = mvif->omac_idx; in mt7615_mac_write_txwi() 779 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7615_mac_write_txwi() 1108 u16 idx = sta->vif->mt76.omac_idx; in mt7615_mac_set_rates()
|
| HD | usb_sdio.c | 114 idx = sta->vif->mt76.omac_idx; in mt7663_usb_sdio_set_rates()
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7925/ |
| HD | mac.c | 730 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0, band_idx = 0; in mt7925_mac_write_txwi() local 745 omac_idx = mvif->omac_idx; in mt7925_mac_write_txwi() 775 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7925_mac_write_txwi()
|
| HD | main.c | 369 mconf->mt76.omac_idx = ieee80211_vif_is_mld(vif) ? in mt7925_mac_link_bss_add() 381 mvif->phy->omac_mask |= BIT_ULL(mconf->mt76.omac_idx); in mt7925_mac_link_bss_add() 1211 u8 omac_idx; in mt7925_mac_sta_remove() member 1224 .omac_idx = 0, in mt7925_mac_sta_remove()
|
| HD | mcu.c | 2424 idx = mconf->mt76.omac_idx > EXT_BSSID_START ? HW_BSSID_0 : in mt7925_mcu_bss_basic_tlv() 2425 mconf->mt76.omac_idx; in mt7925_mcu_bss_basic_tlv() 2454 basic_req->omac_idx = mconf->mt76.omac_idx; in mt7925_mcu_bss_basic_tlv()
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt7921/ |
| HD | main.c | 309 mvif->bss_conf.mt76.omac_idx = mvif->bss_conf.mt76.idx; in mt7921_add_interface() 322 phy->omac_mask |= BIT_ULL(mvif->bss_conf.mt76.omac_idx); in mt7921_add_interface()
|