Searched refs:ioindex (Results 1 – 3 of 3) sorted by relevance
2766 int ioindex; in mpt_fc_els_reply_handler() local2806 for (ioindex = 0; ioindex < mpt->els_cmds_allocated; ioindex++) in mpt_fc_els_reply_handler()2807 if (mpt->els_cmd_ptrs[ioindex] == req) { in mpt_fc_els_reply_handler()2811 KASSERT(ioindex < mpt->els_cmds_allocated, in mpt_fc_els_reply_handler()2818 mpt_fc_post_els(mpt, req, ioindex); in mpt_fc_els_reply_handler()2870 ioindex = le32toh(rp->TransactionContext); in mpt_fc_els_reply_handler()2871 req = mpt->els_cmd_ptrs[ioindex]; in mpt_fc_els_reply_handler()2987 mpt_fc_post_els(mpt, req, ioindex); in mpt_fc_els_reply_handler()4077 mpt_fc_post_els(struct mpt_softc *mpt, request_t *req, int ioindex) in mpt_fc_post_els() argument4105 tep->TransactionContext[0] = htole32(ioindex); in mpt_fc_post_els()[all …]
361 #define MPT_MAKE_TAGID(mpt, req, ioindex) \ argument362 ((ioindex << 18) | (((mpt->sequence++) & 0x3f) << 12) | (req->index & 0xfff))
9738 uint32_t ioindex; in ocs_hw_io_lookup() local9739 ioindex = xri - hw->sli.config.extent[SLI_RSRC_FCOE_XRI].base[0]; in ocs_hw_io_lookup()9740 return hw->io[ioindex]; in ocs_hw_io_lookup()