Searched refs:nlp_sid (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 94 uint16_t nlp_sid; /* scsi id */ member
|
D | lpfc_hbadisc.c | 91 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); in lpfc_terminate_rport_io() 93 if (ndlp->nlp_sid != NLP_NO_SID) { in lpfc_terminate_rport_io() 96 ndlp->nlp_sid, 0, LPFC_CTX_TGT); in lpfc_terminate_rport_io() 124 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 228 if (ndlp->nlp_sid != NLP_NO_SID) { in lpfc_dev_loss_tmo_handler() 232 ndlp->nlp_sid, 0, LPFC_CTX_TGT); in lpfc_dev_loss_tmo_handler() 269 if (ndlp->nlp_sid != NLP_NO_SID) { in lpfc_dev_loss_tmo_handler() 273 ndlp->nlp_sid, 0, LPFC_CTX_TGT); in lpfc_dev_loss_tmo_handler() 3924 ndlp->nlp_sid = rport->scsi_target_id; in lpfc_register_remote_port() 4169 ndlp->nlp_sid = NLP_NO_SID; in lpfc_initialize_node()
|
D | lpfc_nportdisc.c | 2022 ndlp->nlp_sid, 0, LPFC_CTX_TGT); in lpfc_rcv_prlo_mapped_node()
|
D | lpfc_debugfs.c | 604 ndlp->nlp_sid); in lpfc_debugfs_nodelist_data()
|
D | lpfc_attr.c | 4994 starget->id == ndlp->nlp_sid) { in lpfc_get_node_by_target()
|
D | lpfc_scsi.c | 5321 ndlp->nlp_sid == i && in lpfc_bus_reset_handler()
|
D | lpfc_sli.c | 9716 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) && in lpfc_sli_validate_fcp_iocb() 9722 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id)) in lpfc_sli_validate_fcp_iocb()
|