/freebsd/sys/dev/e1000/ |
H A D | e1000_82540.c | 705 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82540() 706 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82540() 711 hw->mac.perm_addr[5] ^= 1; in e1000_read_mac_addr_82540() 714 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82540()
|
H A D | e1000_82542.c | 582 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82542() 583 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82542() 587 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82542()
|
H A D | e1000_vf.c | 292 memcpy(hw->mac.perm_addr, addr, 6); in e1000_reset_hw_vf() 521 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_vf()
|
H A D | e1000_82543.c | 1583 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82543() 1584 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82543() 1589 hw->mac.perm_addr[5] ^= 1; in e1000_read_mac_addr_82543() 1592 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82543()
|
H A D | e1000_vf.h | 218 u8 perm_addr[6]; member
|
H A D | e1000_nvm.c | 1183 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8)); in e1000_read_mac_addr_generic() 1186 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8)); in e1000_read_mac_addr_generic() 1189 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_generic()
|
H A D | e1000_82541.c | 1294 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82541() 1295 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82541() 1299 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82541()
|
H A D | e1000_hw.h | 829 u8 perm_addr[ETHER_ADDR_LEN]; member
|
/freebsd/sys/dev/igc/ |
H A D | igc_nvm.c | 624 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8)); in igc_read_mac_addr_generic() 627 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8)); in igc_read_mac_addr_generic() 630 hw->mac.addr[i] = hw->mac.perm_addr[i]; in igc_read_mac_addr_generic()
|
H A D | igc_hw.h | 425 u8 perm_addr[ETH_ADDR_LEN]; member
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_vf.c | 235 memcpy(hw->mac.perm_addr, addr, IXGBE_ETH_LENGTH_OF_ADDRESS); in ixgbe_reset_hw_vf() 549 mac_addr[i] = hw->mac.perm_addr[i]; in ixgbe_get_mac_addr_vf()
|
H A D | if_ixv.c | 477 bcopy(hw->mac.addr, hw->mac.perm_addr, in ixv_if_attach_pre() 478 sizeof(hw->mac.perm_addr)); in ixv_if_attach_pre()
|
H A D | ixgbe_x540.c | 272 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
H A D | ixgbe_82598.c | 925 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
H A D | ixgbe_82599.c | 1192 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211.h | 111 u8 perm_addr[ETH_ALEN]; member
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_type.h | 258 u8 perm_addr[ETH_ALEN]; member
|
H A D | iavf_lib.c | 549 memcpy(hw->mac.perm_addr, hw->mac.addr, ETHER_ADDR_LEN); in iavf_set_mac_addresses()
|
H A D | iavf_common.c | 1007 iavf_memcpy(hw->mac.perm_addr, in iavf_vf_parse_hw_config()
|
/freebsd/sys/dev/ice/ |
H A D | ice_type.h | 557 u8 perm_addr[ETH_ALEN]; 537 u8 perm_addr[ETH_ALEN]; global() member
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_type.h | 450 u8 perm_addr[ETH_ALEN]; member
|
H A D | if_ixl.c | 638 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHER_ADDR_LEN); in ixl_if_attach_pre()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 694 unsigned char perm_addr[ETH_ALEN]; member
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 1225 uint8_t perm_addr[ETH_ALEN]; member
|
H A D | mac80211.h | 2289 ether_addr_copy(hw->wiphy->perm_addr, addr); in SET_IEEE80211_PERM_ADDR()
|