Searched refs:_ReadMACAddress (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.h42 status_t _ReadMACAddress(usb_device device, uint8 *buffer);
H A DECMDevice.cpp71 if (_ReadMACAddress(fDevice, fMACAddress) != B_OK) {
342 if (_ReadMACAddress(device, macBuffer) != B_OK
490 ECMDevice::_ReadMACAddress(usb_device device, uint8 *buffer) function in class:ECMDevice
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.h48 status_t _ReadMACAddress(usb_device device, uint8 *buffer);
H A DRNDISDevice.cpp189 status = _ReadMACAddress(fDevice, fMACAddress);
505 if (_ReadMACAddress(device, macBuffer) != B_OK
743 RNDISDevice::_ReadMACAddress(usb_device device, uint8 *buffer) function in class:RNDISDevice
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h142 status_t _ReadMACAddress(ether_address_t *address);
H A DDavicomDevice.cpp465 status_t result = _ReadMACAddress(&address);
613 DavicomDevice::_ReadMACAddress(ether_address_t *address) function in class:DavicomDevice

Completed in 104 milliseconds