Home
last modified time | relevance | path

Searched refs:perm_addr (Results 1 – 25 of 38) 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.c607 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82542()
608 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82542()
612 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82542()
H A De1000_vf.c301 memcpy(hw->mac.perm_addr, addr, ETHER_ADDR_LEN); in e1000_reset_hw_vf()
305 memset(hw->mac.perm_addr, 0, ETHER_ADDR_LEN); in e1000_reset_hw_vf()
587 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_vf()
H A Dif_igbv.c75 if (!em_is_valid_ether_addr(hw->mac.perm_addr)) in igbv_hv_read_mac_addr()
77 memcpy(hw->mac.addr, hw->mac.perm_addr, ETHER_ADDR_LEN); in igbv_hv_read_mac_addr()
91 memset(hw->mac.perm_addr, 0, ETHER_ADDR_LEN); in igbv_hv_reset_hw()
115 memcpy(hw->mac.perm_addr, addr, ETHER_ADDR_LEN); in igbv_hv_reset_hw()
140 memcmp(addr, hw->mac.perm_addr, ETHER_ADDR_LEN) == 0 ? in igbv_hv_rar_set()
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.h834 u8 perm_addr[ETHER_ADDR_LEN]; member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_hv_vf.c126 hw->mac.perm_addr[i] = IXGBE_READ_PCIE_BYTE(hw, in ixgbevf_hv_reset_hw_vf()
128 if (ixgbe_validate_mac_addr(hw->mac.perm_addr) != IXGBE_SUCCESS) in ixgbevf_hv_reset_hw_vf()
H A Dixgbe_vf.c242 memcpy(hw->mac.perm_addr, addr, IXGBE_ETH_LENGTH_OF_ADDRESS); in ixgbe_reset_hw_vf()
598 mac_addr[i] = hw->mac.perm_addr[i]; in ixgbe_get_mac_addr_vf()
H A Dixgbe_x540.c272 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 Dif_ixv.c520 bcopy(hw->mac.addr, hw->mac.perm_addr, in ixv_if_attach_pre()
521 sizeof(hw->mac.perm_addr)); in ixv_if_attach_pre()
/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.h426 u8 perm_addr[ETH_ADDR_LEN]; member
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h141 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.c551 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/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcommon.c316 memcpy(ifp->drvr->wiphy->perm_addr, ifp->drvr->mac, ETH_ALEN); in brcmf_c_preinit_dcmds()
/freebsd/sys/dev/ice/
H A Dice_type.h557 u8 perm_addr[ETH_ALEN];
537 u8 perm_addr[ETH_ALEN]; global() member
/freebsd/sys/dev/ixl/
H A Di40e_type.h450 u8 perm_addr[ETH_ALEN]; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h763 unsigned char perm_addr[ETH_ALEN]; member
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1180 uint8_t perm_addr[ETH_ALEN]; member

12