Lines Matching refs:reply_sz
1819 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach()
3073 int reply_sz; in GetIocFacts() local
3089 reply_sz = sizeof(*facts); in GetIocFacts()
3090 memset(facts, 0, reply_sz); in GetIocFacts()
3101 ioc->name, req_sz, reply_sz)); in GetIocFacts()
3107 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()
3208 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()
3212 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()
3247 int reply_sz; in GetPortFacts() local
3260 reply_sz = sizeof(*pfacts); in GetPortFacts()
3261 memset(pfacts, 0, reply_sz); in GetPortFacts()
3278 reply_sz, (u16*)pfacts, 5 /*seconds*/, sleepFlag); in GetPortFacts()
3365 ioc_init.ReplyFrameSize = cpu_to_le16(ioc->reply_sz); /* in BYTES */ in SendIocInit()
3454 int reply_sz; in SendPortEnable() local
3457 reply_sz = sizeof(MPIDefaultReply_t); in SendPortEnable()
3458 memset(&reply_buf, 0, reply_sz); in SendPortEnable()
3476 (u32*)&port_enable, reply_sz, (u16*)&reply_buf, in SendPortEnable()
3480 (u32*)&port_enable, reply_sz, (u16*)&reply_buf, in SendPortEnable()
3573 int ii, sz, reply_sz; in mpt_do_upload() local
3598 reply_sz = sizeof(reply); in mpt_do_upload()
3599 memset(preply, 0, reply_sz); in mpt_do_upload()
3620 reply_sz, (u16 *)preply, 65 /*seconds*/, sleepFlag); in mpt_do_upload()
4430 int i, reply_sz, sz, total_size, num_chain; in PrimeIocFifos() local
4467 total_size = reply_sz = (ioc->reply_sz * ioc->reply_depth); in PrimeIocFifos()
4469 ioc->name, ioc->reply_sz, ioc->reply_depth)); in PrimeIocFifos()
4471 ioc->name, reply_sz, reply_sz)); in PrimeIocFifos()
4509 alloc_dma += reply_sz; in PrimeIocFifos()
4510 mem += reply_sz; in PrimeIocFifos()
4589 alloc_dma += ioc->reply_sz; in PrimeIocFifos()
6744 sz = (ioc->reply_sz * ioc->reply_depth) + 128; in mpt_iocinfo_proc_show()
6746 ioc->reply_sz, ioc->reply_depth, ioc->reply_sz*ioc->reply_depth, sz); in mpt_iocinfo_proc_show()