Lines Matching full:wed
432 mt7996_init_wiphy(struct ieee80211_hw *hw, struct mtk_wed_device *wed) in mt7996_init_wiphy() argument
444 if (mtk_wed_device_active(wed)) in mt7996_init_wiphy()
626 struct mtk_wed_device *wed = &dev->mt76.mmio.wed; in mt7996_register_phy() local
633 wed = &dev->mt76.mmio.wed_hif2; in mt7996_register_phy()
672 wed); in mt7996_register_phy()
681 if (wed == &dev->mt76.mmio.wed_hif2 && mtk_wed_device_active(wed)) { in mt7996_register_phy()
724 struct mtk_wed_device *wed = &dev->mt76.mmio.wed; in mt7996_wed_rro_init() local
733 if (!mtk_wed_device_active(wed)) in mt7996_wed_rro_init()
767 wed->wlan.ind_cmd.addr_elem_phys[i] = in mt7996_wed_rro_init()
807 wed->wlan.ind_cmd.win_size = ffs(MT7996_RRO_WINDOW_MAX_LEN) - 6; in mt7996_wed_rro_init()
808 wed->wlan.ind_cmd.particular_sid = MT7996_RRO_MAX_SESSION; in mt7996_wed_rro_init()
809 wed->wlan.ind_cmd.particular_se_phys = dev->wed_rro.session.phy_addr; in mt7996_wed_rro_init()
810 wed->wlan.ind_cmd.se_group_nums = MT7996_RRO_ADDR_ELEM_LEN; in mt7996_wed_rro_init()
811 wed->wlan.ind_cmd.ack_sn_addr = MT_RRO_ACK_SN_CTRL; in mt7996_wed_rro_init()
843 if (!mtk_wed_device_active(&dev->mt76.mmio.wed)) in mt7996_wed_rro_free()
1493 mt7996_init_wiphy(hw, &dev->mt76.mmio.wed); in mt7996_register_device()