Lines Matching defs:qos_bw
3048 port_cfg->qos_bw.high = BFA_QOS_BW_HIGH;
3049 port_cfg->qos_bw.med = BFA_QOS_BW_MED;
3050 port_cfg->qos_bw.low = BFA_QOS_BW_LOW;
3570 fcport->qos_attr.qos_bw =
3571 i2hmsg.penable_rsp->port_cfg.qos_bw;
3581 i2hmsg.penable_rsp->port_cfg.qos_bw;
4089 bfa_fcport_set_qos_bw(struct bfa_s *bfa, struct bfa_qos_bw_s *qos_bw)
4096 if ((qos_bw->high == 0) || (qos_bw->med == 0) || (qos_bw->low == 0))
4099 if ((qos_bw->high + qos_bw->med + qos_bw->low) != 100)
4102 if ((qos_bw->med > qos_bw->high) || (qos_bw->low > qos_bw->med) ||
4103 (qos_bw->low > qos_bw->high))
4108 fcport->cfg.qos_bw = *qos_bw;