Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/
Dmptbase.c1831 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach()
3067 int reply_sz; in GetIocFacts() local
3083 reply_sz = sizeof(*facts); in GetIocFacts()
3084 memset(facts, 0, reply_sz); in GetIocFacts()
3095 ioc->name, req_sz, reply_sz)); in GetIocFacts()
3101 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()
3203 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()
3207 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()
3242 int reply_sz; in GetPortFacts() local
3255 reply_sz = sizeof(*pfacts); in GetPortFacts()
[all …]
Dmptctl.c227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply()
2124 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()
2318 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command()
2322 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.c2069 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2544 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools()
2825 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
2844 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools()
4344 ioc->reply_sz) in _base_make_ioc_operational()
4564 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach()
4568 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach()
4572 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach()
4577 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach()
4582 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach()
4587 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach()
[all …]
Dmpt2sas_ctl.c595 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid()
712 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command()
953 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command()
1404 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2()
1783 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_send_release()
2033 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
Dmpt2sas_base.h974 u16 reply_sz; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2717 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools()
2998 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
3018 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools()
4483 ioc->reply_sz) in _base_make_ioc_operational()
4700 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
4704 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
4708 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
4713 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
4718 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
4723 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
[all …]
Dmpt3sas_ctl.c590 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid()
708 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command()
946 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command()
1408 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2()
1805 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in mpt3sas_send_diag_release()
2066 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
Dmpt3sas_base.h916 u16 reply_sz; member
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c289 u32 max_cmds, req_sz, reply_sz, io_frames_sz; in megasas_free_cmds_fusion() local
293 reply_sz = fusion->reply_alloc_sz; in megasas_free_cmds_fusion()