Home
last modified time | relevance | path

Searched refs:xritag (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_disc.h174 uint16_t xritag; member
H A Dlpfc_sli.c983 uint16_t xritag, in lpfc_clr_rrq_active() argument
997 rrq->xritag = 0; in lpfc_clr_rrq_active()
1141 uint16_t xritag) in lpfc_test_rrq_active() argument
1210 rrq->xritag = xritag; in lpfc_set_rrq_active()
17933 uint16_t xritag) in lpfc_sli4_post_sgl() argument
17942 if (xritag == NO_XRI) { in lpfc_sli4_post_sgl()
21246 uint16_t xritag = NO_XRI; in lpfc_wqe_bpl2sgl() local
21259 return xritag; in lpfc_wqe_bpl2sgl()
21277 return xritag; in lpfc_wqe_bpl2sgl()
21281 return xritag; in lpfc_wqe_bpl2sgl()
[all …]
H A Dlpfc_els.c1959 get_wqe_tmo(cmdiocb), rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq()
1975 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_cmpl_els_rrq()
8870 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq()
8879 did, rrq->xritag, rrq->rxid); in lpfc_issue_els_rrq()
8919 if (lpfc_test_rrq_active(phba, ndlp, rrq->xritag)) in lpfc_send_rrq()