Home
last modified time | relevance | path

Searched refs:rports (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/scsi/bfa/
Dbfad_attr.c907 struct bfa_rport_qualifier_s *rports = NULL; in bfad_im_num_of_discovered_ports_show() local
910 rports = kcalloc(nrports, sizeof(struct bfa_rport_qualifier_s), in bfad_im_num_of_discovered_ports_show()
912 if (rports == NULL) in bfad_im_num_of_discovered_ports_show()
916 bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show()
918 kfree(rports); in bfad_im_num_of_discovered_ports_show()
Dbfa_fcs_lport.c5698 struct bfa_rport_qualifier_s rports[], int *nrports) in bfa_fcs_lport_get_rport_quals() argument
5705 if (port == NULL || rports == NULL || *nrports == 0) in bfa_fcs_lport_get_rport_quals()
5730 rports[i].pwwn = rport->pwwn; in bfa_fcs_lport_get_rport_quals()
5731 rports[i].pid = rport->pid; in bfa_fcs_lport_get_rport_quals()
/linux-6.12.1/drivers/scsi/libfc/
Dfc_disc.c57 list_for_each_entry(rdata, &disc->rports, peers) { in fc_disc_stop_rports()
275 list_for_each_entry(rdata, &disc->rports, peers) { in fc_disc_done()
744 INIT_LIST_HEAD(&disc->rports); in fc_disc_init()
Dfc_rport.c110 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.12.1/include/scsi/
Dscsi_transport_fc.h569 struct list_head rports; member
642 (((struct fc_host_attrs *)(x)->shost_data)->rports)
Dlibfc.h643 struct list_head rports; member
/linux-6.12.1/sound/soc/generic/
Daudio-graph-card2.c482 struct device_node *rports = port_to_ports(rport); in __graph_parse_node() local
484 snd_soc_of_parse_node_prefix(rports, cconf, codecs->of_node, "prefix"); in __graph_parse_node()
488 of_node_put(rports); in __graph_parse_node()
/linux-6.12.1/Documentation/scsi/
Dscsi_fc_transport.rst11 rports : <<TBS>>
31 FC Remote Ports (rports)
90 with rports and scsi target objects underneath it. Currently the FC
DChangeLog.lpfc345 * All related to rports: Clean up issues with rport deletion
/linux-6.12.1/drivers/scsi/
Dscsi_transport_fc.c436 INIT_LIST_HEAD(&fc_host->rports); in fc_host_setup()
2071 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo()
2892 &fc_host->rports, peers) { in fc_remove_host()
3091 list_add_tail(&rport->peers, &fc_host->rports); in fc_remote_port_create()
3192 list_for_each_entry(rport, &fc_host->rports, peers) { in fc_remote_port_add()
3321 list_move_tail(&rport->peers, &fc_host->rports); in fc_remote_port_add()
/linux-6.12.1/drivers/scsi/fcoe/
Dfcoe_ctlr.c2165 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.12.1/drivers/scsi/qedf/
Dqedf_main.c446 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in qedf_link_recovery()