Searched refs:reply_sz (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/message/fusion/ |
D | mptbase.c | 1775 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach() 3011 int reply_sz; in GetIocFacts() local 3027 reply_sz = sizeof(*facts); in GetIocFacts() 3028 memset(facts, 0, reply_sz); in GetIocFacts() 3039 ioc->name, req_sz, reply_sz)); in GetIocFacts() 3045 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts() 3152 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts() 3156 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts() 3191 int reply_sz; in GetPortFacts() local 3204 reply_sz = sizeof(*pfacts); in GetPortFacts() [all …]
|
D | mptctl.c | 227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply() 2146 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command() 2340 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command() 2344 sz = min(ioc->reply_sz, 4*ioc->ioctl_cmds.reply[2]); in mptctl_do_mpt_command()
|
D | mptbase.h | 600 int reply_sz; /* Reply frame size */ member
|
D | mptsas.c | 2056 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
|
/linux-2.6.39/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 2182 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools() 2425 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools() 2444 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools() 3223 mpi_request.Reserved7 = cpu_to_le16(ioc->reply_sz); in _base_send_ioc_init() 3744 ioc->reply_sz) in _base_make_ioc_operational() 3877 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach() 3881 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach() 3886 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach() 3891 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach() 3896 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt2sas_base_attach() [all …]
|
D | mpt2sas_ctl.c | 604 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid() 727 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command() 960 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command() 1419 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2() 1810 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_send_release() 2077 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
|
D | mpt2sas_base.h | 800 u16 reply_sz; member
|
/linux-2.6.39/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 257 u32 max_cmds, req_sz, reply_sz, io_frames_sz; in megasas_free_cmds_fusion() local 261 reply_sz = fusion->reply_alloc_sz; in megasas_free_cmds_fusion()
|