rports           5761 drivers/scsi/bfa/bfa_fcs_lport.c 		struct bfa_rport_qualifier_s rports[], int *nrports)
rports           5768 drivers/scsi/bfa/bfa_fcs_lport.c 	if (port == NULL || rports == NULL || *nrports == 0)
rports           5793 drivers/scsi/bfa/bfa_fcs_lport.c 		rports[i].pwwn = rport->pwwn;
rports           5794 drivers/scsi/bfa/bfa_fcs_lport.c 		rports[i].pid = rport->pid;
rports            921 drivers/scsi/bfa/bfad_attr.c 	struct bfa_rport_qualifier_s *rports = NULL;
rports            924 drivers/scsi/bfa/bfad_attr.c 	rports = kcalloc(nrports, sizeof(struct bfa_rport_qualifier_s),
rports            926 drivers/scsi/bfa/bfad_attr.c 	if (rports == NULL)
rports            930 drivers/scsi/bfa/bfad_attr.c 	bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports);
rports            932 drivers/scsi/bfa/bfad_attr.c 	kfree(rports);
rports           2170 drivers/scsi/fcoe/fcoe_ctlr.c 	list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) {
rports           2706 drivers/scsi/fcoe/fcoe_ctlr.c 	list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) {
rports           3064 drivers/scsi/fcoe/fcoe_ctlr.c 	list_for_each_entry_rcu(rdata, &disc->rports, peers) {
rports             57 drivers/scsi/libfc/fc_disc.c 	list_for_each_entry(rdata, &disc->rports, peers) {
rports            278 drivers/scsi/libfc/fc_disc.c 	list_for_each_entry(rdata, &disc->rports, peers) {
rports            743 drivers/scsi/libfc/fc_disc.c 	INIT_LIST_HEAD(&disc->rports);
rports            110 drivers/scsi/libfc/fc_rport.c 	list_for_each_entry_rcu(tmp_rdata, &lport->disc.rports, peers)
rports            163 drivers/scsi/libfc/fc_rport.c 		list_add_rcu(&rdata->peers, &lport->disc.rports);
rports            423 drivers/scsi/qedf/qedf_main.c 	list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) {
rports            424 drivers/scsi/scsi_transport_fc.c 	INIT_LIST_HEAD(&fc_host->rports);
rports           1666 drivers/scsi/scsi_transport_fc.c 	list_for_each_entry(rport, &fc_host->rports, peers)
rports           2428 drivers/scsi/scsi_transport_fc.c 			&fc_host->rports, peers) {
rports           2627 drivers/scsi/scsi_transport_fc.c 	list_add_tail(&rport->peers, &fc_host->rports);
rports           2728 drivers/scsi/scsi_transport_fc.c 	list_for_each_entry(rport, &fc_host->rports, peers) {
rports           2857 drivers/scsi/scsi_transport_fc.c 				list_move_tail(&rport->peers, &fc_host->rports);
rports            628 include/scsi/libfc.h 	struct list_head      rports;
rports            523 include/scsi/scsi_transport_fc.h 	struct list_head rports;
rports            595 include/scsi/scsi_transport_fc.h 	(((struct fc_host_attrs *)(x)->shost_data)->rports)