Home
last modified time | relevance | path

Searched refs:ethnl_req_info (Results 1 – 25 of 28) sorted by relevance

12

/linux/net/ethtool/
A Ddebug.c8 struct ethnl_req_info base;
24 static int debug_prepare_data(const struct ethnl_req_info *req_base, in debug_prepare_data()
44 static int debug_reply_size(const struct ethnl_req_info *req_base, in debug_reply_size()
55 const struct ethnl_req_info *req_base, in debug_fill_reply()
75 ethnl_set_debug_validate(struct ethnl_req_info *req_info, in ethnl_set_debug_validate()
84 ethnl_set_debug(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_debug()
A Dnetlink.h11 struct ethnl_req_info;
13 int ethnl_parse_header_dev_get(struct ethnl_req_info *req_info,
262 struct ethnl_req_info { struct
269 static inline void ethnl_parse_header_dev_put(struct ethnl_req_info *req_info) in ethnl_parse_header_dev_put() argument
291 struct phy_device *ethnl_req_get_phydev(const struct ethnl_req_info *req_info,
392 int (*parse_request)(struct ethnl_req_info *req_info,
395 int (*prepare_data)(const struct ethnl_req_info *req_info,
398 int (*reply_size)(const struct ethnl_req_info *req_info,
401 const struct ethnl_req_info *req_info,
405 int (*set_validate)(struct ethnl_req_info *req_info,
[all …]
A Dlinkinfo.c7 struct ethnl_req_info base;
24 static int linkinfo_prepare_data(const struct ethnl_req_info *req_base, in linkinfo_prepare_data()
45 static int linkinfo_reply_size(const struct ethnl_req_info *req_base, in linkinfo_reply_size()
57 const struct ethnl_req_info *req_base, in linkinfo_fill_reply()
87 ethnl_set_linkinfo_validate(struct ethnl_req_info *req_info, in ethnl_set_linkinfo_validate()
98 ethnl_set_linkinfo(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_linkinfo()
A Dpause.c7 struct ethnl_req_info base;
30 static int pause_parse_request(struct ethnl_req_info *req_base, in pause_parse_request()
52 static int pause_prepare_data(const struct ethnl_req_info *req_base, in pause_prepare_data()
92 static int pause_reply_size(const struct ethnl_req_info *req_base, in pause_reply_size()
145 const struct ethnl_req_info *req_base, in pause_fill_reply()
174 ethnl_set_pause_validate(struct ethnl_req_info *req_info, in ethnl_set_pause_validate()
183 ethnl_set_pause(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_pause()
A Dwol.c8 struct ethnl_req_info base;
25 static int wol_prepare_data(const struct ethnl_req_info *req_base, in wol_prepare_data()
48 static int wol_reply_size(const struct ethnl_req_info *req_base, in wol_reply_size()
66 const struct ethnl_req_info *req_base, in wol_fill_reply()
97 ethnl_set_wol_validate(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_wol_validate()
105 ethnl_set_wol(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_wol()
A Dplca.c10 struct ethnl_req_info base;
54 static int plca_get_cfg_prepare_data(const struct ethnl_req_info *req_base, in plca_get_cfg_prepare_data()
94 static int plca_get_cfg_reply_size(const struct ethnl_req_info *req_base, in plca_get_cfg_reply_size()
107 const struct ethnl_req_info *req_base, in plca_get_cfg_fill_reply()
146 ethnl_set_plca(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_plca()
203 static int plca_get_status_prepare_data(const struct ethnl_req_info *req_base, in plca_get_status_prepare_data()
242 static int plca_get_status_reply_size(const struct ethnl_req_info *req_base, in plca_get_status_reply_size()
249 const struct ethnl_req_info *req_base, in plca_get_status_fill_reply()
A Deee.c8 struct ethnl_req_info base;
24 static int eee_prepare_data(const struct ethnl_req_info *req_base, in eee_prepare_data()
44 static int eee_reply_size(const struct ethnl_req_info *req_base, in eee_reply_size()
77 const struct ethnl_req_info *req_base, in eee_fill_reply()
120 ethnl_set_eee_validate(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_eee_validate()
128 ethnl_set_eee(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_eee()
A Dphc_vclocks.c9 struct ethnl_req_info base;
25 static int phc_vclocks_prepare_data(const struct ethnl_req_info *req_base, in phc_vclocks_prepare_data()
42 static int phc_vclocks_reply_size(const struct ethnl_req_info *req_base, in phc_vclocks_reply_size()
58 const struct ethnl_req_info *req_base, in phc_vclocks_fill_reply()
A Dprivflags.c8 struct ethnl_req_info base;
58 static int privflags_prepare_data(const struct ethnl_req_info *req_base, in privflags_prepare_data()
88 static int privflags_reply_size(const struct ethnl_req_info *req_base, in privflags_reply_size()
101 const struct ethnl_req_info *req_base, in privflags_fill_reply()
130 ethnl_set_privflags_validate(struct ethnl_req_info *req_info, in ethnl_set_privflags_validate()
145 ethnl_set_privflags(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_privflags()
A Dchannels.c9 struct ethnl_req_info base;
25 static int channels_prepare_data(const struct ethnl_req_info *req_base, in channels_prepare_data()
44 static int channels_reply_size(const struct ethnl_req_info *req_base, in channels_reply_size()
58 const struct ethnl_req_info *req_base, in channels_fill_reply()
101 ethnl_set_channels_validate(struct ethnl_req_info *req_info, in ethnl_set_channels_validate()
110 ethnl_set_channels(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_channels()
A Dmm.c9 struct ethnl_req_info base;
28 static int mm_prepare_data(const struct ethnl_req_info *req_base, in mm_prepare_data()
62 static int mm_reply_size(const struct ethnl_req_info *req_base, in mm_reply_size()
125 const struct ethnl_req_info *req_base, in mm_fill_reply()
176 ethnl_set_mm_validate(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_mm_validate()
183 static int ethnl_set_mm(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_mm()
A Dfec.c8 struct ethnl_req_info base;
93 static int fec_prepare_data(const struct ethnl_req_info *req_base, in fec_prepare_data()
142 static int fec_reply_size(const struct ethnl_req_info *req_base, in fec_reply_size()
195 const struct ethnl_req_info *req_base, in fec_fill_reply()
229 ethnl_set_fec_validate(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_fec_validate()
237 ethnl_set_fec(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_fec()
A Drings.c7 struct ethnl_req_info base;
25 static int rings_prepare_data(const struct ethnl_req_info *req_base, in rings_prepare_data()
47 static int rings_reply_size(const struct ethnl_req_info *req_base, in rings_reply_size()
68 const struct ethnl_req_info *req_base, in rings_fill_reply()
136 ethnl_set_rings_validate(struct ethnl_req_info *req_info, in ethnl_set_rings_validate()
194 ethnl_set_rings(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_rings()
A Dtsinfo.c10 struct ethnl_req_info base;
30 static int tsinfo_prepare_data(const struct ethnl_req_info *req_base, in tsinfo_prepare_data()
53 static int tsinfo_reply_size(const struct ethnl_req_info *req_base, in tsinfo_reply_size()
134 const struct ethnl_req_info *req_base, in tsinfo_fill_reply()
A Deeprom.c9 struct ethnl_req_info base;
109 static int eeprom_prepare_data(const struct ethnl_req_info *req_base, in eeprom_prepare_data()
152 static int eeprom_parse_request(struct ethnl_req_info *req_info, struct nlattr **tb, in eeprom_parse_request()
197 static int eeprom_reply_size(const struct ethnl_req_info *req_base, in eeprom_reply_size()
206 const struct ethnl_req_info *req_base, in eeprom_fill_reply()
A Dlinkmodes.c10 struct ethnl_req_info base;
28 static int linkmodes_prepare_data(const struct ethnl_req_info *req_base, in linkmodes_prepare_data()
60 static int linkmodes_reply_size(const struct ethnl_req_info *req_base, in linkmodes_reply_size()
101 const struct ethnl_req_info *req_base, in linkmodes_fill_reply()
303 ethnl_set_linkmodes_validate(struct ethnl_req_info *req_info, in ethnl_set_linkmodes_validate()
319 ethnl_set_linkmodes(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_linkmodes()
A Dpse-pd.c17 struct ethnl_req_info base;
53 static int pse_prepare_data(const struct ethnl_req_info *req_base, in pse_prepare_data()
79 static int pse_reply_size(const struct ethnl_req_info *req_base, in pse_reply_size()
145 const struct ethnl_req_info *req_base, in pse_fill_reply()
258 ethnl_set_pse(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_pse()
A Dlinkstate.c8 struct ethnl_req_info base;
97 static int linkstate_prepare_data(const struct ethnl_req_info *req_base, in linkstate_prepare_data()
145 static int linkstate_reply_size(const struct ethnl_req_info *req_base, in linkstate_reply_size()
172 const struct ethnl_req_info *req_base, in linkstate_fill_reply()
A Drss.c7 struct ethnl_req_info base;
35 rss_parse_request(struct ethnl_req_info *req_info, struct nlattr **tb, in rss_parse_request()
138 rss_prepare_data(const struct ethnl_req_info *req_base, in rss_prepare_data()
164 rss_reply_size(const struct ethnl_req_info *req_base, in rss_reply_size()
180 rss_fill_reply(struct sk_buff *skb, const struct ethnl_req_info *req_base, in rss_fill_reply()
236 struct ethnl_req_info req_info = {}; in ethnl_rss_dump_start()
A Dmodule.c14 struct ethnl_req_info base;
49 static int module_prepare_data(const struct ethnl_req_info *req_base, in module_prepare_data()
70 static int module_reply_size(const struct ethnl_req_info *req_base, in module_reply_size()
86 const struct ethnl_req_info *req_base, in module_fill_reply()
113 ethnl_set_module_validate(struct ethnl_req_info *req_info, in ethnl_set_module_validate()
139 ethnl_set_module(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_module()
408 struct ethnl_req_info req_info = {}; in ethnl_act_module_fw_flash()
A Dfeatures.c8 struct ethnl_req_info base;
36 static int features_prepare_data(const struct ethnl_req_info *req_base, in features_prepare_data()
54 static int features_reply_size(const struct ethnl_req_info *req_base, in features_reply_size()
87 const struct ethnl_req_info *req_base, in features_fill_reply()
220 struct ethnl_req_info req_info = {}; in ethnl_set_features()
A Dtunnels.c36 ethnl_tunnel_info_reply_size(const struct ethnl_req_info *req_base, in ethnl_tunnel_info_reply_size()
82 ethnl_tunnel_info_fill_reply(const struct ethnl_req_info *req_base, in ethnl_tunnel_info_fill_reply()
167 struct ethnl_req_info req_info = {}; in ethnl_tunnel_info_doit()
214 struct ethnl_req_info req_info;
A Dphy.c14 struct ethnl_req_info base;
27 ethnl_phy_reply_size(const struct ethnl_req_info *req_base, in ethnl_phy_reply_size()
73 ethnl_phy_fill_reply(const struct ethnl_req_info *req_base, struct sk_buff *skb) in ethnl_phy_fill_reply()
120 static int ethnl_phy_parse_request(struct ethnl_req_info *req_base, in ethnl_phy_parse_request()
A Dcoalesce.c8 struct ethnl_req_info base;
61 static int coalesce_prepare_data(const struct ethnl_req_info *req_base, in coalesce_prepare_data()
83 static int coalesce_reply_size(const struct ethnl_req_info *req_base, in coalesce_reply_size()
209 const struct ethnl_req_info *req_base, in coalesce_fill_reply()
348 ethnl_set_coalesce_validate(struct ethnl_req_info *req_info, in ethnl_set_coalesce_validate()
511 __ethnl_set_coalesce(struct ethnl_req_info *req_info, struct genl_info *info, in __ethnl_set_coalesce()
610 ethnl_set_coalesce(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_coalesce()
A Dstrset.c111 struct ethnl_req_info base;
181 static int strset_parse_request(struct ethnl_req_info *req_base, in strset_parse_request()
276 static int strset_prepare_data(const struct ethnl_req_info *req_base, in strset_prepare_data()
356 static int strset_reply_size(const struct ethnl_req_info *req_base, in strset_reply_size()
446 const struct ethnl_req_info *req_base, in strset_fill_reply()

Completed in 46 milliseconds

12