Searched refs:get_mac_addr (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/oce/
H A Doce_user.h108 void (*get_mac_addr)(struct oce_softc *sc, member in struct:oce_rdma_info
H A Doce_if.c2952 rdma_info->get_mac_addr = oce_get_mac_addr;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_vf.c63 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf;
164 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
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_api.c317 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr,
H A Dixgbe_82599.c1169 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dixgbe_common.c103 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic;
2489 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
H A Dixgbe_x550.c2621 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
H A Dixgbe_type.h3871 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member in struct:ixgbe_mac_operations
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h261 if (wpa_s->driver->get_mac_addr) {
262 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_privsep.c829 .get_mac_addr = wpa_driver_privsep_get_mac_addr,
H A Ddriver.h2502 * get_mac_addr - Get own MAC address
2511 const u8 * (*get_mac_addr)(void *priv); member in struct:wpa_driver_ops
H A Ddriver_ndis.c3210 wpa_driver_ndis_ops.get_mac_addr = wpa_driver_ndis_get_mac_addr;

Completed in 264 milliseconds