Searched refs:efl (Results 1 – 2 of 2) sorted by relevance
1470 struct ethtool_flash efl; in ethtool_flash_device() local1472 if (copy_from_user(&efl, useraddr, sizeof(efl))) in ethtool_flash_device()1478 efl.data[ETHTOOL_FLASH_MAX_FILENAME - 1] = 0; in ethtool_flash_device()1480 return dev->ethtool_ops->flash_device(dev, &efl); in ethtool_flash_device()
912 static int be_do_flash(struct net_device *netdev, struct ethtool_flash *efl) in be_do_flash() argument916 return be_load_fw(adapter, efl->data); in be_do_flash()