HomeSort by: relevance | last modified time | path
    Searched refs:get_mac_addr (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_vf.c 72 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf;
176 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
ixgbe_82598.c 930 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
ixgbe_api.c 323 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr,
ixgbe_x540.c 276 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
ixgbe_82599.c 1186 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
ixgbe_common.c 109 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic;
2515 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
ixgbe_type.h 4028 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member in struct:ixgbe_mac_operations
ixgbe_x550.c 2715 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
  /src/external/bsd/wpa/dist/wpa_supplicant/
driver_i.h 280 if (wpa_s->driver->get_mac_addr) {
281 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv);
  /src/external/bsd/wpa/dist/src/drivers/
driver_privsep.c 837 .get_mac_addr = wpa_driver_privsep_get_mac_addr,
driver.h 3297 * get_mac_addr - Get own MAC address
3306 const u8 * (*get_mac_addr)(void *priv); member in struct:wpa_driver_ops
driver_ndis.c 3227 wpa_driver_ndis_ops.get_mac_addr = wpa_driver_ndis_get_mac_addr;
driver_nl80211.c 14081 .get_mac_addr = wpa_driver_nl80211_get_macaddr,
  /src/sys/dev/pci/
if_aq.c 1275 int (*get_mac_addr)(struct aq_softc *); member in struct:aq_firmware_ops
1541 .get_mac_addr = aq1_get_mac_addr,
1552 .get_mac_addr = aq1_get_mac_addr,
1563 .get_mac_addr = aq2_get_mac_addr,
1869 error = sc->sc_fw_ops->get_mac_addr(sc);

Completed in 169 milliseconds