Searched refs:nlp_flag (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 52 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() 678 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_rcv_logo() 696 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_rcv_logo() [all …]
|
D | lpfc_els.c | 735 !(np->nlp_flag & NLP_NPR_ADISC)) in lpfc_cmpl_els_flogi_fabric() 738 np->nlp_flag &= ~NLP_NPR_ADISC; in lpfc_cmpl_els_flogi_fabric() 903 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_cmpl_els_flogi_nport() 1607 keep_nlp_flag = new_ndlp->nlp_flag; in lpfc_plogi_confirm_nport() 1608 new_ndlp->nlp_flag = ndlp->nlp_flag; in lpfc_plogi_confirm_nport() 1609 ndlp->nlp_flag = keep_nlp_flag; in lpfc_plogi_confirm_nport() 1857 disc = (ndlp->nlp_flag & NLP_NPR_2B_DISC); in lpfc_cmpl_els_plogi() 1858 ndlp->nlp_flag &= ~NLP_NPR_2B_DISC; in lpfc_cmpl_els_plogi() 1871 ndlp->nlp_flag |= NLP_NPR_2B_DISC; in lpfc_cmpl_els_plogi() 1882 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() 125 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 129 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 167 ndlp->nlp_flag |= NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_callbk() 214 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler() 232 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag); in lpfc_dev_loss_tmo_handler() 296 ndlp->nlp_DID, ndlp->nlp_flag, in lpfc_dev_loss_tmo_handler() 305 ndlp->nlp_DID, ndlp->nlp_flag, in lpfc_dev_loss_tmo_handler() 310 !(ndlp->nlp_flag & NLP_DELAY_TMO) && in lpfc_dev_loss_tmo_handler() 311 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) && in lpfc_dev_loss_tmo_handler() [all …]
|
D | lpfc_disc.h | 81 uint32_t nlp_flag; /* entry flags */ member
|
D | lpfc_ct.c | 480 Did, ndlp->nlp_flag, in lpfc_ns_rsp() 489 Did, ndlp->nlp_flag, in lpfc_ns_rsp() 818 did, ndlp->nlp_flag, vport->fc_flag, in lpfc_cmpl_ct_cmd_gff_id()
|
D | lpfc_scsi.c | 4234 (pnode->nlp_flag & NLP_FIRSTBURST)) { in lpfc_scsi_prep_cmnd() 4995 pnode->nlp_rpi, pnode->nlp_flag, iocbq->sli4_xritag, in lpfc_send_taskmgmt() 5241 pnode->nlp_flag &= ~NLP_NPR_ADISC; in lpfc_target_reset_handler()
|
D | lpfc_debugfs.c | 589 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) in lpfc_debugfs_nodelist_data() 595 ndlp->nlp_flag); in lpfc_debugfs_nodelist_data()
|
D | lpfc_init.c | 2794 ndlp->nlp_flag, in lpfc_sli4_node_prep() 2955 ndlp->nlp_flag &= ~NLP_NPR_ADISC; in lpfc_offline_prep() 4515 ndlp->nlp_flag |= NLP_DELAY_TMO; in lpfc_sli4_async_fip_evt()
|
D | lpfc_sli.c | 2252 ndlp->nlp_flag &= ~NLP_LOGO_ACC; in lpfc_sli4_unreg_rpi_cmpl_clr() 16911 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox() 16934 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox() 16945 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
|
D | lpfc_bsg.c | 417 if (ndlp->nlp_flag & NLP_ELS_SND_MASK) { in lpfc_bsg_send_mgmt_cmd()
|