Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h391 struct mt7996_phy *radio_phy[MT7996_MAX_RADIOS]; member
624 for (int __i = 0; __i < ARRAY_SIZE((dev)->radio_phy); __i++) \
625 if (((phy) = (dev)->radio_phy[__i]) != NULL)
H A Dmain.c490 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_add_interface()
542 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_remove_interface()
740 phy = dev->radio_phy[i]; in mt7996_get_txpower()
1391 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_set_rts_threshold()
1476 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_get_stats()
1628 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_set_antenna()
1637 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_set_antenna()
H A Dinit.c451 dev->radio_phy[n_radios] = phy; in mt7996_init_wiphy_band()