Home
last modified time | relevance | path

Searched refs:efl (Results 1 – 1 of 1) sorted by relevance

/net/core/
Dethtool.c1252 struct ethtool_flash efl; in ethtool_flash_device() local
1254 if (copy_from_user(&efl, useraddr, sizeof(efl))) in ethtool_flash_device()
1260 efl.data[ETHTOOL_FLASH_MAX_FILENAME - 1] = 0; in ethtool_flash_device()
1262 return dev->ethtool_ops->flash_device(dev, &efl); in ethtool_flash_device()