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

/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_mac.c66 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
71 hw->mac.ops.rar_set(hw, mac_addr, i);
H A Digc_hw.h42 void (*rar_set)(struct igc_hw *hw, u8 *address, u32 index); member in struct:igc_mac_operations
H A Digc_base.c429 .rar_set = igc_rar_set,
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dvf.h165 void (*rar_set)(struct e1000_hw *, u8*, u32); member in struct:e1000_mac_operations
H A Dvf.c46 mac->ops.rar_set = e1000_rar_set_vf;
H A Dnetdev.c1811 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mac.c115 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
120 hw->mac.ops.rar_set(hw, mac_addr, i);
341 hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
H A De1000_hw.h301 void (*rar_set)(struct e1000_hw *, u8 *, u32); member in struct:e1000_mac_operations
H A De1000_82575.c2890 .rar_set = igb_rar_set,
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmac.c118 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
123 hw->mac.ops.rar_set(hw, mac_addr, i);
189 hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
H A Dhw.h518 int (*rar_set)(struct e1000_hw *, u8 *, u32); member in struct:e1000_mac_operations
H A D82571.c1713 hw->mac.ops.rar_set(hw, hw->mac.addr,
1877 .rar_set = e1000e_rar_set_generic,
H A D80003es2lan.c1360 .rar_set = e1000e_rar_set_generic,
H A Dich8lan.c731 mac->ops.rar_set = e1000_rar_set_pch2lan;
761 mac->ops.rar_set = e1000_rar_set_pch_lpt;
5838 .rar_set = e1000e_rar_set_generic,
H A Dnetdev.c3374 ret_val = hw->mac.ops.rar_set(hw, ha->addr, rar_entries--);
4783 hw->mac.ops.rar_set(&adapter->hw, adapter->hw.mac.addr, 0);
4796 hw->mac.ops.rar_set(&adapter->hw, adapter->hw.mac.addr,
5396 hw->mac.ops.rar_set(hw, adapter->hw.mac.addr, 0);

Completed in 230 milliseconds