Searched refs:xritag (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 149 uint16_t xritag; member
|
D | lpfc_sli.c | 819 __lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_clear_active_sglq() argument 823 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_clear_active_sglq() 824 phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL; in __lpfc_clear_active_sglq() 841 __lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_get_active_sglq() argument 845 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_get_active_sglq() 858 uint16_t xritag, in lpfc_clr_rrq_active() argument 876 if (test_and_clear_bit(xritag, ndlp->active_rrqs_xri_bitmap)) { in lpfc_clr_rrq_active() 878 rrq->xritag = 0; in lpfc_clr_rrq_active() 926 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_handle_rrq_active() 931 lpfc_clr_rrq_active(phba, rrq->xritag, in lpfc_handle_rrq_active() [all …]
|
D | lpfc_crtn.h | 595 void lpfc_nvme_prep_abort_wqe(struct lpfc_iocbq *pwqeq, u16 xritag, u8 opt);
|
D | lpfc_nvme.c | 205 lpfc_nvme_prep_abort_wqe(struct lpfc_iocbq *pwqeq, u16 xritag, u8 opt) in lpfc_nvme_prep_abort_wqe() argument 222 wqe->abort_cmd.wqe_com.abort_tag = xritag; in lpfc_nvme_prep_abort_wqe()
|
D | lpfc_els.c | 1961 irsp->ulpTimeout, rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq() 1978 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_cmpl_els_rrq() 7570 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq() 7579 did, rrq->xritag, rrq->rxid); in lpfc_issue_els_rrq() 7611 if (lpfc_test_rrq_active(phba, ndlp, rrq->xritag)) in lpfc_send_rrq()
|