Searched refs:reply_sz (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/message/fusion/ |
D | mptbase.c | 1828 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 …]
|
D | mptctl.c | 227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply() 2137 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command() 2331 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command() 2335 sz = min(ioc->reply_sz, 4*ioc->ioctl_cmds.reply[2]); in mptctl_do_mpt_command()
|
D | mptbase.h | 638 int reply_sz; /* Reply frame size */ member
|
D | mptsas.c | 2069 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
|
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 4416 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools() 4821 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools() 4841 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools() 6363 ioc->reply_sz) { in _base_make_ioc_operational() 6634 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 6638 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 6642 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 6647 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 6652 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 6657 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() [all …]
|
D | mpt3sas_ctl.c | 626 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid() 741 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command() 1041 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command() 1568 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2() 1961 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in mpt3sas_send_diag_release() 2219 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
|
D | mpt3sas_base.h | 1328 u16 reply_sz; member
|