/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A 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()
|
H A D | bfa_fcs_lport.c | 993 * Called by rport module when new rports are discovered. 1005 * Called by rport module to when rports are deleted. 5571 * discover any new rports. in bfa_fcs_lport_scn_portid_rscn() 5761 struct bfa_rport_qualifier_s rports[], int *nrports) in bfa_fcs_lport_get_rport_quals() 5768 if (port == NULL || rports == NULL || *nrports == 0) in bfa_fcs_lport_get_rport_quals() 5793 rports[i].pwwn = rport->pwwn; in bfa_fcs_lport_get_rport_quals() 5794 rports[i].pid = rport->pid; in bfa_fcs_lport_get_rport_quals() 5951 * Let new loop map create missing rports 5760 bfa_fcs_lport_get_rport_quals(struct bfa_fcs_lport_s *port, struct bfa_rport_qualifier_s rports[], int *nrports) bfa_fcs_lport_get_rport_quals() argument
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A 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()
|
H A D | bfa_fcs_lport.c | 993 * Called by rport module when new rports are discovered. 1005 * Called by rport module to when rports are deleted. 5579 * discover any new rports. in bfa_fcs_lport_scn_portid_rscn() 5769 struct bfa_rport_qualifier_s rports[], int *nrports) in bfa_fcs_lport_get_rport_quals() 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() 5959 * Let new loop map create missing rports 5768 bfa_fcs_lport_get_rport_quals(struct bfa_fcs_lport_s *port, struct bfa_rport_qualifier_s rports[], int *nrports) bfa_fcs_lport_get_rport_quals() argument
|
/kernel/linux/linux-6.6/sound/soc/generic/ |
H A D | audio-graph-card2.c | 488 struct device_node *rports = of_get_parent(rport); in __graph_parse_node() local 490 if (of_node_name_eq(rports, "ports")) in __graph_parse_node() 491 snd_soc_of_parse_node_prefix(rports, cconf, codecs->of_node, "prefix"); in __graph_parse_node() 495 of_node_put(rports); in __graph_parse_node() 708 * rports: ports { in audio_graph2_link_dpcm() 739 * rports: ports { in audio_graph2_link_dpcm()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A 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() 702 * completely stopped and all rports have been deleted. 747 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_fc.h | 524 struct list_head rports; member 596 (((struct fc_host_attrs *)(x)->shost_data)->rports)
|
H A D | libfc.h | 588 * all discovered rports 596 * until all discovered rports are deleted from the 612 * @rports: List of discovered remote ports 628 struct list_head rports; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_fc.h | 569 struct list_head rports; member 644 (((struct fc_host_attrs *)(x)->shost_data)->rports)
|
H A D | libfc.h | 597 * all discovered rports 605 * until all discovered rports are deleted from the 621 * @rports: List of discovered remote ports 637 struct list_head rports; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 425 INIT_LIST_HEAD(&fc_host->rports); in fc_host_setup() 1003 * it's the "old" style that doesn't use rports. 1667 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo() 2429 &fc_host->rports, peers) { in fc_remove_host() 2522 * immediate termination of the rports in fc_rport_final_delete() 2628 list_add_tail(&rport->peers, &fc_host->rports); in fc_remote_port_create() 2723 * Search the list of "active" rports, for an rport that has been in fc_remote_port_add() 2729 list_for_each_entry(rport, &fc_host->rports, peers) { in fc_remote_port_add() 2858 list_move_tail(&rport->peers, &fc_host->rports); in fc_remote_port_add() 2969 * However, rports ca in fc_remote_port_delete() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 436 INIT_LIST_HEAD(&fc_host->rports); in fc_host_setup() 1412 * it's the "old" style that doesn't use rports. 2076 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo() 2897 &fc_host->rports, peers) { in fc_remove_host() 2990 * immediate termination of the rports in fc_rport_final_delete() 3096 list_add_tail(&rport->peers, &fc_host->rports); in fc_remote_port_create() 3191 * Search the list of "active" rports, for an rport that has been in fc_remote_port_add() 3197 list_for_each_entry(rport, &fc_host->rports, peers) { in fc_remote_port_add() 3326 list_move_tail(&rport->peers, &fc_host->rports); in fc_remote_port_add() 3438 * However, rports ca in fc_remote_port_delete() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 2173 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_disc_stop_locked() 2709 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_vn_age() 3064 list_for_each_entry_rcu(rdata, &disc->rports, peers) { in fcoe_ctlr_vn_disc()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 439 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in qedf_link_recovery() 1590 * removed from disc->rports list before we get this event. in qedf_rport_event_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 439 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in qedf_link_recovery() 1590 * removed from disc->rports list before we get this event. in qedf_rport_event_handler()
|