Lines Matching defs:fcport

927 	struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
932 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
933 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
937 fcport->cfg.ratelimit = BFA_TRUE;
939 fcport->cfg.ratelimit = BFA_FALSE;
941 if (fcport->cfg.trl_def_speed == BFA_PORT_SPEED_UNKNOWN)
942 fcport->cfg.trl_def_speed = BFA_PORT_SPEED_1GBPS;
956 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
963 (iocmd->speed > fcport->speed_sup)) {
969 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
970 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
973 fcport->cfg.trl_def_speed = iocmd->speed;
2290 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
2291 struct bfa_fcport_trunk_s *trunk = &fcport->trunk;
2301 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) ||
2302 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
2308 fcport->cfg.trunked = BFA_TRUE;
2312 fcport->cfg.trunked = BFA_FALSE;
2330 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
2331 struct bfa_fcport_trunk_s *trunk = &fcport->trunk;
2335 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) ||
2336 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
2353 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
2358 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
2359 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
2363 fcport->cfg.qos_enabled = BFA_TRUE;
2365 fcport->cfg.qos_enabled = BFA_FALSE;
2366 fcport->cfg.qos_bw.high = BFA_QOS_BW_HIGH;
2367 fcport->cfg.qos_bw.med = BFA_QOS_BW_MED;
2368 fcport->cfg.qos_bw.low = BFA_QOS_BW_LOW;
2381 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
2385 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
2386 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
2389 iocmd->attr.state = fcport->qos_attr.state;
2391 be32_to_cpu(fcport->qos_attr.total_bb_cr);
2392 iocmd->attr.qos_bw.high = fcport->cfg.qos_bw.high;
2393 iocmd->attr.qos_bw.med = fcport->cfg.qos_bw.med;
2394 iocmd->attr.qos_bw.low = fcport->cfg.qos_bw.low;
2395 iocmd->attr.qos_bw_op = fcport->qos_attr.qos_bw_op;
2408 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
2409 struct bfa_qos_vc_attr_s *bfa_vc_attr = &fcport->qos_vc_attr;
2443 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
2451 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
2452 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))
2474 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(&bfad->bfa);
2482 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
2483 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP))