Lines Matching refs:xri
1058 "xri x%x TMO:x%x\n",
1121 "xri x%x Data: x%x x%x x%x x%x x%x %x\n",
1921 * clear the xri's bit in the ndlp's xri_bitmap. If the ndlp does not
4944 "xri x%x, did x%x, nlp_flag x%x, nlp_state x%x, "
5008 "0130 Xmit ADISC ACC response iotag x%x xri: "
5119 "0131 Xmit PRLI ACC response tag x%x xri x%x, "
5261 "0132 Xmit RNID ACC response tag x%x xri x%x\n",
5322 uint16_t xri;
5344 xri = bf_get(rrq_oxid, rrq);
5346 xri = rxid;
5347 prrq = lpfc_get_active_rrq(vport, xri, ndlp->nlp_DID);
5349 lpfc_clr_rrq_active(phba, xri, prrq);
5391 "2876 Xmit ECHO ACC response tag x%x xri x%x\n",
5986 "2171 Xmit RDP response tag x%x xri x%x, "
7367 "2874 Xmit ELS RLS ACC response tag x%x xri x%x, "
7488 /* use the command's xri in the response */
7503 "2875 Xmit ELS RTV ACC response tag x%x xri x%x, "
7597 * still active for the xri. If this function returns a failure then
7675 "xri x%x, did x%x, nlp_flag x%x, nlp_state x%x, "
10085 * lpfc_sli4_els_xri_aborted - Slow-path process of els xri abort
10087 * @axri: pointer to the els xri abort wcqe structure.
10090 * ELS aborted xri.
10096 uint16_t xri = bf_get(lpfc_wcqe_xa_xri, axri);
10111 if (sglq_entry->sli4_xritag == xri) {
10131 lxri = lpfc_sli4_xri_inrange(phba, xri);
10138 if (!sglq_entry || (sglq_entry->sli4_xritag != xri)) {