/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_crtn.h | 23 typedef int (*node_filter)(struct lpfc_nodelist *, void *); 55 struct lpfc_nodelist *); 91 void lpfc_enqueue_node(struct lpfc_vport *, struct lpfc_nodelist *); 92 void lpfc_dequeue_node(struct lpfc_vport *, struct lpfc_nodelist *); 93 struct lpfc_nodelist *lpfc_enable_node(struct lpfc_vport *, 94 struct lpfc_nodelist *, int); 95 void lpfc_nlp_set_state(struct lpfc_vport *, struct lpfc_nodelist *, int); 96 void lpfc_drop_node(struct lpfc_vport *, struct lpfc_nodelist *); 99 int lpfc_unreg_rpi(struct lpfc_vport *, struct lpfc_nodelist *); 106 struct lpfc_iocbq *, struct lpfc_nodelist *); [all …]
|
D | lpfc_nportdisc.c | 54 lpfc_check_adisc(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_check_adisc() 75 lpfc_check_sparm(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_check_sparm() 210 lpfc_els_abort(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) in lpfc_els_abort() 283 lpfc_rcv_plogi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_rcv_plogi() 535 struct lpfc_nodelist *ndlp; in lpfc_mbx_cmpl_resume_rpi() 539 ndlp = (struct lpfc_nodelist *) mboxq->context2; in lpfc_mbx_cmpl_resume_rpi() 554 lpfc_rcv_padisc(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_rcv_padisc() 643 lpfc_rcv_logo(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_rcv_logo() 737 struct lpfc_nodelist *ndlp, in lpfc_rcv_prli_support_check() 771 lpfc_rcv_prli(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_rcv_prli() [all …]
|
D | lpfc_hbadisc.c | 80 struct lpfc_nodelist * ndlp; in lpfc_terminate_rport_io() 114 struct lpfc_nodelist * ndlp; in lpfc_dev_loss_tmo_callbk() 204 lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp) in lpfc_dev_loss_tmo_handler() 518 struct lpfc_nodelist *ndlp; in lpfc_work_list_done() 531 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1); in lpfc_work_list_done() 540 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1); in lpfc_work_list_done() 808 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_cleanup_rpis() 958 struct lpfc_nodelist *ndlp; in lpfc_linkup_cleanup_nodes() 2783 struct lpfc_nodelist *ndlp; in lpfc_init_vpi_cmpl() 3480 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; in lpfc_mbx_cmpl_reg_login() [all …]
|
D | lpfc_els.c | 53 struct lpfc_nodelist *ndlp, uint8_t retry); 153 struct lpfc_nodelist *ndlp, uint32_t did, in lpfc_prep_els_iocb() 370 struct lpfc_nodelist *ndlp; in lpfc_issue_fabric_reglogin() 460 struct lpfc_nodelist *ndlp; in lpfc_issue_reg_vfi() 653 lpfc_cmpl_els_flogi_fabric(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_cmpl_els_flogi_fabric() 658 struct lpfc_nodelist *np; in lpfc_cmpl_els_flogi_fabric() 659 struct lpfc_nodelist *next_np; in lpfc_cmpl_els_flogi_fabric() 848 lpfc_cmpl_els_flogi_nport(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_cmpl_els_flogi_nport() 982 struct lpfc_nodelist *ndlp = cmdiocb->context1; in lpfc_cmpl_els_flogi() 1225 lpfc_issue_els_flogi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, in lpfc_issue_els_flogi() [all …]
|
D | lpfc_nvme.h | 75 struct lpfc_nodelist *ndlp; 83 struct lpfc_nodelist *ndlp;
|
D | lpfc_scsi.h | 43 struct lpfc_nodelist *pnode; /* Pointer to the node structure. */ 137 struct lpfc_nodelist *ndlp;
|
D | lpfc_vport.c | 297 struct lpfc_nodelist *ndlp; in lpfc_vport_create() 506 struct lpfc_nodelist *ndlp = NULL, *next_ndlp = NULL; in disable_vport() 558 struct lpfc_nodelist *ndlp = NULL; in enable_vport() 615 struct lpfc_nodelist *ndlp = NULL; in lpfc_vport_delete() 885 struct lpfc_nodelist *ndlp = NULL, *next_ndlp = NULL; in lpfc_vport_reset_stat_data() 907 struct lpfc_nodelist *ndlp = NULL, *next_ndlp = NULL; in lpfc_alloc_bucket() 940 struct lpfc_nodelist *ndlp = NULL, *next_ndlp = NULL; in lpfc_free_bucket()
|
D | lpfc_disc.h | 79 struct lpfc_nodelist { struct 149 struct lpfc_nodelist *ndlp; argument
|
D | lpfc_nvme.c | 60 lpfc_get_nvme_buf(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, 319 struct lpfc_nodelist *ndlp; in lpfc_nvme_remoteport_delete() 365 struct lpfc_nodelist *ndlp; in lpfc_nvme_cmpl_gen_req() 382 ndlp = (struct lpfc_nodelist *)cmdwqe->context1; in lpfc_nvme_cmpl_gen_req() 422 struct lpfc_nodelist *ndlp, uint32_t num_entry, in lpfc_nvme_gen_req() 566 struct lpfc_nodelist *ndlp; in lpfc_nvme_ls_req() 701 struct lpfc_nodelist *ndlp; in lpfc_nvme_ls_abort() 965 struct lpfc_nodelist *ndlp; in lpfc_nvme_io_cmd_wqe_cmpl() 1199 struct lpfc_nodelist *pnode, in lpfc_nvme_prep_io_cmd() 1442 struct lpfc_nodelist *ndlp; in lpfc_nvme_fcp_io_submit() [all …]
|
D | lpfc_sli4.h | 740 struct lpfc_nodelist *ndlp; /* ndlp associated with IO */ 766 struct lpfc_nodelist *ndlp; 783 struct lpfc_nodelist *ndlp; 852 int lpfc_sli4_resume_rpi(struct lpfc_nodelist *,
|
D | lpfc_ct.c | 320 struct lpfc_nodelist *ndlp, uint32_t usr_flg, uint32_t num_entry, in lpfc_gen_req() 410 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, in lpfc_ct_cmd() 462 struct lpfc_nodelist *ndlp; in lpfc_prep_node_fc4type() 546 struct lpfc_nodelist *ndlp = NULL; in lpfc_ns_rsp_audit_did() 588 struct lpfc_nodelist *ndlp = NULL; in lpfc_ns_rsp() 655 struct lpfc_nodelist *ndlp; in lpfc_cmpl_ct_cmd_gid_ft() 851 struct lpfc_nodelist *ndlp; in lpfc_cmpl_ct_cmd_gff_id() 972 struct lpfc_nodelist *ndlp; in lpfc_cmpl_ct_cmd_gft_id() 1027 struct lpfc_nodelist *ndlp; in lpfc_cmpl_ct() 1264 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_find_map_node() [all …]
|
D | lpfc_scsi.c | 206 struct lpfc_nodelist *pnode = rdata->pnode; in lpfc_update_stats() 560 struct lpfc_nodelist *ndlp; in lpfc_sli4_fcp_xri_aborted() 979 lpfc_get_scsi_buf_s3(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) in lpfc_get_scsi_buf_s3() 1017 lpfc_get_scsi_buf_s4(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) in lpfc_get_scsi_buf_s4() 1071 lpfc_get_scsi_buf(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) in lpfc_get_scsi_buf() 1323 struct lpfc_nodelist *ndlp; in lpfc_bg_err_inject() 3604 struct lpfc_nodelist *pnode = lpfc_cmd->rdata->pnode; in lpfc_send_scsi_error_event() 3955 struct lpfc_nodelist *pnode = rdata->pnode; in lpfc_scsi_cmd_iocb_cmpl() 4209 struct lpfc_nodelist *pnode) in lpfc_scsi_prep_cmnd() 4324 struct lpfc_nodelist *ndlp = rdata->pnode; in lpfc_scsi_prep_task_mgmt_cmd() [all …]
|
D | lpfc_sli.h | 108 struct lpfc_nodelist *ndlp;
|
D | lpfc.h | 591 (struct lpfc_hba *, struct lpfc_nodelist *); 602 struct lpfc_nodelist *); 742 struct lpfc_nodelist fc_fcpnodev; /* nodelist entry for no device */
|
D | lpfc_attr.c | 156 struct lpfc_nodelist *ndlp; in lpfc_nvme_info_show() 3386 struct lpfc_nodelist *ndlp; in lpfc_update_rport_devloss_tmo() 3616 struct lpfc_nodelist *ndlp; in lpfc_tgt_queue_depth_set() 4161 struct lpfc_nodelist *ndlp = NULL; in sysfs_drvr_stat_data_read() 5023 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_max_scsicmpl_time_set() 6198 static struct lpfc_nodelist * 6203 struct lpfc_nodelist *ndlp; in lpfc_get_node_by_target() 6226 struct lpfc_nodelist *ndlp = lpfc_get_node_by_target(starget); in lpfc_get_starget_port_id() 6240 struct lpfc_nodelist *ndlp = lpfc_get_node_by_target(starget); in lpfc_get_starget_node_name() 6255 struct lpfc_nodelist *ndlp = lpfc_get_node_by_target(starget); in lpfc_get_starget_port_name()
|
D | lpfc_sli.c | 868 struct lpfc_nodelist *ndlp = NULL; in lpfc_clr_rrq_active() 985 lpfc_cleanup_vports_rrqs(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) in lpfc_cleanup_vports_rrqs() 1023 lpfc_test_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, in lpfc_test_rrq_active() 1053 lpfc_set_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, in lpfc_set_rrq_active() 1141 struct lpfc_nodelist *ndlp; in __lpfc_sli_get_els_sglq() 2458 struct lpfc_nodelist *ndlp; in lpfc_sli_def_mbox_cmpl() 2498 ndlp = (struct lpfc_nodelist *)pmb->context2; in lpfc_sli_def_mbox_cmpl() 2532 struct lpfc_nodelist *ndlp; in lpfc_sli4_unreg_rpi_cmpl_clr() 8929 struct lpfc_nodelist *ndlp; in lpfc_sli4_iocb2wqe() 8987 ndlp = (struct lpfc_nodelist *)iocbq->context1; in lpfc_sli4_iocb2wqe() [all …]
|
D | lpfc_nvmet.c | 1496 struct lpfc_nodelist *ndlp; in lpfc_sli4_nvmet_xri_aborted() 2172 struct lpfc_nodelist *ndlp; in lpfc_nvmet_prep_ls_wqe() 2296 struct lpfc_nodelist *ndlp; in lpfc_nvmet_prep_fcp_wqe() 2851 struct lpfc_nodelist *ndlp; in lpfc_nvmet_unsol_issue_abort() 2946 struct lpfc_nodelist *ndlp; in lpfc_nvmet_sol_fcp_issue_abort()
|
D | lpfc_mem.c | 146 sizeof(struct lpfc_nodelist)); in lpfc_mem_alloc()
|
D | lpfc_bsg.c | 77 struct lpfc_nodelist *ndlp; 307 struct lpfc_nodelist *ndlp; in lpfc_bsg_send_mgmt_cmd_cmp() 392 struct lpfc_nodelist *ndlp = rdata->pnode; in lpfc_bsg_send_mgmt_cmd() 583 struct lpfc_nodelist *ndlp; in lpfc_bsg_rport_els_cmp() 666 struct lpfc_nodelist *ndlp = rdata->pnode; in lpfc_bsg_rport_els() 1406 struct lpfc_nodelist *ndlp; in lpfc_issue_ct_rsp_cmp() 1489 struct lpfc_nodelist *ndlp = NULL; in lpfc_issue_ct_rsp()
|
D | lpfc_init.c | 2790 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_cleanup() 3025 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_sli4_node_prep() 3183 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_offline_prep() 4916 static struct lpfc_nodelist * 4919 struct lpfc_nodelist *ndlp; in lpfc_sli4_perform_vport_cvl() 4997 struct lpfc_nodelist *ndlp; in lpfc_sli4_async_fip_evt()
|
D | lpfc_mbox.c | 2611 lpfc_resume_rpi(struct lpfcMboxq *mbox, struct lpfc_nodelist *ndlp) in lpfc_resume_rpi()
|
D | lpfc_debugfs.c | 550 struct lpfc_nodelist *ndlp; in lpfc_debugfs_nodelist_data()
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 559 * Bug fix to store WWPN / WWNN in NameServer / FDMI lpfc_nodelist 736 to nothing more than the lpfc_nodelist pointer. 1186 * Changed LPFC_NODELIST_t to struct lpfc_nodelist. 1546 * Put IPFC ifdef around two members of struct lpfc_nodelist.
|