Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfad_attr.c907 struct bfa_rport_qualifier_s *rports = NULL; in bfad_im_num_of_discovered_ports_show() local
910 rports = kzalloc_objs(struct bfa_rport_qualifier_s, nrports, GFP_ATOMIC); in bfad_im_num_of_discovered_ports_show()
911 if (rports == NULL) in bfad_im_num_of_discovered_ports_show()
915 bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show()
917 kfree(rports); in bfad_im_num_of_discovered_ports_show()
H A Dbfa_fcs_lport.c5631 struct bfa_rport_qualifier_s rports[], int *nrports) in bfa_fcs_lport_get_rport_quals() argument
5638 if (port == NULL || rports == NULL || *nrports == 0) in bfa_fcs_lport_get_rport_quals()
5663 rports[i].pwwn = rport->pwwn; in bfa_fcs_lport_get_rport_quals()
5664 rports[i].pid = rport->pid; in bfa_fcs_lport_get_rport_quals()
/linux/drivers/scsi/libfc/
H A 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()
H A 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/Documentation/scsi/
H A Dscsi_fc_transport.rst11 rports : <<TBS>>
31 FC Remote Ports (rports)
39 In Linux, rports are managed by the FC transport class and are
47 rports are typically created by the FC transport when a new device is
63 rports are also visible via sysfs as children of the FC host adapter.
123 with rports and scsi target objects underneath it. Currently the FC
H A DChangeLog.lpfc345 * All related to rports: Clean up issues with rport deletion
/linux/include/scsi/
H A Dscsi_transport_fc.h581 struct list_head rports; member
653 (((struct fc_host_attrs *)(x)->shost_data)->rports)
H A Dlibfc.h643 struct list_head rports; member
/linux/sound/soc/generic/
H A Daudio-graph-card2.c485 struct device_node *rports __free(device_node) = port_to_ports(rport); in __graph_parse_node()
487 snd_soc_of_parse_node_prefix(rports, cconf, codecs->of_node, "prefix"); in __graph_parse_node()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c437 INIT_LIST_HEAD(&fc_host->rports); in fc_host_setup()
2106 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo()
2930 &fc_host->rports, peers) { in fc_remove_host()
3129 list_add_tail(&rport->peers, &fc_host->rports); in fc_remote_port_create()
3246 list_for_each_entry(rport, &fc_host->rports, peers) { in fc_remote_port_add()
3375 list_move_tail(&rport->peers, &fc_host->rports); in fc_remote_port_add()
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2164 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_disc_stop_locked()
2700 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_vn_age()
3055 list_for_each_entry_rcu(rdata, &disc->rports, peers) { in fcoe_ctlr_vn_disc()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c446 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in qedf_link_recovery()