Searched refs:xri (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_bsg.h102 /* Used for menlo command or menlo data. The xri is only used for menlo data */
105 uint32_t xri; member in struct:menlo_command
109 uint32_t xri; /* return the xri of the iocb exchange */ member in struct:menlo_response
H A Dlpfc_els.c3634 "xri x%x, did x%x, nlp_flag x%x, nlp_state x%x, "
3697 "0130 Xmit ADISC ACC response iotag x%x xri: "
3774 "0131 Xmit PRLI ACC response tag x%x xri x%x, "
3878 "0132 Xmit RNID ACC response tag x%x xri x%x\n",
4763 uint16_t xri, status; local
4769 xri = (uint16_t) ((unsigned long)(pmb->context1));
4791 icmd->ulpContext = xri;
4815 "0118 Xmit ELS RPS ACC response tag x%x xri x%x, "
4960 "xri x%x, did x%x, nlp_flag x%x, nlp_state x%x, "
7015 * lpfc_sli4_els_xri_aborted - Slow-path process of els xri abor
7026 uint16_t xri = bf_get(lpfc_wcqe_xa_xri, axri); local
[all...]
H A Dlpfc_hw.h2256 uint16_t xri; member in struct:__anon14655::__anon14656
2258 uint16_t xri;
3538 A_MXRI64 amxri; /* abort multiple xri command overlay */
H A Dlpfc_scsi.c610 * lpfc_sli4_fcp_xri_aborted - Fast-path process of fcp xri abort
612 * @axri: pointer to the fcp xri abort wcqe structure.
615 * FCP aborted xri.
621 uint16_t xri = bf_get(lpfc_wcqe_xa_xri, axri); local
632 if (psb->cur_iocbq.sli4_xritag == xri) {
650 if (iocbq->sli4_xritag != xri)
H A Dlpfc_bsg.c3094 /* always return the xri, this would be used in the case
3100 menlo_resp->xri = rsp->ulpContext;
3138 * all the command completions will return the xri for the command.
3140 * supplied in the menlo request header xri field.
3291 cmd->ulpContext = menlo_cmd->xri;

Completed in 219 milliseconds