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

/drivers/message/fusion/
H A Dmptbase.c1835 ioc->reply_sz = MPT_REPLY_FRAME_SIZE;
3071 int reply_sz; local
3087 reply_sz = sizeof(*facts);
3088 memset(facts, 0, reply_sz);
3098 "Sending get IocFacts request req_sz=%d reply_sz=%d\n",
3099 ioc->name, req_sz, reply_sz));
3105 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag);
3212 ioc->reply_sz = MPT_REPLY_FRAME_SIZE;
3215 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "reply_sz=%3d, reply_depth=%4d\n",
3216 ioc->name, ioc->reply_sz, io
3251 int reply_sz; local
3458 int reply_sz; local
3575 int ii, sz, reply_sz; local
4432 int i, reply_sz, sz, total_size, num_chain; local
[all...]
H A Dmptbase.h638 int reply_sz; /* Reply frame size */ member in struct:_MPT_ADAPTER
H A Dmptctl.c227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength);
2146 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) ||
2340 if (karg.maxReplyBytes < ioc->reply_sz) {
2344 sz = min(ioc->reply_sz, 4*ioc->ioctl_cmds.reply[2]);
H A Dmptsas.c2072 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength));
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c2435 ioc->reply_sz = facts->ReplyFrameSize * 4;
2655 sz = ioc->reply_free_queue_depth * ioc->reply_sz;
2674 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024));
4101 ioc->reply_sz)
4298 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
4302 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
4306 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
4311 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
4316 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
4321 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNE
[all...]
H A Dmpt2sas_ctl.c603 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz);
726 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz);
959 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz);
1422 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz);
1813 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz);
2080 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz);
H A Dmpt2sas_base.h763 * @reply_sz: per reply frame size:
949 u16 reply_sz; member in struct:MPT2SAS_ADAPTER
/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c257 u32 max_cmds, req_sz, reply_sz, io_frames_sz; local
261 reply_sz = fusion->reply_alloc_sz;

Completed in 1905 milliseconds