Home
last modified time | relevance | path

Searched refs:req_info (Results 26 - 49 of 49) sorted by relevance

12

/kernel/linux/linux-6.6/net/ethtool/
H A Dchannels.c101 ethnl_set_channels_validate(struct ethnl_req_info *req_info, in ethnl_set_channels_validate() argument
104 const struct ethtool_ops *ops = req_info->dev->ethtool_ops; in ethnl_set_channels_validate()
110 ethnl_set_channels(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_channels() argument
114 struct net_device *dev = req_info->dev; in ethnl_set_channels()
H A Dcoalesce.c233 ethnl_set_coalesce_validate(struct ethnl_req_info *req_info, in ethnl_set_coalesce_validate() argument
236 const struct ethtool_ops *ops = req_info->dev->ethtool_ops; in ethnl_set_coalesce_validate()
257 __ethnl_set_coalesce(struct ethnl_req_info *req_info, struct genl_info *info, in __ethnl_set_coalesce() argument
261 struct net_device *dev = req_info->dev; in __ethnl_set_coalesce()
340 ethnl_set_coalesce(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_coalesce() argument
352 err = __ethnl_set_coalesce(req_info, info, &dual_change); in ethnl_set_coalesce()
358 err = __ethnl_set_coalesce(req_info, info, &dual_change); in ethnl_set_coalesce()
H A Drings.c134 ethnl_set_rings_validate(struct ethnl_req_info *req_info, in ethnl_set_rings_validate() argument
137 const struct ethtool_ops *ops = req_info->dev->ethtool_ops; in ethnl_set_rings_validate()
184 ethnl_set_rings(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_rings() argument
188 struct net_device *dev = req_info->dev; in ethnl_set_rings()
H A Dlinkmodes.c303 ethnl_set_linkmodes_validate(struct ethnl_req_info *req_info, in ethnl_set_linkmodes_validate() argument
306 const struct ethtool_ops *ops = req_info->dev->ethtool_ops; in ethnl_set_linkmodes_validate()
319 ethnl_set_linkmodes(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_linkmodes() argument
322 struct net_device *dev = req_info->dev; in ethnl_set_linkmodes()
H A Dmm.c176 ethnl_set_mm_validate(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_mm_validate() argument
178 const struct ethtool_ops *ops = req_info->dev->ethtool_ops; 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() argument
186 struct net_device *dev = req_info->dev; in ethnl_set_mm()
H A Dfec.c229 ethnl_set_fec_validate(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_fec_validate() argument
231 const struct ethtool_ops *ops = req_info->dev->ethtool_ops; in ethnl_set_fec_validate()
237 ethnl_set_fec(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_fec() argument
240 struct net_device *dev = req_info->dev; in ethnl_set_fec()
H A Drss.c32 rss_parse_request(struct ethnl_req_info *req_info, struct nlattr **tb, in rss_parse_request() argument
35 struct rss_req_info *request = RSS_REQINFO(req_info); in rss_parse_request()
H A Dplca.c142 ethnl_set_plca(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_plca() argument
144 struct net_device *dev = req_info->dev; in ethnl_set_plca()
H A Deeprom.c146 static int eeprom_parse_request(struct ethnl_req_info *req_info, struct nlattr **tb, in eeprom_parse_request() argument
149 struct eeprom_req_info *request = MODULE_EEPROM_REQINFO(req_info); in eeprom_parse_request()
/kernel/linux/linux-5.10/net/ethtool/
H A Dnetlink.h13 int ethnl_parse_header_dev_get(struct ethnl_req_info *req_info,
320 int (*parse_request)(struct ethnl_req_info *req_info,
323 int (*prepare_data)(const struct ethnl_req_info *req_info,
326 int (*reply_size)(const struct ethnl_req_info *req_info,
329 const struct ethnl_req_info *req_info,
H A Dfeatures.c221 struct ethnl_req_info req_info = {}; in ethnl_set_features() local
229 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_features()
235 dev = req_info.dev; in ethnl_set_features()
267 if (!(req_info.flags & ETHTOOL_FLAG_OMIT_REPLY)) { in ethnl_set_features()
268 bool compact = req_info.flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_set_features()
H A Dwol.c110 struct ethnl_req_info req_info = {}; in ethnl_set_wol() local
116 ret = ethnl_parse_header_dev_get(&req_info, tb[ETHTOOL_A_WOL_HEADER], in ethnl_set_wol()
121 dev = req_info.dev; in ethnl_set_wol()
H A Dprivflags.c145 struct ethnl_req_info req_info = {}; in ethnl_set_privflags() local
160 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_privflags()
166 dev = req_info.dev; in ethnl_set_privflags()
H A Dpause.c148 struct ethnl_req_info req_info = {}; in ethnl_set_pause() local
155 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_pause()
161 dev = req_info.dev; in ethnl_set_pause()
H A Drings.c113 struct ethnl_req_info req_info = {}; in ethnl_set_rings() local
121 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_rings()
127 dev = req_info.dev; in ethnl_set_rings()
H A Dcabletest.c58 struct ethnl_req_info req_info = {}; in ethnl_act_cable_test() local
64 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_act_cable_test()
71 dev = req_info.dev; in ethnl_act_cable_test()
309 struct ethnl_req_info req_info = {}; in ethnl_act_cable_test_tdr() local
316 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_act_cable_test_tdr()
323 dev = req_info.dev; in ethnl_act_cable_test_tdr()
H A Dchannels.c117 struct ethnl_req_info req_info = {}; in ethnl_set_channels() local
124 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_channels()
130 dev = req_info.dev; in ethnl_set_channels()
H A Deee.c136 struct ethnl_req_info req_info = {}; in ethnl_set_eee() local
144 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_eee()
150 dev = req_info.dev; in ethnl_set_eee()
H A Dlinkmodes.c383 struct ethnl_req_info req_info = {}; in ethnl_set_linkmodes() local
389 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_linkmodes()
395 dev = req_info.dev; in ethnl_set_linkmodes()
H A Dcoalesce.c223 struct ethnl_req_info req_info = {}; in ethnl_set_coalesce() local
232 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_coalesce()
238 dev = req_info.dev; in ethnl_set_coalesce()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_svc.h162 struct bfa_fcxp_req_info_s req_info; member
H A Dbfa_svc.c796 struct bfa_fcxp_req_info_s *reqi = &fcxp->req_info; in bfa_fcxp_queue()
1011 struct bfa_fcxp_req_info_s *reqi = &fcxp->req_info; in bfa_fcxp_send()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_svc.h162 struct bfa_fcxp_req_info_s req_info; member
H A Dbfa_svc.c790 struct bfa_fcxp_req_info_s *reqi = &fcxp->req_info; in bfa_fcxp_queue()
1005 struct bfa_fcxp_req_info_s *reqi = &fcxp->req_info; in bfa_fcxp_send()

Completed in 27 milliseconds

12