Home
last modified time | relevance | path

Searched refs:perm_addr (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/dev/pci/igc/
H A Digc_nvm.c194 hw->mac.perm_addr[i] = (uint8_t)(rar_low >> (i * 8)); in igc_read_mac_addr_generic()
197 hw->mac.perm_addr[i+4] = (uint8_t)(rar_high >> (i * 8)); in igc_read_mac_addr_generic()
200 hw->mac.addr[i] = hw->mac.perm_addr[i]; in igc_read_mac_addr_generic()
H A Digc_hw.h271 uint8_t perm_addr[ETHER_ADDR_LEN]; member
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_vf.c247 memcpy(hw->mac.perm_addr, addr, IXGBE_ETH_LENGTH_OF_ADDRESS); in ixgbe_reset_hw_vf()
591 mac_addr[i] = hw->mac.perm_addr[i]; in ixgbe_get_mac_addr_vf()
H A Dixgbe_x540.c276 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82598.c930 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
H A Dixgbe_82599.c1186 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
H A Dixgbe_type.h4190 u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS]; member
H A Dixgbe_x550.c2715 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()