Searched refs:omac_idx (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.c | 691 u8 omac_idx; in mt7615_mcu_ctrl_pm_state() member 711 u8 omac_idx; in mt7615_mcu_set_dev_info() member 726 .omac_idx = mvif->omac_idx, in mt7615_mcu_set_dev_info() 751 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt7615_mcu_bss_info_omac_header() 755 hdr->omac_idx = mvif->omac_idx; in mt7615_mcu_bss_info_omac_header() 787 ext_bss_idx = mvif->omac_idx - EXT_BSSID_START; in mt7615_mcu_bss_info_ext_header() 817 if (mvif->omac_idx > EXT_BSSID_START) { in mt7615_mcu_set_bss_info() 965 .muar_idx = mvif->omac_idx, in mt7615_mcu_add_wtbl() 1019 .muar_idx = mvif->omac_idx, in mt7615_mcu_set_sta_rec_bmc() 1057 .muar_idx = mvif->omac_idx, in mt7615_mcu_set_sta_rec() [all …]
|
D | main.c | 87 mvif->omac_idx = idx; in mt7615_add_interface() 98 dev->omac_mask |= BIT(mvif->omac_idx); in mt7615_add_interface() 130 dev->omac_mask &= ~BIT(mvif->omac_idx); in mt7615_remove_interface()
|
D | mt7615.h | 72 u8 omac_idx; member
|
D | mac.c | 316 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 324 omac_idx = mvif->omac_idx; in mt7615_mac_write_txwi() 362 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7615_mac_write_txwi()
|
D | mcu.h | 163 u8 omac_idx; member
|