Searched refs:FC_NLP_MORE (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.h309 #define FC_NLP_MORE 0x40 /* More node to process in node tbl */ macro
H A Dlpfc_vport.c244 wait_flags = FC_RSCN_MODE | FC_RSCN_DISCOVERY | FC_NLP_MORE |
H A Dlpfc_els.c1262 if (vport->fc_flag & FC_NLP_MORE)
1931 if (vport->fc_flag & FC_NLP_MORE) {
3936 * be marked with FC_NLP_MORE bit and the process of issuing remaining ADISC
3939 * @vport fc_flag shall be cleared with FC_NLP_MORE bit indicating there is
3970 vport->fc_flag |= FC_NLP_MORE;
3978 vport->fc_flag &= ~FC_NLP_MORE;
3993 * (cfg_discovery_threads), the @vport fc_flag will be marked with FC_NLP_MORE
3997 * shall be cleared with the FC_NLP_MORE bit indicating there is no more ADISC
4026 vport->fc_flag |= FC_NLP_MORE;
4037 vport->fc_flag &= ~FC_NLP_MORE;
[all...]
H A Dlpfc_hbadisc.c864 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);

Completed in 170 milliseconds