HomeSort by: relevance | last modified time | path
    Searched defs:mpt_reply (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 14 milliseconds