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

/freebsd-12-stable/sys/dev/e1000/
H A De1000_82542.c583 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
584 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
588 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_82540.c706 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
707 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
712 hw->mac.perm_addr[5] ^= 1;
715 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_vf.c288 /* set our "perm_addr" based on info provided by PF */
293 memcpy(hw->mac.perm_addr, addr, 6);
342 /* if nacked the address was rejected, use "perm_addr" */
521 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_82543.c1584 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
1585 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
1590 hw->mac.perm_addr[5] ^= 1;
1593 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_vf.h219 u8 perm_addr[6]; member in struct:e1000_mac_info
H A De1000_82541.c1295 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
1296 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
1300 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_nvm.c1141 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8));
1144 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8));
1147 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_hw.h812 u8 perm_addr[ETH_ADDR_LEN]; member in struct:e1000_mac_info
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h98 u8 perm_addr[ETH_ALEN]; member in struct:wpa_driver_nl80211_data
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_vf.c221 * set our "perm_addr" based on info provided by PF
235 memcpy(hw->mac.perm_addr, addr, IXGBE_ETH_LENGTH_OF_ADDRESS);
363 /* if nacked the address was rejected, use "perm_addr" */
522 mac_addr[i] = hw->mac.perm_addr[i];
H A Dixgbe_82598.c926 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dixgbe_x540.c271 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dif_ixv.c476 bcopy(addr, hw->mac.perm_addr, sizeof(addr));
H A Dixgbe_82599.c1170 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dixgbe_type.h4064 u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS]; member in struct:ixgbe_mac_info
H A Dixgbe_x550.c2533 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h502 unsigned char perm_addr[ETH_ALEN]; member in struct:wpa_supplicant
H A Dwpa_supplicant.c1880 os_memcpy(addr, wpa_s->perm_addr, ETH_ALEN);
4393 os_memcpy(wpa_s->perm_addr, wpa_s->own_addr, ETH_ALEN);
/freebsd-12-stable/sys/dev/ice/
H A Dice_type.h406 u8 perm_addr[ETH_ALEN]; member in struct:ice_mac_info
H A Dice_common.c157 ice_memcpy(hw->port_info->mac.perm_addr,
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_type.h454 u8 perm_addr[ETH_ALEN]; member in struct:i40e_mac_info
H A Dif_ixl.c619 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHER_ADDR_LEN);
H A Dixl_pf_main.c1004 bcopy(vsi->hw->mac.perm_addr, e.mac_addr, ETHER_ADDR_LEN);
1010 bcopy(vsi->hw->mac.perm_addr, e.mac_addr, ETHER_ADDR_LEN);
H A Dif_iavf.c445 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHER_ADDR_LEN);
H A Di40e_common.c7482 i40e_memcpy(hw->mac.perm_addr,

Completed in 417 milliseconds