Searched refs:rar_set (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_mac.c28 mac->ops.rar_set = igc_rar_set_generic;
181 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
186 hw->mac.ops.rar_set(hw, mac_addr, i);
251 hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
H A Digc_api.c396 if (hw->mac.ops.rar_set)
397 return hw->mac.ops.rar_set(hw, addr, index);
H A Digc_hw.h361 int (*rar_set)(struct igc_hw *, u8*, u32); member in struct:igc_mac_operations
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.h212 int (*rar_set)(struct e1000_hw *, u8*, u32); member in struct:e1000_mac_operations
H A De1000_api.c891 if (hw->mac.ops.rar_set)
892 return hw->mac.ops.rar_set(hw, addr, index);
H A De1000_vf.c133 mac->ops.rar_set = e1000_rar_set_vf;
H A De1000_mac.c80 mac->ops.rar_set = e1000_rar_set_generic;
388 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
393 hw->mac.ops.rar_set(hw, mac_addr, i);
472 hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
H A De1000_82542.c141 mac->ops.rar_set = e1000_rar_set_82542;
H A De1000_hw.h747 int (*rar_set)(struct e1000_hw *, u8*, u32); member in struct:e1000_mac_operations
H A De1000_82571.c1760 hw->mac.ops.rar_set(hw, hw->mac.addr,
H A De1000_ich8lan.c798 mac->ops.rar_set = e1000_rar_set_pch2lan;
829 mac->ops.rar_set = e1000_rar_set_pch_lpt;

Completed in 121 milliseconds