Home
last modified time | relevance | path

Searched refs:mpt_reply (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmpt_netbsd.c523 MSG_SCSI_IO_REPLY *mpt_reply; in mpt_done() local
528 mpt_reply = NULL; in mpt_done()
534 mpt_reply = MPT_REPLY_PTOV(mpt, reply); in mpt_done()
535 if (mpt_reply != NULL) { in mpt_done()
537 uint32_t *pReply = (uint32_t *) mpt_reply; in mpt_done()
540 le32toh(mpt_reply->MsgContext) & 0xffff); in mpt_done()
548 index = le32toh(mpt_reply->MsgContext); in mpt_done()
559 if (mpt_reply != NULL) in mpt_done()
560 mpt_ctlop(mpt, mpt_reply, reply); in mpt_done()
622 if (mpt_reply != NULL) { in mpt_done()
[all …]