Home
last modified time | relevance | path

Searched refs:HBA_RRQ_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc.h764 #define HBA_RRQ_ACTIVE 0x4000 /* process the rrq active list */ macro
Dlpfc_init.c1176 phba->hba_flag |= HBA_RRQ_ACTIVE; in lpfc_rrq_timeout()
1178 phba->hba_flag &= ~HBA_RRQ_ACTIVE; in lpfc_rrq_timeout()
2998 phba->hba_flag &= ~HBA_RRQ_ACTIVE; in lpfc_stop_hba_timers()
Dlpfc_sli.c909 phba->hba_flag &= ~HBA_RRQ_ACTIVE; in lpfc_handle_rrq_active()
1060 phba->hba_flag &= ~HBA_RRQ_ACTIVE; in lpfc_set_rrq_active()
1102 phba->hba_flag |= HBA_RRQ_ACTIVE; in lpfc_set_rrq_active()
Dlpfc_hbadisc.c641 if (phba->hba_flag & HBA_RRQ_ACTIVE) in lpfc_work_done()