Home
last modified time | relevance | path

Searched refs:nlp_type (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/lpfc/
Dlpfc_nportdisc.c509 if ((!(ndlp->nlp_type & NLP_FABRIC) && in lpfc_rcv_logo()
510 ((ndlp->nlp_type & NLP_FCP_TARGET) || in lpfc_rcv_logo()
511 !(ndlp->nlp_type & NLP_FCP_INITIATOR))) || in lpfc_rcv_logo()
549 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_prli()
553 ndlp->nlp_type |= NLP_FCP_INITIATOR; in lpfc_rcv_prli()
555 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()
562 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_rcv_prli()
564 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()
1106 if (ndlp->nlp_type & NLP_FCP_TARGET) { in lpfc_cmpl_adisc_adisc_issue()
1298 if (!(ndlp->nlp_type & NLP_FABRIC)) { in lpfc_cmpl_reglogin_reglogin_issue()
[all …]
Dlpfc_hbadisc.c187 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id); in lpfc_dev_loss_tmo_handler()
222 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_dev_loss_tmo_handler()
662 if (!remove && ndlp->nlp_type & NLP_FABRIC) in lpfc_cleanup_rpis()
774 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_linkup_cleanup_nodes()
1468 ndlp->nlp_type |= NLP_FABRIC; in lpfc_mbx_cmpl_fabric_reg_login()
1558 ndlp->nlp_type |= NLP_FABRIC; in lpfc_mbx_cmpl_ns_reg_login()
1619 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); in lpfc_register_remote_port()
1634 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()
1636 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_register_remote_port()
1657 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); in lpfc_unregister_remote_port()
[all …]
Dlpfc_debugfs.c579 if (!ndlp->nlp_type) in lpfc_debugfs_nodelist_data()
581 if (ndlp->nlp_type & NLP_FC_NODE) in lpfc_debugfs_nodelist_data()
583 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_debugfs_nodelist_data()
585 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
588 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_debugfs_nodelist_data()
Dlpfc_disc.h77 uint16_t nlp_type; member
Dlpfc_els.c1079 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_plogi_confirm_nport()
1142 new_ndlp->nlp_type = ndlp->nlp_type; in lpfc_plogi_confirm_nport()
1274 type = ndlp->nlp_type; in lpfc_cmpl_els_plogi()
3501 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
4212 ndlp->nlp_type |= NLP_FABRIC; in lpfc_els_handle_rscn()
5347 ndlp->nlp_type |= NLP_FABRIC; in lpfc_els_unsol_buffer()
5356 ndlp->nlp_type |= NLP_FABRIC; in lpfc_els_unsol_buffer()
5757 ndlp->nlp_type |= NLP_FABRIC; in lpfc_do_scr_ns_plogi()
5773 ndlp_fdmi->nlp_type |= NLP_FABRIC; in lpfc_do_scr_ns_plogi()
Dlpfc_init.c1688 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_cleanup()
1901 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_offline_prep()
Dlpfc_ct.c494 && (ndlp->nlp_type & in lpfc_ns_rsp()