/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_virtchnl.c | 63 size_t reply_sz; member 483 xn->reply_sz = 0; in idpf_vc_xn_exec() 525 retval = xn->reply_sz; in idpf_vc_xn_exec() 567 xn->reply_sz = 0; in idpf_vc_xn_forward_async() 578 xn->reply_sz = 0; in idpf_vc_xn_forward_async() 654 xn->reply_sz = 0; in idpf_vc_xn_forward_reply() 661 xn->reply_sz = 0; in idpf_vc_xn_forward_reply() 672 xn->reply_sz = payload_size; in idpf_vc_xn_forward_reply() 783 ssize_t reply_sz; in idpf_send_ver_msg() local 801 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_ver_msg() [all …]
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 36 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() argument 80 memcpy((u8 *)reply, mrioc->transport_cmds.reply, reply_sz); in mpi3mr_post_transport_req() 145 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_report_manufacture() local 178 memset(&mpi_reply, 0, reply_sz); in mpi3mr_report_manufacture() 195 &mpi_reply, reply_sz, in mpi3mr_report_manufacture() 2566 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_get_expander_phy_error_log() local 2602 memset(&mpi_reply, 0, reply_sz); in mpi3mr_get_expander_phy_error_log() 2619 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_get_expander_phy_error_log() 2829 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_expander_phy_control() local 2873 memset(&mpi_reply, 0, reply_sz); in mpi3mr_expander_phy_control() [all …]
|
H A D | mpi3mr_fw.c | 420 mrioc->reply_sz); in mpi3mr_process_admin_reply_desc() 1293 if (mrioc->facts.reply_sz > mrioc->reply_sz) { in mpi3mr_revalidate_factsdata() 1296 mrioc->reply_sz, mrioc->facts.reply_sz); in mpi3mr_revalidate_factsdata() 3058 mrioc->facts.reply_sz = le16_to_cpu(facts_data->reply_frame_size) * 4; in mpi3mr_process_factsdata() 3167 mrioc->init_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs() 3171 mrioc->bsg_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs() 3175 mrioc->transport_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs() 3180 mrioc->dev_rmhs_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs() 3187 mrioc->evtack_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs() 3193 mrioc->host_tm_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs() [all …]
|
H A D | mpi3mr.h | 369 u16 reply_sz; member 1224 u16 reply_sz; member
|
H A D | mpi3mr_app.c | 1219 (mrioc->reply_sz - (sizeof(struct mpi3_event_notification_reply) - 4)) in mpi3mr_enable_logdata() 2654 memset(mrioc->bsg_cmds.reply, 0, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds() 2743 mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds() 2754 mrioc->bsg_cmds.reply, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
|
/linux/drivers/message/fusion/ |
H A D | mptbase.c | 1819 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach() 3073 int reply_sz; in GetIocFacts() local 3089 reply_sz = sizeof(*facts); in GetIocFacts() 3090 memset(facts, 0, reply_sz); in GetIocFacts() 3101 ioc->name, req_sz, reply_sz)); in GetIocFacts() 3107 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts() 3208 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts() 3212 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts() 3247 int reply_sz; in GetPortFacts() local 3260 reply_sz = sizeof(*pfacts); in GetPortFacts() [all …]
|
H A D | mptctl.c | 227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply() 2034 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command() 2230 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command() 2234 sz = min(ioc->reply_sz, 4*ioc->ioctl_cmds.reply[2]); in mptctl_do_mpt_command()
|
H A D | mptbase.h | 638 int reply_sz; /* Reply frame size */ member
|
H A D | mptsas.c | 2097 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 418 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request() 432 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request() 459 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request() 475 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
|
H A D | mpt3sas_base.c | 6115 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024); in _base_allocate_reply_pool() 6359 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools() 6633 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools() 8246 ioc->reply_sz) { in _base_make_ioc_operational() 8580 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8584 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8588 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8593 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8598 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8603 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() [all …]
|
H A D | mpt3sas_base.h | 1557 u16 reply_sz; member
|