Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/oce/
H A Doce_user.h107 void (*get_mac_addr)(struct oce_softc *sc, member
H A Doce_if.c2875 rdma_info->get_mac_addr = oce_get_mac_addr; in oce_register_rdma()
/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe_vf.c60 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf; in ixgbe_init_ops_vf()
162 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
H A Dixgbe_x540.c271 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82598.c926 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
H A Dixgbe_api.c349 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
H A Dixgbe_82599.c1175 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
H A Dixgbe_common.c104 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic; in ixgbe_init_ops_generic()
2490 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_type.h3959 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbe_x550.c2544 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h276 if (wpa_s->driver->get_mac_addr) { in wpa_drv_get_mac_addr()
277 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv); in wpa_drv_get_mac_addr()
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_privsep.c837 .get_mac_addr = wpa_driver_privsep_get_mac_addr,
H A Ddriver.h2800 const u8 * (*get_mac_addr)(void *priv); member
H A Ddriver_ndis.c3235 wpa_driver_ndis_ops.get_mac_addr = wpa_driver_ndis_get_mac_addr; in driver_ndis_init_ops()
H A Ddriver_nl80211.c12194 .get_mac_addr = wpa_driver_nl80211_get_macaddr,