Searched refs:XRI (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h96 uint16_t XRI; member in struct:XRIobj
H A Demlxs_queue.h228 uint16_t XRI; member in struct:CQE_XRI_Abort
245 uint16_t XRI; member in struct:CQE_XRI_Abort
805 CREATE_XRI_WQE CreateXri; /* Create XRI */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c1092 /* We add 1 in case all XRI's are non-zero */
3899 xrip->XRI, xrip->iotag, cmd_sbp, pkt->pkt_cmd_fhdr.rx_id);
4012 wqe->XRITag = xrip->XRI;
4087 xrip->XRI, ndlp->nlp_DID) == NULL) {
4130 wqe->XRITag = xrip->XRI;
4228 xrip->XRI, xrip->iotag, xrip->rx_id, rpip->RPI);
4289 wqe->XRITag = xrip->XRI;
4393 "Unable to find XRI. rxid=%x",
4418 xrip->XRI, xrip->iotag, xrip->rx_id, rpip->RPI);
4482 xrip->XRI, xri
[all...]
H A Demlxs_fct.c2398 fct_cmd->cmd_rxid = cmd_sbp->xrip->XRI;
3130 xrip->XRI, xrip->iotag, hba->fc_table[xrip->iotag]);
3135 "Abort retry failed xri=%x", xrip->XRI);
H A Demlxs_fcp.c4035 /* Try to issue abort by XRI if possible */
4041 wqe->AbortTag = sbp->xrip->XRI;
4154 /* Try to issue close by XRI if possible */
4160 wqe->AbortTag = sbp->xrip->XRI;
4391 /* Create the close XRI IOCB */
H A Demlxs_fcf.c14270 did, ((xrip)?xrip->XRI:0));
14276 /* Bind the XRI */
14286 rpip->RPI, rpip->did, ((xrip)?xrip->XRI:0));
14665 "Removing XRI:%d iotag:%d.",
14668 xrip->XRI, xrip->iotag);
14677 "Removing XRI:%d iotag:%d.",
14680 xrip->XRI, xrip->iotag);
15207 "Unreserving XRI:%d iotag:%d.",
15210 xrip->XRI, xrip->iotag);
15213 xrip->XRI,
[all...]
H A Demlxs_dfc.c8745 /* Create host XRI */
8761 "%s: Unable to create XRI.",
8769 "%s: XRI created. xri=%d", emlxs_dfc_xlate(dfc->cmd),
8778 "%s: Unable to reserve XRI.",
8785 ndlp->nlp_Xri = xrip->XRI;
8787 "%s: XRI reserved. xri=%d", emlxs_dfc_xlate(dfc->cmd),
8906 "%s: Host XRI not found.", emlxs_dfc_xlate(dfc->cmd));

Completed in 113 milliseconds