Searched refs:get_mac_addr (Results 1 – 20 of 20) sorted by relevance
| /freebsd/sys/dev/aq/ |
| H A D | aq_fw.h | 67 int (*get_mac_addr)(struct aq_hw* hal, uint8_t* mac_addr); member
|
| H A D | aq_fw1x.c | 321 .get_mac_addr = fw1x_get_mac_addr,
|
| H A D | aq_hw.c | 304 if (hw->fw_ops && hw->fw_ops->get_mac_addr) in aq_hw_get_mac_permanent() 305 err = hw->fw_ops->get_mac_addr(hw, mac); in aq_hw_get_mac_permanent()
|
| H A D | aq_fw2x.c | 519 .get_mac_addr = fw2x_get_mac_addr,
|
| /freebsd/sys/dev/oce/ |
| H A D | oce_user.h | 106 void (*get_mac_addr)(struct oce_softc *sc, member
|
| H A D | oce_if.c | 2869 rdma_info->get_mac_addr = oce_get_mac_addr; in oce_register_rdma()
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_vf.c | 61 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 D | ixgbe_x540.c | 272 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
| H A D | ixgbe_82598.c | 925 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
| H A D | ixgbe_api.c | 364 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
|
| H A D | ixgbe_82599.c | 1192 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
| H A D | ixgbe_common.c | 103 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic; in ixgbe_init_ops_generic() 2498 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
|
| H A D | ixgbe_type.h | 4042 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
| H A D | ixgbe_x550.c | 2476 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
|
| H A D | ixgbe_e610.c | 3979 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_E610()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | driver_i.h | 280 if (wpa_s->driver->get_mac_addr) { in wpa_drv_get_mac_addr() 281 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv); in wpa_drv_get_mac_addr()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_privsep.c | 837 .get_mac_addr = wpa_driver_privsep_get_mac_addr,
|
| H A D | driver.h | 3306 const u8 * (*get_mac_addr)(void *priv); member
|
| H A D | driver_ndis.c | 3235 wpa_driver_ndis_ops.get_mac_addr = wpa_driver_ndis_get_mac_addr; in driver_ndis_init_ops()
|
| H A D | driver_nl80211.c | 14081 .get_mac_addr = wpa_driver_nl80211_get_macaddr,
|