Home
last modified time | relevance | path

Searched refs:CurrentPHY (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DMIIBus.h89 CurrentPHY = -1, // currently selected PHY. enumerator
119 uint8 PHYID(PHYIndex phyIndex = CurrentPHY);
120 uint8 PHYType(PHYIndex phyIndex = CurrentPHY);
124 PHYIndex phyIndex = CurrentPHY);
126 PHYIndex phyIndex = CurrentPHY);
129 PHYIndex phyIndex = CurrentPHY);
H A DMIIBus.cpp30 fSelectedPHY(CurrentPHY) in MIIBus()
43 fSelectedPHY = CurrentPHY; in Init()
74 PHYID(CurrentPHY), PHYID(PrimaryPHY), PHYID(SecondaryPHY)); in Init()
75 if (fSelectedPHY == CurrentPHY) { in Init()
134 if (fSelectedPHY == CurrentPHY) { in InitCheck()
145 if (phyIndex == CurrentPHY) { in PHYID()
146 return (fSelectedPHY == CurrentPHY in PHYID()
157 if (phyIndex == CurrentPHY) { in PHYType()
158 return (fSelectedPHY == CurrentPHY in PHYType()
291 if (PHYType(CurrentPHY) == PHYNotInstalled) { in Dump()
[all …]
H A DAX88172Device.cpp234 case CurrentPHY: in OnNotify()
H A DAX88178Device.cpp372 case CurrentPHY: in OnNotify()
H A DAX88772Device.cpp565 case CurrentPHY: in OnNotify()