Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/e1000/
H A De1000_82540.c705 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 De1000_82542.c582 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 De1000_vf.c292 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 De1000_82543.c1583 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 De1000_vf.h218 u8 perm_addr[6]; member
H A De1000_82541.c1294 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 De1000_nvm.c1183 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 De1000_hw.h829 u8 perm_addr[ETHER_ADDR_LEN]; member
/freebsd/sys/dev/igc/
H A Digc_nvm.c624 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 Digc_hw.h425 u8 perm_addr[ETH_ADDR_LEN]; member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_vf.c231 memcpy(hw->mac.perm_addr, addr, IXGBE_ETH_LENGTH_OF_ADDRESS); in ixgbe_reset_hw_vf()
546 mac_addr[i] = hw->mac.perm_addr[i]; in ixgbe_get_mac_addr_vf()
H A Dif_ixv.c469 bcopy(hw->mac.addr, hw->mac.perm_addr, in ixv_if_attach_pre()
470 sizeof(hw->mac.perm_addr)); in ixv_if_attach_pre()
H A Dixgbe_x540.c270 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82598.c925 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
H A Dixgbe_82599.c1177 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h97 u8 perm_addr[ETH_ALEN]; member
/freebsd/sys/dev/iavf/
H A Diavf_type.h258 u8 perm_addr[ETH_ALEN]; member
H A Diavf_lib.c549 memcpy(hw->mac.perm_addr, hw->mac.addr, ETHER_ADDR_LEN); in iavf_set_mac_addresses()
H A Diavf_common.c1007 iavf_memcpy(hw->mac.perm_addr, in iavf_vf_parse_hw_config()
/freebsd/sys/dev/ice/
H A Dice_type.h541 u8 perm_addr[ETH_ALEN]; member
/freebsd/sys/dev/ixl/
H A Di40e_type.h450 u8 perm_addr[ETH_ALEN]; member
H A Dif_ixl.c638 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHER_ADDR_LEN); in ixl_if_attach_pre()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h704 unsigned char perm_addr[ETH_ALEN]; member
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1145 uint8_t perm_addr[ETH_ALEN]; member
H A Dmac80211.h2453 ether_addr_copy(hw->wiphy->perm_addr, addr); in SET_IEEE80211_PERM_ADDR()

12