Lines Matching defs:mphy
18 dev->mphy.survey_time = ktime_get_boottime();
19 set_bit(MT76_STATE_RUNNING, &dev->mphy.state);
20 mt7603_mac_work(&dev->mphy.mac_work.work);
30 clear_bit(MT76_STATE_RUNNING, &dev->mphy.state);
31 cancel_delayed_work_sync(&dev->mphy.mac_work);
134 int mt7603_set_channel(struct mt76_phy *mphy)
136 struct mt7603_dev *dev = container_of(mphy->dev, struct mt7603_dev, mt76);
137 struct cfg80211_chan_def *def = &mphy->chandef;
175 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work,
185 dev->mphy.survey_time = ktime_get_boottime();
190 if (!mphy->offchannel)
196 mt7603_mac_work(&dev->mphy.mac_work.work);
205 struct mt76_phy *mphy = &dev->mphy;
208 if (!cfg80211_chandef_valid(&mphy->chandef))
215 return mt76_update_channel(mphy);
226 ret = mt76_update_channel(&dev->mphy);
401 mt76_tx_queue_skb_raw(dev, dev->mphy.q_tx[qid], skb, 0);
412 mt76_stop_tx_queues(&dev->mphy, sta, true);
533 queue = dev->mphy.q_tx[queue]->hw_idx;
692 mt76_tx(&dev->mphy, control->sta, wcid, skb);