Home
last modified time | relevance | path

Searched refs:radio_phy (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h307 struct mt7996_phy *radio_phy[MT7996_MAX_RADIOS]; member
527 for (int __i = 0; __i < ARRAY_SIZE((dev)->radio_phy); __i++) \
528 if (((phy) = (dev)->radio_phy[__i]) != NULL)
H A Dmain.c447 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_add_interface()
499 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_remove_interface()
680 phy = dev->radio_phy[i]; in mt7996_get_txpower()
1252 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_set_rts_threshold()
1357 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_get_stats()
1507 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_set_antenna()
1516 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_set_antenna()
H A Dinit.c415 dev->radio_phy[n_radios] = phy; in mt7996_init_wiphy_band()