Home
last modified time | relevance | path

Searched refs:ethtool_ops (Results 1 – 25 of 1203) sorted by relevance

12345678910>>...49

/dports/multimedia/libv4l/linux-5.13-rc2/net/ethtool/
H A Dioctl.c139 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_sset_count()
171 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_strings()
702 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_drvinfo()
847 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_rxnfc()
995 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_rxfh_indir()
1055 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_rxfh()
1134 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_rxfh()
1246 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_regs()
1455 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_eeprom()
1468 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_eeprom()
[all …]
H A Ddebug.c32 if (!dev->ethtool_ops->get_msglevel) in debug_prepare_data()
38 data->msg_mask = dev->ethtool_ops->get_msglevel(dev); in debug_prepare_data()
103 if (!dev->ethtool_ops->get_msglevel || !dev->ethtool_ops->set_msglevel) in ethnl_set_debug()
111 msg_mask = dev->ethtool_ops->get_msglevel(dev); in ethnl_set_debug()
118 dev->ethtool_ops->set_msglevel(dev, msg_mask); in ethnl_set_debug()
H A Dpause.c32 if (!dev->ethtool_ops->get_pauseparam) in pause_prepare_data()
41 dev->ethtool_ops->get_pauseparam(dev, &data->pauseparam); in pause_prepare_data()
43 dev->ethtool_ops->get_pause_stats) in pause_prepare_data()
44 dev->ethtool_ops->get_pause_stats(dev, &data->pausestat); in pause_prepare_data()
145 const struct ethtool_ops *ops; in ethnl_set_pause()
157 ops = dev->ethtool_ops; in ethnl_set_pause()
175 ret = dev->ethtool_ops->set_pauseparam(dev, &params); in ethnl_set_pause()
H A Dwol.c33 if (!dev->ethtool_ops->get_wol) in wol_prepare_data()
39 dev->ethtool_ops->get_wol(dev, &data->wol); in wol_prepare_data()
123 if (!dev->ethtool_ops->get_wol || !dev->ethtool_ops->set_wol) in ethnl_set_wol()
131 dev->ethtool_ops->get_wol(dev, &wol); in ethnl_set_wol()
157 ret = dev->ethtool_ops->set_wol(dev, &wol); in ethnl_set_wol()
H A Dprivflags.c30 const struct ethtool_ops *ops = dev->ethtool_ops; in ethnl_get_priv_flags_info()
65 const struct ethtool_ops *ops; in privflags_prepare_data()
69 ops = dev->ethtool_ops; in privflags_prepare_data()
147 const struct ethtool_ops *ops; in ethnl_set_privflags()
167 ops = dev->ethtool_ops; in ethnl_set_privflags()
H A Drings.c31 if (!dev->ethtool_ops->get_ringparam) in rings_prepare_data()
36 dev->ethtool_ops->get_ringparam(dev, &data->ringparam); in rings_prepare_data()
116 const struct ethtool_ops *ops; in ethnl_set_rings()
128 ops = dev->ethtool_ops; in ethnl_set_rings()
167 ret = dev->ethtool_ops->set_ringparam(dev, &ringparam); in ethnl_set_rings()
H A Deee.c35 if (!dev->ethtool_ops->get_eee) in eee_prepare_data()
40 ret = dev->ethtool_ops->get_eee(dev, &data->eee); in eee_prepare_data()
138 const struct ethtool_ops *ops; in ethnl_set_eee()
151 ops = dev->ethtool_ops; in ethnl_set_eee()
178 ret = dev->ethtool_ops->set_eee(dev, &eee); in ethnl_set_eee()
H A Dfec.c103 if (!dev->ethtool_ops->get_fecparam) in fec_prepare_data()
108 ret = dev->ethtool_ops->get_fecparam(dev, &fec); in fec_prepare_data()
112 dev->ethtool_ops->get_fec_stats) { in fec_prepare_data()
116 dev->ethtool_ops->get_fec_stats(dev, &stats); in fec_prepare_data()
246 const struct ethtool_ops *ops; in ethnl_set_fec()
258 ops = dev->ethtool_ops; in ethnl_set_fec()
298 ret = dev->ethtool_ops->set_fecparam(dev, &fec); in ethnl_set_fec()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ethtool/
H A Dioctl.c139 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_sset_count()
171 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_strings()
702 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_drvinfo()
847 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_rxnfc()
995 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_rxfh_indir()
1055 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_rxfh()
1134 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_rxfh()
1246 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_regs()
1455 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_eeprom()
1468 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_eeprom()
[all …]
H A Ddebug.c32 if (!dev->ethtool_ops->get_msglevel) in debug_prepare_data()
38 data->msg_mask = dev->ethtool_ops->get_msglevel(dev); in debug_prepare_data()
103 if (!dev->ethtool_ops->get_msglevel || !dev->ethtool_ops->set_msglevel) in ethnl_set_debug()
111 msg_mask = dev->ethtool_ops->get_msglevel(dev); in ethnl_set_debug()
118 dev->ethtool_ops->set_msglevel(dev, msg_mask); in ethnl_set_debug()
H A Dpause.c32 if (!dev->ethtool_ops->get_pauseparam) in pause_prepare_data()
41 dev->ethtool_ops->get_pauseparam(dev, &data->pauseparam); in pause_prepare_data()
43 dev->ethtool_ops->get_pause_stats) in pause_prepare_data()
44 dev->ethtool_ops->get_pause_stats(dev, &data->pausestat); in pause_prepare_data()
145 const struct ethtool_ops *ops; in ethnl_set_pause()
157 ops = dev->ethtool_ops; in ethnl_set_pause()
175 ret = dev->ethtool_ops->set_pauseparam(dev, &params); in ethnl_set_pause()
H A Dwol.c33 if (!dev->ethtool_ops->get_wol) in wol_prepare_data()
39 dev->ethtool_ops->get_wol(dev, &data->wol); in wol_prepare_data()
123 if (!dev->ethtool_ops->get_wol || !dev->ethtool_ops->set_wol) in ethnl_set_wol()
131 dev->ethtool_ops->get_wol(dev, &wol); in ethnl_set_wol()
157 ret = dev->ethtool_ops->set_wol(dev, &wol); in ethnl_set_wol()
H A Dprivflags.c30 const struct ethtool_ops *ops = dev->ethtool_ops; in ethnl_get_priv_flags_info()
65 const struct ethtool_ops *ops; in privflags_prepare_data()
69 ops = dev->ethtool_ops; in privflags_prepare_data()
147 const struct ethtool_ops *ops; in ethnl_set_privflags()
167 ops = dev->ethtool_ops; in ethnl_set_privflags()
H A Deee.c35 if (!dev->ethtool_ops->get_eee) in eee_prepare_data()
40 ret = dev->ethtool_ops->get_eee(dev, &data->eee); in eee_prepare_data()
138 const struct ethtool_ops *ops; in ethnl_set_eee()
151 ops = dev->ethtool_ops; in ethnl_set_eee()
178 ret = dev->ethtool_ops->set_eee(dev, &eee); in ethnl_set_eee()
H A Drings.c31 if (!dev->ethtool_ops->get_ringparam) in rings_prepare_data()
36 dev->ethtool_ops->get_ringparam(dev, &data->ringparam); in rings_prepare_data()
116 const struct ethtool_ops *ops; in ethnl_set_rings()
128 ops = dev->ethtool_ops; in ethnl_set_rings()
167 ret = dev->ethtool_ops->set_ringparam(dev, &ringparam); in ethnl_set_rings()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ethtool/
H A Dioctl.c139 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_sset_count()
171 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_strings()
702 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_drvinfo()
847 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_rxnfc()
995 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_rxfh_indir()
1055 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_rxfh()
1134 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_rxfh()
1246 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_regs()
1455 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_eeprom()
1468 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_set_eeprom()
[all …]
H A Ddebug.c32 if (!dev->ethtool_ops->get_msglevel) in debug_prepare_data()
38 data->msg_mask = dev->ethtool_ops->get_msglevel(dev); in debug_prepare_data()
103 if (!dev->ethtool_ops->get_msglevel || !dev->ethtool_ops->set_msglevel) in ethnl_set_debug()
111 msg_mask = dev->ethtool_ops->get_msglevel(dev); in ethnl_set_debug()
118 dev->ethtool_ops->set_msglevel(dev, msg_mask); in ethnl_set_debug()
H A Dpause.c32 if (!dev->ethtool_ops->get_pauseparam) in pause_prepare_data()
41 dev->ethtool_ops->get_pauseparam(dev, &data->pauseparam); in pause_prepare_data()
43 dev->ethtool_ops->get_pause_stats) in pause_prepare_data()
44 dev->ethtool_ops->get_pause_stats(dev, &data->pausestat); in pause_prepare_data()
145 const struct ethtool_ops *ops; in ethnl_set_pause()
157 ops = dev->ethtool_ops; in ethnl_set_pause()
175 ret = dev->ethtool_ops->set_pauseparam(dev, &params); in ethnl_set_pause()
H A Dwol.c33 if (!dev->ethtool_ops->get_wol) in wol_prepare_data()
39 dev->ethtool_ops->get_wol(dev, &data->wol); in wol_prepare_data()
123 if (!dev->ethtool_ops->get_wol || !dev->ethtool_ops->set_wol) in ethnl_set_wol()
131 dev->ethtool_ops->get_wol(dev, &wol); in ethnl_set_wol()
157 ret = dev->ethtool_ops->set_wol(dev, &wol); in ethnl_set_wol()
H A Dprivflags.c30 const struct ethtool_ops *ops = dev->ethtool_ops; in ethnl_get_priv_flags_info()
65 const struct ethtool_ops *ops; in privflags_prepare_data()
69 ops = dev->ethtool_ops; in privflags_prepare_data()
147 const struct ethtool_ops *ops; in ethnl_set_privflags()
167 ops = dev->ethtool_ops; in ethnl_set_privflags()
H A Deee.c35 if (!dev->ethtool_ops->get_eee) in eee_prepare_data()
40 ret = dev->ethtool_ops->get_eee(dev, &data->eee); in eee_prepare_data()
138 const struct ethtool_ops *ops; in ethnl_set_eee()
151 ops = dev->ethtool_ops; in ethnl_set_eee()
178 ret = dev->ethtool_ops->set_eee(dev, &eee); in ethnl_set_eee()
H A Drings.c31 if (!dev->ethtool_ops->get_ringparam) in rings_prepare_data()
36 dev->ethtool_ops->get_ringparam(dev, &data->ringparam); in rings_prepare_data()
116 const struct ethtool_ops *ops; in ethnl_set_rings()
128 ops = dev->ethtool_ops; in ethnl_set_rings()
167 ret = dev->ethtool_ops->set_ringparam(dev, &ringparam); in ethnl_set_rings()
/dports/multimedia/libv4l/linux-5.13-rc2/net/dsa/
H A Dmaster.c14 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs_len()
44 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs()
80 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_stats()
99 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_phy_stats()
123 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_sset_count()
146 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_strings()
226 struct ethtool_ops *ops; in dsa_master_ethtool_setup()
232 cpu_dp->orig_ethtool_ops = dev->ethtool_ops; in dsa_master_ethtool_setup()
243 dev->ethtool_ops = ops; in dsa_master_ethtool_setup()
252 dev->ethtool_ops = cpu_dp->orig_ethtool_ops; in dsa_master_ethtool_teardown()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/dsa/
H A Dmaster.c14 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs_len()
44 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs()
80 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_stats()
99 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_phy_stats()
123 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_sset_count()
146 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_strings()
226 struct ethtool_ops *ops; in dsa_master_ethtool_setup()
232 cpu_dp->orig_ethtool_ops = dev->ethtool_ops; in dsa_master_ethtool_setup()
243 dev->ethtool_ops = ops; in dsa_master_ethtool_setup()
252 dev->ethtool_ops = cpu_dp->orig_ethtool_ops; in dsa_master_ethtool_teardown()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/dsa/
H A Dmaster.c14 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs_len()
44 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs()
80 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_stats()
99 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_phy_stats()
123 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_sset_count()
146 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_strings()
226 struct ethtool_ops *ops; in dsa_master_ethtool_setup()
232 cpu_dp->orig_ethtool_ops = dev->ethtool_ops; in dsa_master_ethtool_setup()
243 dev->ethtool_ops = ops; in dsa_master_ethtool_setup()
252 dev->ethtool_ops = cpu_dp->orig_ethtool_ops; in dsa_master_ethtool_teardown()

12345678910>>...49