Lines Matching defs:reply_sz
1819 ioc->reply_sz = MPT_REPLY_FRAME_SIZE;
3077 int reply_sz;
3093 reply_sz = sizeof(*facts);
3094 memset(facts, 0, reply_sz);
3104 "Sending get IocFacts request req_sz=%d reply_sz=%d\n",
3105 ioc->name, req_sz, reply_sz));
3111 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, ioc->reply_depth));
3251 int reply_sz;
3264 reply_sz = sizeof(*pfacts);
3265 memset(pfacts, 0, reply_sz);
3282 reply_sz, (u16*)pfacts, 5 /*seconds*/, sleepFlag);
3369 ioc_init.ReplyFrameSize = cpu_to_le16(ioc->reply_sz); /* in BYTES */
3458 int reply_sz;
3461 reply_sz = sizeof(MPIDefaultReply_t);
3462 memset(&reply_buf, 0, reply_sz);
3480 (u32*)&port_enable, reply_sz, (u16*)&reply_buf,
3484 (u32*)&port_enable, reply_sz, (u16*)&reply_buf,
3577 int ii, sz, reply_sz;
3602 reply_sz = sizeof(reply);
3603 memset(preply, 0, reply_sz);
3624 reply_sz, (u16 *)preply, 65 /*seconds*/, sleepFlag);
4434 int i, reply_sz, sz, total_size, num_chain;
4471 total_size = reply_sz = (ioc->reply_sz * ioc->reply_depth);
4473 ioc->name, ioc->reply_sz, ioc->reply_depth));
4475 ioc->name, reply_sz, reply_sz));
4513 alloc_dma += reply_sz;
4514 mem += reply_sz;
4593 alloc_dma += ioc->reply_sz;
6748 sz = (ioc->reply_sz * ioc->reply_depth) + 128;
6750 ioc->reply_sz, ioc->reply_depth, ioc->reply_sz*ioc->reply_depth, sz);