Home
last modified time | relevance | path

Searched refs:curr_mac_addr (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c316 if (!mac_addr_valid(hw->curr_mac_addr)) { in ixgb_init_hw()
368 if (!mac_addr_valid(hw->curr_mac_addr)) { in ixgb_init_rx_addrs()
371 ixgb_get_ee_mac_addr(hw, hw->curr_mac_addr); in ixgb_init_rx_addrs()
374 hw->curr_mac_addr); in ixgb_init_rx_addrs()
379 pr_debug("New MAC Addr = %pM\n", hw->curr_mac_addr); in ixgb_init_rx_addrs()
381 ixgb_rar_set(hw, hw->curr_mac_addr, 0); in ixgb_init_rx_addrs()
Dixgb_hw.h650 u8 curr_mac_addr[ETH_ALEN]; /* Individual address currently programmed in MAC */ member