Lines Matching refs:EOPNOTSUPP

201 		return -EOPNOTSUPP;  in __ethtool_get_sset_count()
277 return -EOPNOTSUPP; in ethtool_set_one_feature()
334 return (changed & dev->hw_features) ? -EINVAL : -EOPNOTSUPP; in __ethtool_set_flags()
349 return -EOPNOTSUPP; in __ethtool_get_settings()
376 return -EOPNOTSUPP; in ethtool_set_settings()
400 return -EOPNOTSUPP; in ethtool_get_drvinfo()
494 return -EOPNOTSUPP; in ethtool_set_rxnfc()
528 return -EOPNOTSUPP; in ethtool_get_rxnfc()
609 return -EOPNOTSUPP; in ethtool_get_rxfh_indir()
612 return -EOPNOTSUPP; in ethtool_get_rxfh_indir()
660 return -EOPNOTSUPP; in ethtool_set_rxfh_indir()
664 return -EOPNOTSUPP; in ethtool_set_rxfh_indir()
718 return -EOPNOTSUPP; in ethtool_get_rxfh()
788 return -EOPNOTSUPP; in ethtool_set_rxfh()
869 return -EOPNOTSUPP; in ethtool_get_regs()
903 return -EOPNOTSUPP; in ethtool_reset()
922 return -EOPNOTSUPP; in ethtool_get_wol()
936 return -EOPNOTSUPP; in ethtool_set_wol()
950 return -EOPNOTSUPP; in ethtool_get_eee()
970 return -EOPNOTSUPP; in ethtool_set_eee()
981 return -EOPNOTSUPP; in ethtool_nway_reset()
991 return -EOPNOTSUPP; in ethtool_get_link()
1057 return -EOPNOTSUPP; in ethtool_get_eeprom()
1074 return -EOPNOTSUPP; in ethtool_set_eeprom()
1117 return -EOPNOTSUPP; in ethtool_get_coalesce()
1132 return -EOPNOTSUPP; in ethtool_set_coalesce()
1145 return -EOPNOTSUPP; in ethtool_get_ringparam()
1159 return -EOPNOTSUPP; in ethtool_set_ringparam()
1173 return -EOPNOTSUPP; in ethtool_get_channels()
1188 return -EOPNOTSUPP; in ethtool_set_channels()
1201 return -EOPNOTSUPP; in ethtool_get_pauseparam()
1215 return -EOPNOTSUPP; in ethtool_set_pauseparam()
1231 return -EOPNOTSUPP; in ethtool_self_test()
1303 return -EOPNOTSUPP; in ethtool_phys_id()
1363 return -EOPNOTSUPP; in ethtool_get_stats()
1418 return -EOPNOTSUPP; in ethtool_get_value()
1433 return -EOPNOTSUPP; in ethtool_set_value_void()
1448 return -EOPNOTSUPP; in ethtool_set_value()
1465 return -EOPNOTSUPP; in ethtool_flash_device()
1478 return -EOPNOTSUPP; in ethtool_set_dump()
1494 return -EOPNOTSUPP; in ethtool_get_dump_flag()
1518 return -EOPNOTSUPP; in ethtool_get_dump_data()
1613 return -EOPNOTSUPP; in __ethtool_get_module_info()
1647 return -EOPNOTSUPP; in __ethtool_get_module_eeprom()
1689 return -EOPNOTSUPP; in ethtool_get_tunable()
1720 return -EOPNOTSUPP; in ethtool_set_tunable()
1984 rc = -EOPNOTSUPP; in dev_ethtool()