Searched refs:rports (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/sound/soc/generic/ |
D | audio-graph-card2.c | 581 struct device_node *rports = of_get_parent(rport); in __graph_parse_node() local 583 if (of_node_name_eq(rports, "ports")) in __graph_parse_node() 584 snd_soc_of_parse_node_prefix(rports, cconf, codecs->of_node, "prefix"); in __graph_parse_node() 588 of_node_put(rports); in __graph_parse_node()
|
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfad_attr.c | 921 struct bfa_rport_qualifier_s *rports = NULL; in bfad_im_num_of_discovered_ports_show() local 924 rports = kcalloc(nrports, sizeof(struct bfa_rport_qualifier_s), in bfad_im_num_of_discovered_ports_show() 926 if (rports == NULL) in bfad_im_num_of_discovered_ports_show() 930 bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show() 932 kfree(rports); in bfad_im_num_of_discovered_ports_show()
|
D | bfa_fcs_lport.c | 5769 struct bfa_rport_qualifier_s rports[], int *nrports) in bfa_fcs_lport_get_rport_quals() argument 5776 if (port == NULL || rports == NULL || *nrports == 0) in bfa_fcs_lport_get_rport_quals() 5801 rports[i].pwwn = rport->pwwn; in bfa_fcs_lport_get_rport_quals() 5802 rports[i].pid = rport->pid; in bfa_fcs_lport_get_rport_quals()
|
/linux-6.1.9/drivers/scsi/libfc/ |
D | fc_disc.c | 57 list_for_each_entry(rdata, &disc->rports, peers) { in fc_disc_stop_rports() 278 list_for_each_entry(rdata, &disc->rports, peers) { in fc_disc_done() 747 INIT_LIST_HEAD(&disc->rports); in fc_disc_init()
|
D | fc_rport.c | 110 list_for_each_entry_rcu(tmp_rdata, &lport->disc.rports, peers) in fc_rport_lookup() 165 list_add_rcu(&rdata->peers, &lport->disc.rports); in fc_rport_create()
|
/linux-6.1.9/include/scsi/ |
D | scsi_transport_fc.h | 568 struct list_head rports; member 643 (((struct fc_host_attrs *)(x)->shost_data)->rports)
|
D | libfc.h | 637 struct list_head rports; member
|
/linux-6.1.9/Documentation/scsi/ |
D | scsi_fc_transport.rst | 11 rports : <<TBS>> 31 FC Remote Ports (rports) 90 with rports and scsi target objects underneath it. Currently the FC
|
D | ChangeLog.lpfc | 345 * All related to rports: Clean up issues with rport deletion
|
/linux-6.1.9/drivers/scsi/ |
D | scsi_transport_fc.c | 435 INIT_LIST_HEAD(&fc_host->rports); in fc_host_setup() 2073 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo() 2895 &fc_host->rports, peers) { in fc_remove_host() 3094 list_add_tail(&rport->peers, &fc_host->rports); in fc_remote_port_create() 3195 list_for_each_entry(rport, &fc_host->rports, peers) { in fc_remote_port_add() 3324 list_move_tail(&rport->peers, &fc_host->rports); in fc_remote_port_add()
|
/linux-6.1.9/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 2165 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_disc_stop_locked() 2701 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_vn_age() 3056 list_for_each_entry_rcu(rdata, &disc->rports, peers) { in fcoe_ctlr_vn_disc()
|
/linux-6.1.9/drivers/scsi/qedf/ |
D | qedf_main.c | 438 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in qedf_link_recovery()
|