Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_nportdisc.c383 if (!(ndlp->nlp_type & NLP_FABRIC)) { in lpfc_rcv_plogi()
597 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_padisc()
682 } else if ((!(ndlp->nlp_type & NLP_FABRIC) && in lpfc_rcv_logo()
683 ((ndlp->nlp_type & NLP_FCP_TARGET) || in lpfc_rcv_logo()
684 !(ndlp->nlp_type & NLP_FCP_INITIATOR))) || in lpfc_rcv_logo()
724 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_prli()
729 ndlp->nlp_type |= NLP_FCP_INITIATOR; in lpfc_rcv_prli()
731 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()
741 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_rcv_prli()
743 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()
[all …]
Dlpfc_disc.h85 uint16_t nlp_type; member
Dlpfc_hbadisc.c149 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_dev_loss_tmo_callbk()
241 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id); in lpfc_dev_loss_tmo_handler()
282 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_dev_loss_tmo_handler()
842 (!remove && ndlp->nlp_type & NLP_FABRIC)) in lpfc_cleanup_rpis()
973 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_linkup_cleanup_nodes()
3782 ndlp->nlp_type |= NLP_FABRIC; in lpfc_mbx_cmpl_fabric_reg_login()
3861 ndlp->nlp_type |= NLP_FABRIC; in lpfc_mbx_cmpl_ns_reg_login()
3927 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); in lpfc_register_remote_port()
3946 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()
3948 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_register_remote_port()
[all …]
Dlpfc_els.c780 ndlp->nlp_type |= NLP_FABRIC; in lpfc_cmpl_els_flogi_fabric()
1374 ndlp->nlp_type |= NLP_FABRIC; in lpfc_initial_flogi()
1525 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_plogi_confirm_nport()
1632 new_ndlp->nlp_type = ndlp->nlp_type; in lpfc_plogi_confirm_nport()
2568 if ((ndlp->nlp_type & NLP_FCP_TARGET) && (skip_recovery == 0)) { in lpfc_cmpl_els_logo()
3675 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_cmpl_els_logo_acc()
4260 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
5078 ndlp->nlp_type |= NLP_FABRIC; in lpfc_els_handle_rscn()
6684 ndlp->nlp_type |= NLP_FABRIC; in lpfc_els_unsol_buffer()
6693 ndlp->nlp_type |= NLP_FABRIC; in lpfc_els_unsol_buffer()
[all …]
Dlpfc_debugfs.c596 if (!ndlp->nlp_type) in lpfc_debugfs_nodelist_data()
598 if (ndlp->nlp_type & NLP_FC_NODE) in lpfc_debugfs_nodelist_data()
600 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_debugfs_nodelist_data()
602 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
605 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_debugfs_nodelist_data()
Dlpfc_ct.c527 && (ndlp->nlp_type & in lpfc_ns_rsp()
1109 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_find_map_node()
Dlpfc_init.c2569 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_cleanup()
2940 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_offline_prep()
4257 ndlp->nlp_type |= NLP_FABRIC; in lpfc_sli4_perform_vport_cvl()