Home
last modified time | relevance | path

Searched refs:nlp_flag (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_nportdisc.c52 if (!(ndlp->nlp_flag & NLP_RPI_REGISTERED)) in lpfc_check_adisc()
215 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_state, in lpfc_els_abort()
352 ndlp->nlp_DID, ndlp->nlp_state, ndlp->nlp_flag, in lpfc_rcv_plogi()
376 if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) in lpfc_rcv_plogi()
456 ndlp->nlp_flag |= (NLP_ACC_REGLOGIN | NLP_RCV_PLOGI); in lpfc_rcv_plogi()
482 ndlp->nlp_flag |= NLP_RM_DFLT_RPI; in lpfc_rcv_plogi()
615 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_rcv_padisc()
637 ndlp->nlp_flag |= NLP_LOGO_ACC; in lpfc_rcv_logo()
672 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_rcv_logo()
690 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_rcv_logo()
[all …]
Dlpfc_els.c737 !(np->nlp_flag & NLP_NPR_ADISC)) in lpfc_cmpl_els_flogi_fabric()
740 np->nlp_flag &= ~NLP_NPR_ADISC; in lpfc_cmpl_els_flogi_fabric()
905 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_cmpl_els_flogi_nport()
1606 if (ndlp->nlp_flag & NLP_NPR_2B_DISC) in lpfc_plogi_confirm_nport()
1607 new_ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_plogi_confirm_nport()
1608 ndlp->nlp_flag &= ~NLP_NPR_2B_DISC; in lpfc_plogi_confirm_nport()
1858 disc = (ndlp->nlp_flag & NLP_NPR_2B_DISC); in lpfc_cmpl_els_plogi()
1859 ndlp->nlp_flag &= ~NLP_NPR_2B_DISC; in lpfc_cmpl_els_plogi()
1872 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_cmpl_els_plogi()
1883 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_cmpl_els_plogi()
[all …]
Dlpfc_hbadisc.c91 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); in lpfc_terminate_rport_io()
124 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk()
128 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk()
245 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag); in lpfc_dev_loss_tmo_handler()
311 ndlp->nlp_DID, ndlp->nlp_flag, in lpfc_dev_loss_tmo_handler()
320 ndlp->nlp_DID, ndlp->nlp_flag, in lpfc_dev_loss_tmo_handler()
335 !(ndlp->nlp_flag & NLP_DELAY_TMO) && in lpfc_dev_loss_tmo_handler()
336 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) && in lpfc_dev_loss_tmo_handler()
980 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { in lpfc_linkup_cleanup_nodes()
3444 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag, in lpfc_mbx_cmpl_reg_login()
[all …]
Dlpfc_disc.h81 uint32_t nlp_flag; /* entry flags */ member
Dlpfc_ct.c479 Did, ndlp->nlp_flag, in lpfc_ns_rsp()
488 Did, ndlp->nlp_flag, in lpfc_ns_rsp()
819 did, ndlp->nlp_flag, vport->fc_flag, in lpfc_cmpl_ct_cmd_gff_id()
Dlpfc_scsi.c4203 (pnode->nlp_flag & NLP_FIRSTBURST)) { in lpfc_scsi_prep_cmnd()
4964 pnode->nlp_rpi, pnode->nlp_flag, iocbq->sli4_xritag, in lpfc_send_taskmgmt()
5208 pnode->nlp_flag &= ~NLP_NPR_ADISC; in lpfc_target_reset_handler()
Dlpfc_debugfs.c589 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) in lpfc_debugfs_nodelist_data()
595 ndlp->nlp_flag); in lpfc_debugfs_nodelist_data()
Dlpfc_init.c2787 ndlp->nlp_flag, in lpfc_sli4_node_prep()
2947 ndlp->nlp_flag &= ~NLP_NPR_ADISC; in lpfc_offline_prep()
4495 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_sli4_async_fip_evt()
Dlpfc_sli.c16937 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
16960 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
16971 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
Dlpfc_bsg.c417 if (ndlp->nlp_flag & NLP_ELS_SND_MASK) { in lpfc_bsg_send_mgmt_cmd()