Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
HDe1000_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()
HDe1000_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()
HDe1000_vf.c292 memcpy(hw->mac.perm_addr, addr, 6); in e1000_reset_hw_vf()
518 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_vf()
HDe1000_vf.h218 u8 perm_addr[6]; member
HDe1000_nvm.c1147 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8)); in e1000_read_mac_addr_generic()
1150 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8)); in e1000_read_mac_addr_generic()
1153 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_generic()
HDe1000_hw.h810 u8 perm_addr[ETH_ADDR_LEN]; member
/dragonfly/contrib/wpa_supplicant/src/drivers/
HDdriver_nl80211.h98 u8 perm_addr[ETH_ALEN]; member
HDdriver_nl80211.c2702 os_memcpy(drv->perm_addr, bss->addr, ETH_ALEN); in wpa_driver_nl80211_finish_drv_init()
2811 drv->perm_addr) < 0) { in wpa_driver_nl80211_deinit()
7038 os_memcpy(drv->perm_addr, params->own_addr, ETH_ALEN); in i802_init()
8882 MAC2STR(drv->perm_addr), in wpa_driver_nl80211_status()
9505 addr = drv->perm_addr; in nl80211_set_mac_addr()
/dragonfly/sys/dev/netif/ix/
HDixgbe_x540.c270 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
HDixgbe_82598.c925 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
HDixgbe_82599.c1169 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
HDixgbe_type.h4060 u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS]; member
HDixgbe_x550.c2534 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDwpa_supplicant_i.h502 unsigned char perm_addr[ETH_ALEN]; member
HDwpa_supplicant.c1880 os_memcpy(addr, wpa_s->perm_addr, ETH_ALEN); in wpas_update_random_addr()
4393 os_memcpy(wpa_s->perm_addr, wpa_s->own_addr, ETH_ALEN); in wpa_supplicant_driver_init()