Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_vport.c248 wait_flags = FC_RSCN_MODE | FC_RSCN_DISCOVERY | FC_NLP_MORE | in lpfc_discovery_wait()
Dlpfc.h371 #define FC_NLP_MORE 0x40 /* More node to process in node tbl */ macro
Dlpfc_els.c1557 if (vport->fc_flag & FC_NLP_MORE) in lpfc_more_plogi()
2622 if (vport->fc_flag & FC_NLP_MORE) { in lpfc_more_adisc()
5430 vport->fc_flag |= FC_NLP_MORE; in lpfc_els_disc_adisc()
5438 vport->fc_flag &= ~FC_NLP_MORE; in lpfc_els_disc_adisc()
5486 vport->fc_flag |= FC_NLP_MORE; in lpfc_els_disc_plogi()
5502 vport->fc_flag &= ~FC_NLP_MORE; in lpfc_els_disc_plogi()
Dlpfc_hbadisc.c1030 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY); in lpfc_linkup_port()