Lines Matching defs:xri
3549 ocs_log_err(hw->os, "Bad parameter: refcount <= 0 xri=%x tag=%x\n",
4357 uint32_t xri;
4379 xri = wq->send_frame_io->indicator;
4383 payload->len, OCS_HW_SEND_FRAME_TIMEOUT, xri, ctx->wqcb->instance_index);
4902 "io not active xri=0x%x tag=0x%x\n",
4910 ocs_log_test(hw->os, "io_to_abort xri=0x%x not active on WQ\n",
4922 "io already being aborted xri=0x%x tag=0x%x\n",
4936 * - host owned xri
4939 * - port owned xri:
8396 "io not active xri=0x%x tag=0x%x\n",
8548 ocs_log_err(hw->os, "reque xri failed, status = %d \n", status);
8705 ocs_log_debug(hw->os, "aborting xri=%#x tag=%#x\n",
8727 ocs_log_debug(hw->os, "abort in progress xri=%#x tag=%#x\n",
8732 ocs_log_test(hw->os, "Failed to abort xri=%#x tag=%#x rc=%d\n",
8743 ocs_log_debug(hw->os, "aborting xri=%#x tag=%#x\n", io->indicator, io->reqtag);
8763 ocs_log_debug(hw->os, "abort in progress xri=%#x tag=%#x\n",
8768 ocs_log_test(hw->os, "Failed to abort xri=%#x tag=%#x rc=%d\n",
8966 /* Not hanlding reque xri completion, free io */
9643 /* Copy address of SGL's into local sgls[] array, break out if the xri
9647 /* Check that we have contiguous xri values */
9728 * @brief Find IO given indicator (xri).
9731 * @param indicator Indicator (xri) to look for.
9736 ocs_hw_io_lookup(ocs_hw_t *hw, uint32_t xri)
9739 ioindex = xri - hw->sli.config.extent[SLI_RSRC_FCOE_XRI].base[0];
11217 ocs_log_info(hw->os, "IO timeout xri=0x%x tag=0x%x type=%d elapsed time:%u\n",
11233 "abort failed xri=%#x tag=%#x rc=%d\n",
11316 * Test to see if the xri is a port-owned xri.
11319 * @param xri Exchange indicator.
11325 ocs_hw_is_xri_port_owned(ocs_hw_t *hw, uint32_t xri)
11327 ocs_hw_io_t *io = ocs_hw_io_lookup(hw, xri);
11520 uint16_t xri = ((i & 1) == 0 ? release_xri->xri_tbl[i/2].xri_tag0 :
11522 ocs_hw_reclaim_xri(hw, xri, 1);
12047 ocs_log_err(hw->os, "sli_queue_write reque xri failed: %d\n", rc);
12425 HW_WORKAROUND_USE_DIF_SEC_XRI, /**< Use secondary xri for multiple data phases */
12679 ocs_log_debug(hw->os, "HW Workaround: use DIF secondary xri\n");