Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc.h312 #define FC_NLP_MORE 0x40 /* More node to process in node tbl */ macro
Dlpfc_vport.c244 wait_flags = FC_RSCN_MODE | FC_RSCN_DISCOVERY | FC_NLP_MORE | in lpfc_discovery_wait()
Dlpfc_els.c1306 if (vport->fc_flag & FC_NLP_MORE) in lpfc_more_plogi()
2072 if (vport->fc_flag & FC_NLP_MORE) { in lpfc_more_adisc()
4235 vport->fc_flag |= FC_NLP_MORE; in lpfc_els_disc_adisc()
4243 vport->fc_flag &= ~FC_NLP_MORE; in lpfc_els_disc_adisc()
4291 vport->fc_flag |= FC_NLP_MORE; in lpfc_els_disc_plogi()
4302 vport->fc_flag &= ~FC_NLP_MORE; in lpfc_els_disc_plogi()
Dlpfc_hbadisc.c962 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY); in lpfc_linkup_port()