Searched refs:xritag (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 167 uint16_t xritag; member
|
D | lpfc_sli.c | 944 __lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_clear_active_sglq() argument 948 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_clear_active_sglq() 949 phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL; in __lpfc_clear_active_sglq() 966 __lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_get_active_sglq() argument 970 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_get_active_sglq() 983 uint16_t xritag, in lpfc_clr_rrq_active() argument 995 if (test_and_clear_bit(xritag, ndlp->active_rrqs_xri_bitmap)) { in lpfc_clr_rrq_active() 997 rrq->xritag = 0; in lpfc_clr_rrq_active() 1045 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_handle_rrq_active() 1050 lpfc_clr_rrq_active(phba, rrq->xritag, in lpfc_handle_rrq_active() [all …]
|
D | lpfc_els.c | 1961 get_wqe_tmo(cmdiocb), rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq() 1977 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_cmpl_els_rrq() 8937 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq() 8946 did, rrq->xritag, rrq->rxid); in lpfc_issue_els_rrq() 8986 if (lpfc_test_rrq_active(phba, ndlp, rrq->xritag)) in lpfc_send_rrq()
|