Lines Matching refs:reply_sz
1827 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach()
3085 int reply_sz; in GetIocFacts() local
3101 reply_sz = sizeof(*facts); in GetIocFacts()
3102 memset(facts, 0, reply_sz); in GetIocFacts()
3113 ioc->name, req_sz, reply_sz)); in GetIocFacts()
3119 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()
3220 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()
3224 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()
3259 int reply_sz; in GetPortFacts() local
3272 reply_sz = sizeof(*pfacts); in GetPortFacts()
3273 memset(pfacts, 0, reply_sz); in GetPortFacts()
3290 reply_sz, (u16*)pfacts, 5 /*seconds*/, sleepFlag); in GetPortFacts()
3377 ioc_init.ReplyFrameSize = cpu_to_le16(ioc->reply_sz); /* in BYTES */ in SendIocInit()
3466 int reply_sz; in SendPortEnable() local
3469 reply_sz = sizeof(MPIDefaultReply_t); in SendPortEnable()
3470 memset(&reply_buf, 0, reply_sz); in SendPortEnable()
3488 (u32*)&port_enable, reply_sz, (u16*)&reply_buf, in SendPortEnable()
3492 (u32*)&port_enable, reply_sz, (u16*)&reply_buf, in SendPortEnable()
3583 int ii, sz, reply_sz; in mpt_do_upload() local
3608 reply_sz = sizeof(reply); in mpt_do_upload()
3609 memset(preply, 0, reply_sz); in mpt_do_upload()
3630 reply_sz, (u16 *)preply, 65 /*seconds*/, sleepFlag); in mpt_do_upload()
4440 int i, reply_sz, sz, total_size, num_chain; in PrimeIocFifos() local
4478 total_size = reply_sz = (ioc->reply_sz * ioc->reply_depth); in PrimeIocFifos()
4480 ioc->name, ioc->reply_sz, ioc->reply_depth)); in PrimeIocFifos()
4482 ioc->name, reply_sz, reply_sz)); in PrimeIocFifos()
4520 alloc_dma += reply_sz; in PrimeIocFifos()
4521 mem += reply_sz; in PrimeIocFifos()
4600 alloc_dma += ioc->reply_sz; in PrimeIocFifos()
6734 sz = (ioc->reply_sz * ioc->reply_depth) + 128; in mpt_iocinfo_proc_show()
6736 ioc->reply_sz, ioc->reply_depth, ioc->reply_sz*ioc->reply_depth, sz); in mpt_iocinfo_proc_show()