Lines Matching full: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()
134 int mt7603_set_channel(struct mt76_phy *mphy) in mt7603_set_channel() argument
136 struct mt7603_dev *dev = container_of(mphy->dev, struct mt7603_dev, mt76); in mt7603_set_channel()
137 struct cfg80211_chan_def *def = &mphy->chandef; in mt7603_set_channel()
175 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7603_set_channel()
185 dev->mphy.survey_time = ktime_get_boottime(); in mt7603_set_channel()
190 if (!mphy->offchannel) in mt7603_set_channel()
196 mt7603_mac_work(&dev->mphy.mac_work.work); in mt7603_set_channel()
205 struct mt76_phy *mphy = &dev->mphy; in mt7603_set_sar_specs() local
208 if (!cfg80211_chandef_valid(&mphy->chandef)) in mt7603_set_sar_specs()
215 return mt76_update_channel(mphy); in mt7603_set_sar_specs()
226 ret = mt76_update_channel(&dev->mphy); in mt7603_config()
401 mt76_tx_queue_skb_raw(dev, dev->mphy.q_tx[qid], skb, 0); in mt7603_ps_tx_list()
412 mt76_stop_tx_queues(&dev->mphy, sta, true); in mt7603_sta_ps()
533 queue = dev->mphy.q_tx[queue]->hw_idx; in mt7603_conf_tx()
692 mt76_tx(&dev->mphy, control->sta, wcid, skb); in mt7603_tx()