Searched refs:get_mac_addr (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/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 | 2871 rdma_info->get_mac_addr = oce_get_mac_addr; in oce_register_rdma()
|
| /freebsd-14.2/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 | 348 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
|
| H A D | ixgbe_82599.c | 1179 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() 2490 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
|
| H A D | ixgbe_type.h | 4018 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
| H A D | ixgbe_x550.c | 2472 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
|
| /freebsd-14.2/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-14.2/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,
|