Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_user.h106 void (*get_mac_addr)(struct oce_softc *sc, member
H A Doce_if.c2869 rdma_info->get_mac_addr = oce_get_mac_addr; in oce_register_rdma()
/freebsd/sys/dev/aq/
H A Daq_fw.h71 int (*get_mac_addr)(struct aq_hw* hw, uint8_t* mac_addr); member
H A Daq_fw1x.c324 .get_mac_addr = aq_fw1x_get_mac_addr,
H A Daq_fw2x.c728 .get_mac_addr = aq_fw2x_get_mac_addr,
H A Daq2_fw.c647 .get_mac_addr = aq2_fw_get_mac_addr,
H A Daq_hw.c315 err = hw->fw_ops->get_mac_addr(hw, mac); in aq_hw_get_mac_permanent()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_vf.c61 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf; in ixgbe_init_ops_vf()
164 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
H A Dixgbe_x540.c272 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82598.c925 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
H A Dixgbe_api.c364 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
H A Dixgbe_82599.c1201 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()
2509 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
H A Dif_ixv.c782 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixv_if_init()
H A Dixgbe_type.h4048 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbe_x550.c2488 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
H A Dixgbe_e610.c4489 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_E610()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h291 if (wpa_s->driver->get_mac_addr) { in wpa_drv_get_mac_addr()
292 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv); in wpa_drv_get_mac_addr()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_privsep.c840 .get_mac_addr = wpa_driver_privsep_get_mac_addr,
H A Ddriver.h3844 const u8 * (*get_mac_addr)(void *priv); member
H A Ddriver_ndis.c3238 wpa_driver_ndis_ops.get_mac_addr = wpa_driver_ndis_get_mac_addr; in driver_ndis_init_ops()
H A Ddriver_nl80211.c16765 .get_mac_addr = wpa_driver_nl80211_get_macaddr,