pport_attr       2674 drivers/scsi/bfa/bfa_fcs_lport.c 	struct bfa_port_attr_s pport_attr;
pport_attr       2682 drivers/scsi/bfa/bfa_fcs_lport.c 	bfa_fcport_get_attr(port->fcs->bfa, &pport_attr);
pport_attr       2692 drivers/scsi/bfa/bfa_fcs_lport.c 	switch (pport_attr.speed_supported) {
pport_attr       2714 drivers/scsi/bfa/bfa_fcs_lport.c 		bfa_sm_fault(port->fcs, pport_attr.speed_supported);
pport_attr       2721 drivers/scsi/bfa/bfa_fcs_lport.c 				bfa_fcs_fdmi_convert_speed(pport_attr.speed));
pport_attr       2726 drivers/scsi/bfa/bfa_fcs_lport.c 	port_attr->max_frm_size = cpu_to_be32(pport_attr.pport_cfg.maxfrsize);
pport_attr       2747 drivers/scsi/bfa/bfa_fcs_lport.c 	port_attr->scos = pport_attr.cos_supported;
pport_attr       2750 drivers/scsi/bfa/bfa_fcs_lport.c 	port_attr->port_state = cpu_to_be32(pport_attr.port_state);
pport_attr       2207 drivers/scsi/bfa/bfa_fcs_rport.c 	struct bfa_port_attr_s pport_attr;
pport_attr       2220 drivers/scsi/bfa/bfa_fcs_rport.c 	bfa_fcport_get_attr(port->fcs->bfa, &pport_attr);
pport_attr       2222 drivers/scsi/bfa/bfa_fcs_rport.c 	speeds.port_op_speed = fc_bfa_speed_to_rpsc_operspeed(pport_attr.speed);