/kernel/linux/linux-6.6/net/ethtool/ |
H A D | channels.c | 101 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 D | coalesce.c | 233 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 D | rings.c | 134 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 D | linkmodes.c | 303 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 D | mm.c | 176 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 D | fec.c | 229 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 D | rss.c | 32 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 D | plca.c | 142 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 D | eeprom.c | 146 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 D | netlink.h | 13 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 D | features.c | 221 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 D | wol.c | 110 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 D | privflags.c | 145 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 D | pause.c | 148 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 D | rings.c | 113 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 D | cabletest.c | 58 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 D | channels.c | 117 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 D | eee.c | 136 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 D | linkmodes.c | 383 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 D | coalesce.c | 223 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 D | bfa_svc.h | 162 struct bfa_fcxp_req_info_s req_info; member
|
H A D | bfa_svc.c | 796 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 D | bfa_svc.h | 162 struct bfa_fcxp_req_info_s req_info; member
|
H A D | bfa_svc.c | 790 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()
|