Lines Matching defs:reply_sz
1828 ioc->reply_sz = MPT_REPLY_FRAME_SIZE;
3086 int reply_sz;
3102 reply_sz = sizeof(*facts);
3103 memset(facts, 0, reply_sz);
3113 "Sending get IocFacts request req_sz=%d reply_sz=%d\n",
3114 ioc->name, req_sz, reply_sz));
3120 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag);
3222 ioc->reply_sz = MPT_REPLY_FRAME_SIZE;
3225 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "reply_sz=%3d, reply_depth=%4d\n",
3226 ioc->name, ioc->reply_sz, ioc->reply_depth));
3261 int reply_sz;
3274 reply_sz = sizeof(*pfacts);
3275 memset(pfacts, 0, reply_sz);
3292 reply_sz, (u16*)pfacts, 5 /*seconds*/, sleepFlag);
3379 ioc_init.ReplyFrameSize = cpu_to_le16(ioc->reply_sz); /* in BYTES */
3468 int reply_sz;
3471 reply_sz = sizeof(MPIDefaultReply_t);
3472 memset(&reply_buf, 0, reply_sz);
3490 (u32*)&port_enable, reply_sz, (u16*)&reply_buf,
3494 (u32*)&port_enable, reply_sz, (u16*)&reply_buf,
3585 int ii, sz, reply_sz;
3610 reply_sz = sizeof(reply);
3611 memset(preply, 0, reply_sz);
3632 reply_sz, (u16 *)preply, 65 /*seconds*/, sleepFlag);
4442 int i, reply_sz, sz, total_size, num_chain;
4480 total_size = reply_sz = (ioc->reply_sz * ioc->reply_depth);
4482 ioc->name, ioc->reply_sz, ioc->reply_depth));
4484 ioc->name, reply_sz, reply_sz));
4522 alloc_dma += reply_sz;
4523 mem += reply_sz;
4602 alloc_dma += ioc->reply_sz;
6746 sz = (ioc->reply_sz * ioc->reply_depth) + 128;
6748 ioc->reply_sz, ioc->reply_depth, ioc->reply_sz*ioc->reply_depth, sz);