Searched refs:rports (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfad_attr.c | 907 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()
|
D | bfa_fcs_lport.c | 5698 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/ |
D | fc_disc.c | 57 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()
|
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.12.1/include/scsi/ |
D | scsi_transport_fc.h | 569 struct list_head rports; member 642 (((struct fc_host_attrs *)(x)->shost_data)->rports)
|
D | libfc.h | 643 struct list_head rports; member
|
/linux-6.12.1/sound/soc/generic/ |
D | audio-graph-card2.c | 482 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/ |
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.12.1/drivers/scsi/ |
D | scsi_transport_fc.c | 436 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/ |
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.12.1/drivers/scsi/qedf/ |
D | qedf_main.c | 446 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in qedf_link_recovery()
|