Home
last modified time | relevance | path

Searched refs:HBA_SETUP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h1025 #define HBA_SETUP 0x1000000 /* Signifies HBA setup is completed */ macro
H A Dlpfc_sli.c3938 if (!(phba->hba_flag & HBA_SETUP)) in lpfc_poll_eratt()
4839 phba->hba_flag &= ~HBA_SETUP; in lpfc_sli_brdready_s4()
5160 phba->hba_flag &= ~HBA_SETUP; in lpfc_sli4_brdreset()
8485 phba->hba_flag &= ~HBA_SETUP; in lpfc_sli4_hba_setup()
9079 phba->hba_flag |= HBA_SETUP; in lpfc_sli4_hba_setup()
H A Dlpfc_init.c6021 phba->hba_flag & HBA_SETUP) { in lpfc_cmf_timer()