Searched refs:reply_sz (Results 1 – 3 of 3) sorted by relevance
1312 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_adapter_install()1891 sz = (this->reply_sz * this->reply_depth) + 128; in mpt_adapter_disable()2235 int reply_sz; in GetIocFacts() local2249 reply_sz = sizeof(*facts); in GetIocFacts()2250 memset(facts, 0, reply_sz); in GetIocFacts()2265 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()2346 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()2350 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()2383 int reply_sz; in GetPortFacts() local2396 reply_sz = sizeof(*pfacts); in GetPortFacts()[all …]
298 MIN(ioc->reply_sz, 4*reply->u.reply.MsgLength)); in mptctl_reply()2117 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()2310 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command()2313 sz = MIN(ioc->reply_sz, 4*ioc->ioctl->ReplyFrame[2]); in mptctl_do_mpt_command()
581 int reply_sz; /* Reply frame size */ member