Home
last modified time | relevance | path

Searched refs:ixgb_rar_set (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/ixgb/ !
Dixgb_hw.c381 ixgb_rar_set(hw, hw->curr_mac_addr, 0); in ixgb_init_rx_addrs()
444 ixgb_rar_set(hw, mca, rar_used_count); in ixgb_mc_addr_list_update()
551 ixgb_rar_set(struct ixgb_hw *hw, in ixgb_rar_set() function
Dixgb_hw.h743 void ixgb_rar_set(struct ixgb_hw *hw, const u8 *addr, u32 index);
Dixgb_main.c181 ixgb_rar_set(hw, netdev->dev_addr, 0); in ixgb_up()
1028 ixgb_rar_set(&adapter->hw, addr->sa_data, 0); in ixgb_set_mac()