Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mpt/
HDmpt_cam.c2783 int ioindex; in mpt_fc_els_reply_handler() local
2823 for (ioindex = 0; ioindex < mpt->els_cmds_allocated; ioindex++) in mpt_fc_els_reply_handler()
2824 if (mpt->els_cmd_ptrs[ioindex] == req) { in mpt_fc_els_reply_handler()
2828 KASSERT(ioindex < mpt->els_cmds_allocated, in mpt_fc_els_reply_handler()
2835 mpt_fc_post_els(mpt, req, ioindex); in mpt_fc_els_reply_handler()
2888 ioindex = le32toh(rp->TransactionContext); in mpt_fc_els_reply_handler()
2889 req = mpt->els_cmd_ptrs[ioindex]; in mpt_fc_els_reply_handler()
3012 mpt_fc_post_els(mpt, req, ioindex); in mpt_fc_els_reply_handler()
4059 mpt_fc_post_els(struct mpt_softc *mpt, request_t *req, int ioindex) in mpt_fc_post_els() argument
4087 tep->TransactionContext[0] = htole32(ioindex); in mpt_fc_post_els()
[all …]
HDmpt.h364 #define MPT_MAKE_TAGID(mpt, req, ioindex) \ argument
365 ((ioindex << 18) | (((mpt->sequence++) & 0x3f) << 12) | (req->index & 0xfff))