Searched refs:ether_link_state (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/private/net/
H A Dether_driver.h37 typedef struct ether_link_state { struct
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DAX88172Device.h27 virtual status_t GetLinkState(ether_link_state *state);
H A DAX88178Device.h27 virtual status_t GetLinkState(ether_link_state *state);
H A DAX88772Device.h27 virtual status_t GetLinkState(ether_link_state *state);
H A DASIXDevice.h80 virtual status_t GetLinkState(ether_link_state *state) = 0;
H A DAX88172Device.cpp255 AX88172Device::GetLinkState(ether_link_state *linkState)
H A DAX88178Device.cpp393 AX88178Device::GetLinkState(ether_link_state *linkState)
H A DAX88772Device.cpp586 AX88772Device::GetLinkState(ether_link_state *linkState)
H A DASIXDevice.cpp345 return GetLinkState((ether_link_state *)buffer);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h137 status_t _GetLinkState(ether_link_state *state);
H A DDavicomDevice.cpp427 return _GetLinkState((ether_link_state *)buffer);
965 DavicomDevice::_GetLinkState(ether_link_state *linkState)
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.cpp281 ether_link_state *state = (ether_link_state *)buffer;
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp62 ether_link_state state;
64 sizeof(ether_link_state)) < 0) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp442 ether_link_state *state = (ether_link_state *)buffer;

Completed in 81 milliseconds