Searched refs:rports (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/scsi/libfc/ |
H A 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() 699 * completely stopped and all rports have been deleted. 744 INIT_LIST_HEAD(&disc->rports); in fc_disc_init()
|
H A D | fc_rport.c | 14 * transport class in regards to adding and deleting rports. 30 * mutex to be locked before calling them. This means that rports only handle 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/Documentation/scsi/ |
H A D | scsi_fc_transport.rst | 11 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 D | ChangeLog.lpfc | 345 * All related to rports: Clean up issues with rport deletion
|
/linux/include/scsi/ |
H A D | scsi_transport_fc.h | 571 struct list_head rports; member 643 (((struct fc_host_attrs *)(x)->shost_data)->rports)
|
H A D | libfc.h | 603 * all discovered rports 611 * until all discovered rports are deleted from the 627 * @rports: List of discovered remote ports 643 struct list_head rports; member
|
/linux/sound/soc/generic/ |
H A D | audio-graph-card2.c | 485 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() 902 * rports: ports { in audio_graph2_link_dpcm() 936 * rports: ports { in audio_graph2_link_dpcm()
|
/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 436 INIT_LIST_HEAD(&fc_host->rports); in fc_host_setup() 1400 * it's the "old" style that doesn't use rports. 2064 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo() 2887 &fc_host->rports, peers) { in fc_remove_host() 2974 * immediate termination of the rports in fc_rport_final_delete() 3086 list_add_tail(&rport->peers, &fc_host->rports); in fc_remote_port_create() 3197 * Search the list of "active" rports, for an rport that has been in fc_remote_port_add() 3203 list_for_each_entry(rport, &fc_host->rports, peers) { in fc_remote_port_add() 3332 list_move_tail(&rport->peers, &fc_host->rports); in fc_remote_port_add() 3444 * However, rports ca in fc_remote_port_delete() [all...] |
/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs_lport.c | 961 * Called by rport module when new rports are discovered. 973 * Called by rport module to when rports are deleted. 5489 * discover any new rports. in bfa_fcs_lport_scn_portid_rscn() 5631 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() 5773 * Let new loop map create missing rports
|