/linux/drivers/crypto/cavium/cpt/ |
A D | cptvf_algs.c | 41 req_info->req.dlen += enc_iv_len; in update_input_iv() 53 req_info->rlen += enc_iv_len; in update_output_iv() 62 req_info->req.dlen += nbytes; in update_input_data() 69 req_info->in[*argcnt].size = len; in update_input_data() 81 req_info->rlen += nbytes; in update_output_data() 107 req_info->ctrl.s.grp = 0; in create_ctx_hdr() 114 req_info->req.opcode.s.minor = 2; in create_ctx_hdr() 116 req_info->req.opcode.s.minor = 3; in create_ctx_hdr() 161 req_info->incnt = argcnt; in create_input_list() 190 req_info->outcnt = argcnt; in create_output_list() [all …]
|
/linux/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_algs.c | 159 req_info = &rctx->cpt_req; in output_iv_copyback() 163 if (req_info->is_enc) { in output_iv_copyback() 172 kfree(req_info->iv_out); in output_iv_copyback() 217 req_info->rlen += nbytes; in update_output_data() 260 if (!req_info->iv_out) in create_ctx_hdr() 270 req_info->req.param2 = 0; in create_ctx_hdr() 316 req_info->incnt = argcnt; in create_input_list() 337 req_info->outcnt = argcnt; in create_output_list() 369 req_info->is_enc = enc; in cpt_enc_dec() 371 req_info->ctrl.s.grp = 0; in cpt_enc_dec() [all …]
|
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptvf_algs.c | 141 req_info = &rctx->cpt_req; in output_iv_copyback() 145 if (req_info->is_enc) { in output_iv_copyback() 154 kfree(req_info->iv_out); in output_iv_copyback() 202 req_info->rlen += nbytes; in update_output_data() 233 req_info->ctrl.s.se_req = 1; in create_ctx_hdr() 245 if (!req_info->iv_out) in create_ctx_hdr() 255 req_info->req.param2 = 0; in create_ctx_hdr() 301 req_info->in_cnt = argcnt; in create_input_list() 322 req_info->out_cnt = argcnt; in create_output_list() 383 req_info->is_enc = enc; in cpt_enc_dec() [all …]
|
/linux/net/ethtool/ |
A D | netlink.c | 363 if (!req_info) in ethnl_default_doit() 367 kfree(req_info); in ethnl_default_doit() 405 kfree(req_info); in ethnl_default_doit() 417 kfree(req_info); in ethnl_default_doit() 536 if (!req_info) in ethnl_default_start() 558 ctx->req_info = req_info; in ethnl_default_start() 568 kfree(req_info); in ethnl_default_start() 619 if (!req_info) in ethnl_default_notify() 623 kfree(req_info); in ethnl_default_notify() 656 kfree(req_info); in ethnl_default_notify() [all …]
|
A D | tunnels.c | 165 struct ethnl_req_info req_info = {}; in ethnl_tunnel_info_doit() local 172 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_tunnel_info_doit() 185 rskb = ethnl_reply_init(reply_len, req_info.dev, in ethnl_tunnel_info_doit() 198 dev_put(req_info.dev); in ethnl_tunnel_info_doit() 207 dev_put(req_info.dev); in ethnl_tunnel_info_doit() 212 struct ethnl_req_info req_info; member 232 if (ctx->req_info.dev) { in ethnl_tunnel_info_start() 233 dev_put(ctx->req_info.dev); in ethnl_tunnel_info_start() 234 ctx->req_info.dev = NULL; in ethnl_tunnel_info_start() 274 ctx->req_info.dev = dev; in ethnl_tunnel_info_dumpit() [all …]
|
A D | stats.c | 86 struct stats_req_info *req_info = STATS_REQINFO(req_base); in stats_parse_request() local 108 const struct stats_req_info *req_info = STATS_REQINFO(req_base); in stats_prepare_data() local 125 if (test_bit(ETHTOOL_STATS_ETH_PHY, req_info->stat_mask) && in stats_prepare_data() 128 if (test_bit(ETHTOOL_STATS_ETH_MAC, req_info->stat_mask) && in stats_prepare_data() 131 if (test_bit(ETHTOOL_STATS_ETH_CTRL, req_info->stat_mask) && in stats_prepare_data() 134 if (test_bit(ETHTOOL_STATS_RMON, req_info->stat_mask) && in stats_prepare_data() 150 if (test_bit(ETHTOOL_STATS_ETH_PHY, req_info->stat_mask)) { in stats_reply_size() 154 if (test_bit(ETHTOOL_STATS_ETH_MAC, req_info->stat_mask)) { in stats_reply_size() 158 if (test_bit(ETHTOOL_STATS_ETH_CTRL, req_info->stat_mask)) { in stats_reply_size() 162 if (test_bit(ETHTOOL_STATS_RMON, req_info->stat_mask)) { in stats_reply_size() [all …]
|
A D | strset.c | 185 struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_parse_request() local 198 req_info->counts_only = tb[ETHTOOL_A_STRSET_COUNTS_ONLY]; in strset_parse_request() 216 req_info->req_ids |= (1U << id); in strset_parse_request() 279 const struct strset_req_info *req_info = STRSET_REQINFO(req_base); in strset_prepare_data() local 290 if ((req_info->req_ids & (1U << i)) && in strset_prepare_data() 304 if (!strset_include(req_info, data, i) || in strset_prepare_data() 309 req_info->counts_only); in strset_prepare_data() 361 if (!strset_include(req_info, data, i)) in strset_reply_size() 364 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size() 451 if (strset_include(req_info, data, i)) { in strset_fill_reply() [all …]
|
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()
|
A D | netlink.h | 13 int ethnl_parse_header_dev_get(struct ethnl_req_info *req_info, 306 int (*parse_request)(struct ethnl_req_info *req_info, 309 int (*prepare_data)(const struct ethnl_req_info *req_info, 312 int (*reply_size)(const struct ethnl_req_info *req_info, 315 const struct ethnl_req_info *req_info,
|
A D | debug.c | 88 struct ethnl_req_info req_info = {}; in ethnl_set_debug() local 95 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_debug() 101 dev = req_info.dev; in ethnl_set_debug()
|
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() 264 if (!(req_info.flags & ETHTOOL_FLAG_OMIT_REPLY)) { in ethnl_set_features() 265 bool compact = req_info.flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_set_features()
|
A D | linkinfo.c | 102 struct ethnl_req_info req_info = {}; in ethnl_set_linkinfo() local 108 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_linkinfo() 114 dev = req_info.dev; in ethnl_set_linkinfo()
|
A D | module.c | 147 struct ethnl_req_info req_info = {}; in ethnl_set_module() local 153 ret = ethnl_parse_header_dev_get(&req_info, tb[ETHTOOL_A_MODULE_HEADER], in ethnl_set_module() 158 dev = req_info.dev; in ethnl_set_module()
|
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()
|
A D | pause.c | 142 struct ethnl_req_info req_info = {}; in ethnl_set_pause() local 149 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_pause() 155 dev = req_info.dev; in ethnl_set_pause()
|
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()
|
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()
|
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()
|
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()
|
A D | fec.c | 243 struct ethnl_req_info req_info = {}; in ethnl_set_fec() local 252 ret = ethnl_parse_header_dev_get(&req_info, tb[ETHTOOL_A_FEC_HEADER], in ethnl_set_fec() 257 dev = req_info.dev; in ethnl_set_fec()
|
A D | linkmodes.c | 311 struct ethnl_req_info req_info = {}; in ethnl_set_linkmodes() local 321 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_linkmodes() 327 dev = req_info.dev; in ethnl_set_linkmodes()
|
A D | coalesce.c | 236 struct ethnl_req_info req_info = {}; in ethnl_set_coalesce() local 245 ret = ethnl_parse_header_dev_get(&req_info, in ethnl_set_coalesce() 251 dev = req_info.dev; in ethnl_set_coalesce()
|
A D | eeprom.c | 147 static int eeprom_parse_request(struct ethnl_req_info *req_info, struct nlattr **tb, in eeprom_parse_request() argument 150 struct eeprom_req_info *request = MODULE_EEPROM_REQINFO(req_info); in eeprom_parse_request()
|
/linux/drivers/scsi/bfa/ |
A D | bfa_svc.h | 162 struct bfa_fcxp_req_info_s req_info; member
|
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()
|