Home
last modified time | relevance | path

Searched refs:reply_sz (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c37 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() argument
81 memcpy((u8 *)reply, mrioc->transport_cmds.reply, reply_sz); in mpi3mr_post_transport_req()
146 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_report_manufacture() local
174 memset(&mpi_reply, 0, reply_sz); in mpi3mr_report_manufacture()
191 &mpi_reply, reply_sz, in mpi3mr_report_manufacture()
2527 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_get_expander_phy_error_log() local
2558 memset(&mpi_reply, 0, reply_sz); in mpi3mr_get_expander_phy_error_log()
2575 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_get_expander_phy_error_log()
2785 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_expander_phy_control() local
2823 memset(&mpi_reply, 0, reply_sz); in mpi3mr_expander_phy_control()
[all …]
Dmpi3mr_fw.c403 mrioc->reply_sz); in mpi3mr_process_admin_reply_desc()
1134 if (mrioc->facts.reply_sz > mrioc->reply_sz) { in mpi3mr_revalidate_factsdata()
1137 mrioc->reply_sz, mrioc->facts.reply_sz); in mpi3mr_revalidate_factsdata()
2823 mrioc->facts.reply_sz = le16_to_cpu(facts_data->reply_frame_size) * 4; in mpi3mr_process_factsdata()
2922 mrioc->init_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2926 mrioc->bsg_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2930 mrioc->transport_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2935 mrioc->dev_rmhs_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs()
2942 mrioc->evtack_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs()
2948 mrioc->host_tm_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
[all …]
Dmpi3mr_app.c146 (mrioc->reply_sz - (sizeof(struct mpi3_event_notification_reply) - 4)) in mpi3mr_enable_logdata()
1257 memset(mrioc->bsg_cmds.reply, 0, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
1340 mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
1351 mrioc->bsg_cmds.reply, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
Dmpi3mr.h321 u16 reply_sz; member
1088 u16 reply_sz; member
/linux-6.1.9/drivers/message/fusion/
Dmptbase.c1819 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach()
3077 int reply_sz; in GetIocFacts() local
3093 reply_sz = sizeof(*facts); in GetIocFacts()
3094 memset(facts, 0, reply_sz); in GetIocFacts()
3105 ioc->name, req_sz, reply_sz)); in GetIocFacts()
3111 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()
3212 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()
3216 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()
3251 int reply_sz; in GetPortFacts() local
3264 reply_sz = sizeof(*pfacts); in GetPortFacts()
[all …]
Dmptctl.c227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply()
2036 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()
2232 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command()
2236 sz = min(ioc->reply_sz, 4*ioc->ioctl_cmds.reply[2]); in mptctl_do_mpt_command()
Dmptbase.h638 int reply_sz; /* Reply frame size */ member
Dmptsas.c2096 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c640 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid()
732 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command()
1076 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command()
1695 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2()
2174 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in mpt3sas_send_diag_release()
2429 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
Dmpt3sas_config.c418 _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()
Dmpt3sas_base.c6100 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024); in _base_allocate_reply_pool()
6344 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools()
6623 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
8199 ioc->reply_sz) { in _base_make_ioc_operational()
8517 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8521 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8525 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8530 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8535 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8540 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
[all …]
Dmpt3sas_base.h1560 u16 reply_sz; member