Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptbase.c1828 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach()
3086 int reply_sz; in GetIocFacts() local
3102 reply_sz = sizeof(*facts); in GetIocFacts()
3103 memset(facts, 0, reply_sz); in GetIocFacts()
3114 ioc->name, req_sz, reply_sz)); in GetIocFacts()
3120 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()
3222 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()
3226 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()
3261 int reply_sz; in GetPortFacts() local
3274 reply_sz = sizeof(*pfacts); in GetPortFacts()
[all …]
Dmptctl.c227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply()
2040 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()
2234 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command()
2238 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.c2068 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_config.c413 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
427 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
454 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
470 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
Dmpt3sas_base.c5134 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools()
5491 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
5509 ioc->reply_sz, sz / 1024)); in _base_allocate_memory_pools()
7068 ioc->reply_sz) { in _base_make_ioc_operational()
7382 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7386 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7390 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7395 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7400 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7405 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
[all …]
Dmpt3sas_ctl.c637 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid()
729 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command()
1063 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command()
1681 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2()
2155 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in mpt3sas_send_diag_release()
2409 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
Dmpt3sas_base.h1412 u16 reply_sz; member