Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mpt/
Dmpt_cam.c2788 int ioindex; in mpt_fc_els_reply_handler() local
2828 for (ioindex = 0; ioindex < mpt->els_cmds_allocated; ioindex++) in mpt_fc_els_reply_handler()
2829 if (mpt->els_cmd_ptrs[ioindex] == req) { in mpt_fc_els_reply_handler()
2833 KASSERT(ioindex < mpt->els_cmds_allocated, in mpt_fc_els_reply_handler()
2840 mpt_fc_post_els(mpt, req, ioindex); in mpt_fc_els_reply_handler()
2893 ioindex = le32toh(rp->TransactionContext); in mpt_fc_els_reply_handler()
2894 req = mpt->els_cmd_ptrs[ioindex]; in mpt_fc_els_reply_handler()
3010 mpt_fc_post_els(mpt, req, ioindex); in mpt_fc_els_reply_handler()
4099 mpt_fc_post_els(struct mpt_softc *mpt, request_t *req, int ioindex) in mpt_fc_post_els() argument
4127 tep->TransactionContext[0] = htole32(ioindex); in mpt_fc_post_els()
[all …]
Dmpt.h365 #define MPT_MAKE_TAGID(mpt, req, ioindex) \ argument
366 ((ioindex << 18) | (((mpt->sequence++) & 0x3f) << 12) | (req->index & 0xfff))