Searched refs:xritag (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 168 uint16_t xritag; member
|
D | lpfc_sli.c | 946 __lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_clear_active_sglq() argument 950 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_clear_active_sglq() 951 phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL; in __lpfc_clear_active_sglq() 968 __lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag) in __lpfc_get_active_sglq() argument 972 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; in __lpfc_get_active_sglq() 985 uint16_t xritag, in lpfc_clr_rrq_active() argument 997 if (test_and_clear_bit(xritag, ndlp->active_rrqs_xri_bitmap)) { in lpfc_clr_rrq_active() 999 rrq->xritag = 0; in lpfc_clr_rrq_active() 1047 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_handle_rrq_active() 1052 lpfc_clr_rrq_active(phba, rrq->xritag, in lpfc_handle_rrq_active() [all …]
|
D | lpfc_nvmet.c | 3343 lpfc_nvmet_prep_abort_wqe(struct lpfc_iocbq *pwqeq, u16 xritag, u8 opt) in lpfc_nvmet_prep_abort_wqe() argument 3360 wqe->abort_cmd.wqe_com.abort_tag = xritag; in lpfc_nvmet_prep_abort_wqe()
|
D | lpfc_els.c | 1918 irsp->ulpTimeout, rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq() 1934 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_cmpl_els_rrq() 8393 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq() 8402 did, rrq->xritag, rrq->rxid); in lpfc_issue_els_rrq() 8440 if (lpfc_test_rrq_active(phba, ndlp, rrq->xritag)) in lpfc_send_rrq()
|