Searched refs:ioindex (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c2788 int ioindex; local
2828 for (ioindex = 0; ioindex < mpt->els_cmds_allocated; ioindex++)
2829 if (mpt->els_cmd_ptrs[ioindex] == req) {
2833 KASSERT(ioindex < mpt->els_cmds_allocated,
2840 mpt_fc_post_els(mpt, req, ioindex);
2893 ioindex = le32toh(rp->TransactionContext);
2894 req = mpt->els_cmd_ptrs[ioindex];
3010 mpt_fc_post_els(mpt, req, ioindex);
4099 mpt_fc_post_els(struct mpt_softc *mpt, request_t *req, int ioindex) argument
4149 mpt_post_target_command(struct mpt_softc *mpt, request_t *req, int ioindex) argument
4855 U16 ioindex; local
5219 int ioindex; local
[all...]
H A Dmpt.h365 #define MPT_MAKE_TAGID(mpt, req, ioindex) \
366 ((ioindex << 18) | (((mpt->sequence++) & 0x3f) << 12) | (req->index & 0xfff))
1040 ("%s(%d): req %p:%u func %x in els ptrs at ioindex %d",
1046 ("%s(%d): req %p:%u func %x in tgt ptrs at ioindex %d",
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c9745 uint32_t ioindex; local
9746 ioindex = xri - hw->sli.config.extent[SLI_RSRC_FCOE_XRI].base[0];
9747 return hw->io[ioindex];

Completed in 100 milliseconds