Searched refs:reply_sz (Results 1 - 8 of 8) sorted by relevance
/drivers/message/fusion/ |
H A D | mptbase.c | 1835 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 D | mptbase.h | 638 int reply_sz; /* Reply frame size */ member in struct:_MPT_ADAPTER
|
H A D | mptctl.c | 227 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 D | mptsas.c | 2072 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength));
|
/drivers/scsi/mpt2sas/ |
H A D | mpt2sas_base.c | 2435 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 D | mpt2sas_ctl.c | 603 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 D | mpt2sas_base.h | 763 * @reply_sz: per reply frame size: 949 u16 reply_sz; member in struct:MPT2SAS_ADAPTER
|
/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 257 u32 max_cmds, req_sz, reply_sz, io_frames_sz; local 261 reply_sz = fusion->reply_alloc_sz;
|
Completed in 149 milliseconds