Lines Matching refs:mphy
18 dev->mphy.survey_time = ktime_get_boottime(); in mt7603_start()
19 set_bit(MT76_STATE_RUNNING, &dev->mphy.state); in mt7603_start()
20 mt7603_mac_work(&dev->mphy.mac_work.work); in mt7603_start()
30 clear_bit(MT76_STATE_RUNNING, &dev->mphy.state); in mt7603_stop()
31 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7603_stop()
146 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7603_set_channel()
150 set_bit(MT76_RESET, &dev->mphy.state); in mt7603_set_channel()
153 mt76_set_channel(&dev->mphy); in mt7603_set_channel()
159 dev->mphy.chandef = *def; in mt7603_set_channel()
183 clear_bit(MT76_RESET, &dev->mphy.state); in mt7603_set_channel()
185 mt76_txq_schedule_all(&dev->mphy); in mt7603_set_channel()
187 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7603_set_channel()
197 dev->mphy.survey_time = ktime_get_boottime(); in mt7603_set_channel()
209 mt7603_mac_work(&dev->mphy.mac_work.work); in mt7603_set_channel()
220 struct mt76_phy *mphy = &dev->mphy; in mt7603_set_sar_specs() local
223 if (!cfg80211_chandef_valid(&mphy->chandef)) in mt7603_set_sar_specs()
230 return mt7603_set_channel(hw, &mphy->chandef); in mt7603_set_sar_specs()
410 mt76_tx_queue_skb_raw(dev, dev->mphy.q_tx[qid], skb, 0); in mt7603_ps_tx_list()
421 mt76_stop_tx_queues(&dev->mphy, sta, true); in mt7603_sta_ps()
542 queue = dev->mphy.q_tx[queue]->hw_idx; in mt7603_conf_tx()
700 mt76_tx(&dev->mphy, control->sta, wcid, skb); in mt7603_tx()