Searched refs:xritag (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 124 uint16_t xritag; member
|
D | lpfc_sli.c | 600 __lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_clear_active_sglq() argument 604 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_clear_active_sglq() 605 phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL; in __lpfc_clear_active_sglq() 622 __lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_get_active_sglq() argument 626 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_get_active_sglq() 639 uint16_t xritag, in lpfc_clr_rrq_active() argument 657 if (test_and_clear_bit(xritag, ndlp->active_rrqs_xri_bitmap)) { in lpfc_clr_rrq_active() 659 rrq->xritag = 0; in lpfc_clr_rrq_active() 707 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_handle_rrq_active() 712 lpfc_clr_rrq_active(phba, rrq->xritag, in lpfc_handle_rrq_active() [all …]
|
D | lpfc_els.c | 1782 irsp->ulpTimeout, rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq() 1798 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_cmpl_els_rrq() 6480 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq() 6489 did, rrq->xritag, rrq->rxid); in lpfc_issue_els_rrq() 6518 if (lpfc_test_rrq_active(phba, ndlp, rrq->xritag)) in lpfc_send_rrq()
|