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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_api.c592 if (hw->mac.ops.read_mac_addr)
593 return hw->mac.ops.read_mac_addr(hw);
H A Digc_hw.h362 s32 (*read_mac_addr)(struct igc_hw *); member in struct:igc_mac_operations
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.h213 s32 (*read_mac_addr)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_api.c1235 if (hw->mac.ops.read_mac_addr)
1236 return hw->mac.ops.read_mac_addr(hw);
H A De1000_vf.c135 mac->ops.read_mac_addr = e1000_read_mac_addr_vf;
H A De1000_82542.c139 mac->ops.read_mac_addr = e1000_read_mac_addr_82542;
H A De1000_82540.c233 mac->ops.read_mac_addr = e1000_read_mac_addr_82540;
H A De1000_hw.h748 s32 (*read_mac_addr)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_80003es2lan.c250 mac->ops.read_mac_addr = e1000_read_mac_addr_80003es2lan;
H A De1000_82543.c249 mac->ops.read_mac_addr = e1000_read_mac_addr_82543;
H A De1000_82541.c260 mac->ops.read_mac_addr = e1000_read_mac_addr_82541;
H A De1000_82571.c351 mac->ops.read_mac_addr = e1000_read_mac_addr_82571;
H A De1000_mac.c60 mac->ops.read_mac_addr = e1000_read_mac_addr_generic;
H A De1000_82575.c392 mac->ops.read_mac_addr = e1000_read_mac_addr_82575;

Completed in 194 milliseconds