Searched refs:nlp_flag (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 52 if (!(ndlp->nlp_flag & NLP_RPI_REGISTERED)) in lpfc_check_adisc() 217 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_state, in lpfc_els_abort() 337 ndlp->nlp_DID, ndlp->nlp_state, ndlp->nlp_flag, in lpfc_rcv_plogi() 360 if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) in lpfc_rcv_plogi() 413 ndlp->nlp_flag |= (NLP_ACC_REGLOGIN | NLP_RCV_PLOGI); in lpfc_rcv_plogi() 439 ndlp->nlp_flag |= NLP_RM_DFLT_RPI; in lpfc_rcv_plogi() 572 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_rcv_padisc() 594 ndlp->nlp_flag |= NLP_LOGO_ACC; in lpfc_rcv_logo() 628 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_rcv_logo() 645 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_rcv_logo() [all …]
|
D | lpfc_els.c | 697 !(np->nlp_flag & NLP_NPR_ADISC)) in lpfc_cmpl_els_flogi_fabric() 700 np->nlp_flag &= ~NLP_NPR_ADISC; in lpfc_cmpl_els_flogi_fabric() 849 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_cmpl_els_flogi_nport() 1487 if (ndlp->nlp_flag & NLP_NPR_2B_DISC) in lpfc_plogi_confirm_nport() 1488 new_ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_plogi_confirm_nport() 1489 ndlp->nlp_flag &= ~NLP_NPR_2B_DISC; in lpfc_plogi_confirm_nport() 1719 disc = (ndlp->nlp_flag & NLP_NPR_2B_DISC); in lpfc_cmpl_els_plogi() 1720 ndlp->nlp_flag &= ~NLP_NPR_2B_DISC; in lpfc_cmpl_els_plogi() 1733 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_cmpl_els_plogi() 1748 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_cmpl_els_plogi() [all …]
|
D | lpfc_hbadisc.c | 91 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() 265 ndlp->nlp_DID, ndlp->nlp_flag, in lpfc_dev_loss_tmo_handler() 274 ndlp->nlp_DID, ndlp->nlp_flag, in lpfc_dev_loss_tmo_handler() 288 !(ndlp->nlp_flag & NLP_DELAY_TMO) && in lpfc_dev_loss_tmo_handler() 289 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) && in lpfc_dev_loss_tmo_handler() 931 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { in lpfc_linkup_cleanup_nodes() 3336 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) in lpfc_mbx_cmpl_reg_login() 3337 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_mbx_cmpl_reg_login() 3339 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL || in lpfc_mbx_cmpl_reg_login() [all …]
|
D | lpfc_disc.h | 81 uint32_t nlp_flag; /* entry flags */ member
|
D | lpfc_ct.c | 491 Did, ndlp->nlp_flag, in lpfc_ns_rsp() 500 Did, ndlp->nlp_flag, in lpfc_ns_rsp() 828 did, ndlp->nlp_flag, vport->fc_flag, in lpfc_cmpl_ct_cmd_gff_id()
|
D | lpfc_sli.c | 8311 ndlp->nlp_flag); in lpfc_sli_abts_recover_port() 8323 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_sli_abts_recover_port() 15921 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox() 15944 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox() 15955 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
|
D | lpfc_init.c | 2706 ndlp->nlp_flag &= ~NLP_NPR_ADISC; in lpfc_offline_prep() 3824 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_sli4_async_fip_evt()
|
D | lpfc_scsi.c | 4524 pnode->nlp_rpi, pnode->nlp_flag, iocbq->sli4_xritag, in lpfc_send_taskmgmt()
|
D | lpfc_debugfs.c | 585 ndlp->nlp_rpi, ndlp->nlp_flag); in lpfc_debugfs_nodelist_data()
|
D | lpfc_bsg.c | 277 if (ndlp->nlp_flag & NLP_ELS_SND_MASK) { in lpfc_bsg_send_mgmt_cmd()
|