Searched refs:FC_NLP_MORE (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 256 test_bit(FC_NLP_MORE, &vport->fc_flag) || in lpfc_discovery_wait()
|
H A D | lpfc.h | 587 FC_NLP_MORE, /* More node to process in node tbl */ enumerator
|
H A D | lpfc_els.c | 1628 if (test_bit(FC_NLP_MORE, &vport->fc_flag)) in lpfc_more_plogi() 2750 if (test_bit(FC_NLP_MORE, &vport->fc_flag)) { in lpfc_more_adisc() 6498 set_bit(FC_NLP_MORE, &vport->fc_flag); in lpfc_els_disc_adisc() 6504 clear_bit(FC_NLP_MORE, &vport->fc_flag); in lpfc_els_disc_adisc() 6546 set_bit(FC_NLP_MORE, &vport->fc_flag); in lpfc_els_disc_plogi() 6559 clear_bit(FC_NLP_MORE, &vport->fc_flag); in lpfc_els_disc_plogi()
|
H A D | lpfc_hbadisc.c | 1384 clear_bit(FC_NLP_MORE, &vport->fc_flag); in lpfc_linkup_port() 1391 clear_bit(FC_NLP_MORE, &vport->fc_flag); in lpfc_linkup_port()
|