Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c343 if (!mac_addr_valid(hw->curr_mac_addr)) { in ixgb_init_hw()
395 if (!mac_addr_valid(hw->curr_mac_addr)) { in ixgb_init_rx_addrs()
398 ixgb_get_ee_mac_addr(hw, hw->curr_mac_addr); in ixgb_init_rx_addrs()
401 hw->curr_mac_addr); in ixgb_init_rx_addrs()
406 pr_debug("New MAC Addr = %pM\n", hw->curr_mac_addr); in ixgb_init_rx_addrs()
408 ixgb_rar_set(hw, hw->curr_mac_addr, 0); in ixgb_init_rx_addrs()
Dixgb_hw.h675 u8 curr_mac_addr[ETH_ALEN]; /* Individual address currently programmed in MAC */ member