Searched refs:perm_addr (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/sys/dev/netif/ig_hal/ |
| HD | e1000_82540.c | 705 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()
|
| HD | e1000_82542.c | 582 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()
|
| HD | e1000_vf.c | 292 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()
|
| HD | e1000_vf.h | 218 u8 perm_addr[6]; member
|
| HD | e1000_nvm.c | 1147 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()
|
| HD | e1000_hw.h | 810 u8 perm_addr[ETH_ADDR_LEN]; member
|
| /dragonfly/contrib/wpa_supplicant/src/drivers/ |
| HD | driver_nl80211.h | 98 u8 perm_addr[ETH_ALEN]; member
|
| HD | driver_nl80211.c | 2702 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/ |
| HD | ixgbe_x540.c | 270 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
| HD | ixgbe_82598.c | 925 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
| HD | ixgbe_82599.c | 1169 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
| HD | ixgbe_type.h | 4060 u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS]; member
|
| HD | ixgbe_x550.c | 2534 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | wpa_supplicant_i.h | 502 unsigned char perm_addr[ETH_ALEN]; member
|
| HD | wpa_supplicant.c | 1880 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()
|