fcs_rport 482 drivers/scsi/bfa/bfad.c *rport = &(*rport_drv)->fcs_rport; fcs_rport 598 drivers/scsi/bfa/bfad_bsg.c struct bfa_fcs_rport_s *fcs_rport; fcs_rport 612 drivers/scsi/bfa/bfad_bsg.c fcs_rport = bfa_fcs_lport_get_rport_by_qualifier(fcs_port, fcs_rport 615 drivers/scsi/bfa/bfad_bsg.c fcs_rport = bfa_fcs_rport_lookup(fcs_port, iocmd->rpwwn); fcs_rport 616 drivers/scsi/bfa/bfad_bsg.c if (fcs_rport == NULL) { fcs_rport 623 drivers/scsi/bfa/bfad_bsg.c bfa_fcs_rport_get_attr(fcs_rport, &iocmd->attr); fcs_rport 685 drivers/scsi/bfa/bfad_bsg.c struct bfa_fcs_rport_s *fcs_rport; fcs_rport 698 drivers/scsi/bfa/bfad_bsg.c fcs_rport = bfa_fcs_rport_lookup(fcs_port, iocmd->rpwwn); fcs_rport 699 drivers/scsi/bfa/bfad_bsg.c if (fcs_rport == NULL) { fcs_rport 706 drivers/scsi/bfa/bfad_bsg.c memcpy((void *)&iocmd->stats, (void *)&fcs_rport->stats, fcs_rport 708 drivers/scsi/bfa/bfad_bsg.c if (bfa_fcs_rport_get_halrport(fcs_rport)) { fcs_rport 710 drivers/scsi/bfa/bfad_bsg.c (void *)&(bfa_fcs_rport_get_halrport(fcs_rport)->stats), fcs_rport 726 drivers/scsi/bfa/bfad_bsg.c struct bfa_fcs_rport_s *fcs_rport; fcs_rport 739 drivers/scsi/bfa/bfad_bsg.c fcs_rport = bfa_fcs_rport_lookup(fcs_port, iocmd->rpwwn); fcs_rport 740 drivers/scsi/bfa/bfad_bsg.c if (fcs_rport == NULL) { fcs_rport 746 drivers/scsi/bfa/bfad_bsg.c memset((char *)&fcs_rport->stats, 0, sizeof(struct bfa_rport_stats_s)); fcs_rport 747 drivers/scsi/bfa/bfad_bsg.c rport = bfa_fcs_rport_get_halrport(fcs_rport); fcs_rport 762 drivers/scsi/bfa/bfad_bsg.c struct bfa_fcs_rport_s *fcs_rport; fcs_rport 774 drivers/scsi/bfa/bfad_bsg.c fcs_rport = bfa_fcs_rport_lookup(fcs_port, iocmd->rpwwn); fcs_rport 775 drivers/scsi/bfa/bfad_bsg.c if (fcs_rport == NULL) { fcs_rport 781 drivers/scsi/bfa/bfad_bsg.c fcs_rport->rpf.assigned_speed = iocmd->speed; fcs_rport 783 drivers/scsi/bfa/bfad_bsg.c if (fcs_rport->rpf.rpsc_speed == BFA_PORT_SPEED_UNKNOWN) fcs_rport 784 drivers/scsi/bfa/bfad_bsg.c if (fcs_rport->bfa_rport) fcs_rport 785 drivers/scsi/bfa/bfad_bsg.c bfa_rport_speed(fcs_rport->bfa_rport, iocmd->speed); fcs_rport 3351 drivers/scsi/bfa/bfad_bsg.c struct bfa_fcs_rport_s *fcs_rport; fcs_rport 3424 drivers/scsi/bfa/bfad_bsg.c fcs_rport = bfa_fcs_lport_get_rport_by_pwwn(fcs_port, fcs_rport 3426 drivers/scsi/bfa/bfad_bsg.c if (fcs_rport == NULL) { fcs_rport 3432 drivers/scsi/bfa/bfad_bsg.c drv_fcxp->bfa_rport = fcs_rport->bfa_rport; fcs_rport 247 drivers/scsi/bfa/bfad_drv.h struct bfa_fcs_rport_s fcs_rport;