Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad_attr.c927 struct bfa_rport_qualifier_s *rports = NULL; in bfad_im_num_of_discovered_ports_show() local
930 rports = kcalloc(nrports, sizeof(struct bfa_rport_qualifier_s), in bfad_im_num_of_discovered_ports_show()
932 if (rports == NULL) in bfad_im_num_of_discovered_ports_show()
936 bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show()
938 kfree(rports); in bfad_im_num_of_discovered_ports_show()
Dbfa_fcs_lport.c5769 struct bfa_rport_qualifier_s rports[], int *nrports) in bfa_fcs_lport_get_rport_quals() argument
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()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_disc.c69 list_for_each_entry(rdata, &disc->rports, peers) { in fc_disc_stop_rports()
290 list_for_each_entry(rdata, &disc->rports, peers) { in fc_disc_done()
753 INIT_LIST_HEAD(&disc->rports); in fc_disc_init()
Dfc_rport.c122 list_for_each_entry_rcu(tmp_rdata, &lport->disc.rports, peers) in fc_rport_lookup()
172 list_add_rcu(&rdata->peers, &lport->disc.rports); in fc_rport_create()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h536 struct list_head rports; member
608 (((struct fc_host_attrs *)(x)->shost_data)->rports)
Dlibfc.h640 struct list_head rports; member
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c437 INIT_LIST_HEAD(&fc_host->rports); in fc_host_setup()
1680 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo()
2442 &fc_host->rports, peers) { in fc_remove_host()
2641 list_add_tail(&rport->peers, &fc_host->rports); in fc_remote_port_create()
2742 list_for_each_entry(rport, &fc_host->rports, peers) { in fc_remote_port_add()
2871 list_move_tail(&rport->peers, &fc_host->rports); in fc_remote_port_add()
/Linux-v4.19/Documentation/scsi/
Dscsi_fc_transport.txt6 rports : <<TBS>>
24 FC Remote Ports (rports)
81 with rports and scsi target objects underneath it. Currently the FC
DChangeLog.lpfc345 * All related to rports: Clean up issues with rport deletion
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c2179 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_disc_stop_locked()
2714 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_vn_age()
3081 list_for_each_entry_rcu(rdata, &disc->rports, peers) { in fcoe_ctlr_vn_disc()