/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nportdisc.c | 240 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_state, in lpfc_els_abort() 340 clear_bit(NLP_ACC_REGLOGIN, &ndlp->nlp_flag); in lpfc_defer_plogi_acc() 406 ndlp->nlp_DID, ndlp->nlp_state, ndlp->nlp_flag, in lpfc_rcv_plogi() 429 if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) in lpfc_rcv_plogi() 449 clear_bit(NLP_FIRSTBURST, &ndlp->nlp_flag); in lpfc_rcv_plogi() 480 clear_bit(NLP_FIRSTBURST, &ndlp->nlp_flag); in lpfc_rcv_plogi() 552 clear_bit(NLP_SUPPRESS_RSP, &ndlp->nlp_flag); in lpfc_rcv_plogi() 558 set_bit(NLP_SUPPRESS_RSP, &ndlp->nlp_flag); in lpfc_rcv_plogi() 627 set_bit(NLP_RM_DFLT_RPI, &ndlp->nlp_flag); in lpfc_rcv_plogi() 628 set_bit(NLP_ACC_REGLOGIN, &ndlp->nlp_flag); in lpfc_rcv_plogi() [all...] |
H A D | lpfc_hbadisc.c | 147 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); in lpfc_terminate_rport_io() 175 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 180 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag, in lpfc_dev_loss_tmo_callbk() 197 if (!test_and_set_bit(NLP_DROPPED, &ndlp->nlp_flag)) in lpfc_dev_loss_tmo_callbk() 260 set_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 267 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 298 ndlp->rport, ndlp->nlp_flag, in lpfc_dev_loss_tmo_callbk() 302 clear_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 433 ndlp->nlp_flag, vport->port_state); in lpfc_check_nlp_post_devloss() 472 __func__, ndlp->nlp_DID, ndlp->nlp_flag, in lpfc_dev_loss_tmo_handler() [all...] |
H A D | lpfc_vport.c | 499 set_bit(NLP_ISSUE_LOGO, &ndlp->nlp_flag); in lpfc_send_npiv_logo() 519 clear_bit(NLP_ISSUE_LOGO, &ndlp->nlp_flag); in lpfc_send_npiv_logo() 714 ndlp->nlp_flag, ndlp->nlp_rpi); in lpfc_vport_delete()
|
H A D | lpfc_ct.c | 727 Did, ndlp->nlp_flag, vport->fc_flag); in lpfc_prep_node_fc4type() 739 ndlp->nlp_flag, ndlp->nlp_fc4_type, in lpfc_prep_node_fc4type() 747 if (test_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag) && in lpfc_prep_node_fc4type() 836 clear_bit(NLP_NVMET_RECOV, &ndlp->nlp_flag); in lpfc_ns_rsp_audit_did() 838 set_bit(NLP_NVMET_RECOV, &ndlp->nlp_flag); in lpfc_ns_rsp_audit_did() 895 if (!test_bit(NLP_NVMET_RECOV, &ndlp->nlp_flag)) in lpfc_ns_rsp() 899 clear_bit(NLP_NVMET_RECOV, &ndlp->nlp_flag); in lpfc_ns_rsp() 1440 did, ndlp->nlp_flag, vport->fc_flag, in lpfc_cmpl_ct_cmd_gff_id()
|
H A D | lpfc_bsg.c | 411 if (test_bit(NLP_PLOGI_SND, &ndlp->nlp_flag) || in lpfc_bsg_send_mgmt_cmd() 412 test_bit(NLP_PRLI_SND, &ndlp->nlp_flag) || in lpfc_bsg_send_mgmt_cmd() 413 test_bit(NLP_ADISC_SND, &ndlp->nlp_flag) || in lpfc_bsg_send_mgmt_cmd() 414 test_bit(NLP_LOGO_SND, &ndlp->nlp_flag) || in lpfc_bsg_send_mgmt_cmd() 415 test_bit(NLP_RNID_SND, &ndlp->nlp_flag)) in lpfc_bsg_send_mgmt_cmd()
|
H A D | lpfc_nvme.c | 1235 test_bit(NLP_FIRSTBURST, &pnode->nlp_flag)) { in lpfc_nvme_prep_io_cmd() 2659 &ndlp->nlp_flag)) { in lpfc_nvme_unregister_port()
|
H A D | lpfc_sli.c | 2916 ndlp->nlp_flag, ndlp->nlp_defer_did, in lpfc_sli_def_mbox_cmpl() 2919 if (test_bit(NLP_UNREG_INP, &ndlp->nlp_flag) && in lpfc_sli_def_mbox_cmpl() 2921 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_sli_def_mbox_cmpl() 2925 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_sli_def_mbox_cmpl() 2990 ndlp->nlp_flag, in lpfc_sli4_unreg_rpi_cmpl_clr() 2993 /* Cleanup the nlp_flag now that the UNREG RPI in lpfc_sli4_unreg_rpi_cmpl_clr() 2997 &ndlp->nlp_flag); in lpfc_sli4_unreg_rpi_cmpl_clr() 2998 clear_bit(NLP_LOGO_ACC, &ndlp->nlp_flag); in lpfc_sli4_unreg_rpi_cmpl_clr() 14346 set_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_sli4_sp_handle_mbox_event() 19095 !test_bit(NLP_DROPPED, &ndlp->nlp_flag) in lpfc_sli4_seq_abort_rsp() [all...] |
H A D | lpfc_init.c | 3121 ndlp->nlp_flag); in lpfc_cleanup() 3440 ndlp->nlp_flag); in lpfc_sli4_node_rpi_restore() 3449 ndlp->nlp_flag); in lpfc_sli4_node_rpi_restore() 3851 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_offline_prep() 3854 &ndlp->nlp_flag); in lpfc_offline_prep() 3856 &ndlp->nlp_flag); in lpfc_offline_prep() 6934 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_sli4_async_fip_evt()
|
H A D | lpfc_nvmet.c | 2857 if (test_bit(NLP_SUPPRESS_RSP, &ndlp->nlp_flag)) in lpfc_nvmet_prep_fcp_wqe()
|
H A D | lpfc_debugfs.c | 874 ndlp->nlp_flag); in lpfc_debugfs_nodelist_data()
|