Searched refs:xritag (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 144 uint16_t xritag; member
|
D | lpfc_sli.c | 826 __lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_clear_active_sglq() argument 830 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_clear_active_sglq() 831 phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL; in __lpfc_clear_active_sglq() 848 __lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_get_active_sglq() argument 852 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_get_active_sglq() 865 uint16_t xritag, in lpfc_clr_rrq_active() argument 883 if (test_and_clear_bit(xritag, ndlp->active_rrqs_xri_bitmap)) { in lpfc_clr_rrq_active() 885 rrq->xritag = 0; in lpfc_clr_rrq_active() 933 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_handle_rrq_active() 938 lpfc_clr_rrq_active(phba, rrq->xritag, in lpfc_handle_rrq_active() [all …]
|
D | lpfc_els.c | 1820 irsp->ulpTimeout, rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq() 1836 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_cmpl_els_rrq() 7065 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq() 7074 did, rrq->xritag, rrq->rxid); in lpfc_issue_els_rrq() 7103 if (lpfc_test_rrq_active(phba, ndlp, rrq->xritag)) in lpfc_send_rrq()
|