Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc.h586 #define HBA_RRQ_ACTIVE 0x4000 /* process the rrq active list */ macro
Dlpfc_sli.c548 phba->hba_flag &= ~HBA_RRQ_ACTIVE; in __lpfc_set_rrq_active()
579 if (!(phba->hba_flag & HBA_RRQ_ACTIVE)) { in __lpfc_set_rrq_active()
580 phba->hba_flag |= HBA_RRQ_ACTIVE; in __lpfc_set_rrq_active()
656 phba->hba_flag &= ~HBA_RRQ_ACTIVE; in lpfc_handle_rrq_active()
771 phba->hba_flag &= ~HBA_RRQ_ACTIVE; in lpfc_cleanup_wt_rrqs()
Dlpfc_init.c955 phba->hba_flag |= HBA_RRQ_ACTIVE; in lpfc_rrq_timeout()
2364 phba->hba_flag &= ~HBA_RRQ_ACTIVE; in lpfc_stop_hba_timers()
Dlpfc_hbadisc.c610 if (phba->hba_flag & HBA_RRQ_ACTIVE) in lpfc_work_done()