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

/freebsd-11-stable/sys/dev/e1000/
H A De1000_82542.c582 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
583 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
587 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_82540.c705 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
706 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
711 hw->mac.perm_addr[5] ^= 1;
714 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_vf.c287 /* set our "perm_addr" based on info provided by PF */
292 memcpy(hw->mac.perm_addr, addr, 6);
341 /* if nacked the address was rejected, use "perm_addr" */
520 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_vf.h218 u8 perm_addr[6]; member in struct:e1000_mac_info
H A De1000_82543.c1583 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
1584 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
1589 hw->mac.perm_addr[5] ^= 1;
1592 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_82541.c1294 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
1295 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
1299 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_nvm.c1140 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8));
1143 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8));
1146 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_hw.h788 u8 perm_addr[ETH_ADDR_LEN]; member in struct:e1000_mac_info
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h98 u8 perm_addr[ETH_ALEN]; member in struct:wpa_driver_nl80211_data
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_vf.c220 * set our "perm_addr" based on info provided by PF
234 memcpy(hw->mac.perm_addr, addr, IXGBE_ETH_LENGTH_OF_ADDRESS);
362 /* if nacked the address was rejected, use "perm_addr" */
519 mac_addr[i] = hw->mac.perm_addr[i];
H A Dixgbe_x540.c270 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dixgbe_82598.c924 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dixgbe_82599.c1169 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dif_ixv.c402 bcopy(addr, hw->mac.perm_addr, sizeof(addr));
H A Dixgbe_x550.c2621 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dixgbe_type.h4028 u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS]; member in struct:ixgbe_mac_info
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixl.c628 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHER_ADDR_LEN);
H A Di40e_type.h451 u8 perm_addr[ETH_ALEN]; member in struct:i40e_mac_info
H A Dixl_pf_main.c3055 bcopy(vsi->hw->mac.perm_addr, e.mac_addr, ETHER_ADDR_LEN);
3061 bcopy(vsi->hw->mac.perm_addr, e.mac_addr, ETHER_ADDR_LEN);
H A Di40e_common.c7158 i40e_memcpy(hw->mac.perm_addr,
/freebsd-11-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);

Completed in 297 milliseconds