Searched refs:ixgb_rar_set (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_hw.c | 408 ixgb_rar_set(hw, hw->curr_mac_addr, 0); in ixgb_init_rx_addrs() 471 ixgb_rar_set(hw, mca, rar_used_count); in ixgb_mc_addr_list_update() 578 ixgb_rar_set(struct ixgb_hw *hw, in ixgb_rar_set() function
|
D | ixgb_hw.h | 768 void ixgb_rar_set(struct ixgb_hw *hw, u8 *addr, u32 index);
|
D | ixgb_main.c | 216 ixgb_rar_set(hw, netdev->dev_addr, 0); in ixgb_up() 1073 ixgb_rar_set(&adapter->hw, addr->sa_data, 0); in ixgb_set_mac()
|