Lines Matching refs:xri
1046 "xri x%x TMO:x%x refcnt %d\n",
1115 "xri x%x Data: x%x x%x x%x x%x x%x x%x x%x %d\n",
1931 * clear the xri's bit in the ndlp's xri_bitmap. If the ndlp does not
5822 "xri x%x, did x%x, nlp_flag x%x, nlp_state x%x, "
6021 "0130 Xmit ADISC ACC response iotag x%x xri: "
6143 "0131 Xmit PRLI ACC response tag x%x xri x%x, "
6313 "0132 Xmit RNID ACC response tag x%x xri x%x\n",
6381 uint16_t xri;
6404 xri = bf_get(rrq_oxid, rrq);
6406 xri = rxid;
6407 prrq = lpfc_get_active_rrq(vport, xri, ndlp->nlp_DID);
6409 lpfc_clr_rrq_active(phba, xri, prrq);
6470 "2876 Xmit ECHO ACC response tag x%x xri x%x\n",
7103 "2171 Xmit RDP response tag x%x xri x%x, "
8701 "2874 Xmit ELS RLS ACC response tag x%x xri x%x, "
8840 /* use the command's xri in the response */
8864 "2875 Xmit ELS RTV ACC response tag x%x xri x%x, "
8972 * still active for the xri. If this function returns a failure then
9062 "xri x%x, did x%x, nlp_flag x%x, nlp_state x%x, "
12039 /* If the xri on the abts_els_sgl list is for the Fport
12040 * node and the vport is unloading, the xri aborted wcqe
12057 * lpfc_sli4_els_xri_aborted - Slow-path process of els xri abort
12059 * @axri: pointer to the els xri abort wcqe structure.
12062 * ELS aborted xri.
12068 uint16_t xri = bf_get(lpfc_wcqe_xa_xri, axri);
12082 if (sglq_entry->sli4_xritag == xri) {
12106 lxri = lpfc_sli4_xri_inrange(phba, xri);
12112 if (!sglq_entry || (sglq_entry->sli4_xritag != xri)) {