Searched refs:FCF_DISC_INPROGRESS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1042 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1249 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1257 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1269 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1280 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1522 * Do not continue FCF discovery and clear FCF_DISC_INPROGRESS
1529 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1775 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
2002 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
2644 if (phba->hba_flag & FCF_DISC_INPROGRESS) {
[all...]
H A Dlpfc.h552 #define FCF_DISC_INPROGRESS 0x200 /* FCF discovery in progress */ macro
H A Dlpfc_sli.c12295 phba->hba_flag |= FCF_DISC_INPROGRESS;
12306 /* FCF scan failed, clear FCF_DISC_INPROGRESS flag */
12308 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
H A Dlpfc_init.c3396 if (phba->hba_flag & FCF_DISC_INPROGRESS) {

Completed in 102 milliseconds