Searched refs:phyIndex (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DMIIBus.cpp143 MIIBus::PHYID(PHYIndex phyIndex /*= CurrentPHY*/)
145 if (phyIndex == CurrentPHY) {
150 return fPHYs[phyIndex] & PHYIDMask;
155 MIIBus::PHYType(PHYIndex phyIndex /*= CurrentPHY*/)
157 if (phyIndex == CurrentPHY) {
162 return fPHYs[phyIndex] & PHYTypeMask;
167 MIIBus::Read(uint16 miiRegister, uint16 *value, PHYIndex phyIndex /*= CurrPHY*/)
175 if (PHYType(phyIndex) == PHYNotInstalled) {
176 TRACE_ALWAYS("Error: Invalid PHY index:%#02x.\n", phyIndex);
180 uint16 phyId = PHYID(phyIndex);
[all...]
H A DMIIBus.h119 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 DAX88172Device.cpp220 uint phyIndex = 0; local
224 phyIndex = 1;
229 phyIndex = 2;
244 phyIndex, fHasConnection ? "up" : "down");
H A DAX88178Device.cpp358 uint phyIndex = 0; local
362 phyIndex = 1;
367 phyIndex = 2;
382 phyIndex, fHasConnection ? "up" : "down");
H A DAX88772Device.cpp551 uint phyIndex = 0; local
555 phyIndex = 1;
560 phyIndex = 2;
575 phyIndex, fHasConnection ? "up" : "down");

Completed in 43 milliseconds