Lines Matching refs:qos_bw
3121 port_cfg->qos_bw.high = BFA_QOS_BW_HIGH; in bfa_fcport_attach()
3122 port_cfg->qos_bw.med = BFA_QOS_BW_MED; in bfa_fcport_attach()
3123 port_cfg->qos_bw.low = BFA_QOS_BW_LOW; in bfa_fcport_attach()
3666 fcport->qos_attr.qos_bw = in bfa_fcport_isr()
3667 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
3677 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
4185 bfa_fcport_set_qos_bw(struct bfa_s *bfa, struct bfa_qos_bw_s *qos_bw) in bfa_fcport_set_qos_bw() argument
4192 if ((qos_bw->high == 0) || (qos_bw->med == 0) || (qos_bw->low == 0)) in bfa_fcport_set_qos_bw()
4195 if ((qos_bw->high + qos_bw->med + qos_bw->low) != 100) in bfa_fcport_set_qos_bw()
4198 if ((qos_bw->med > qos_bw->high) || (qos_bw->low > qos_bw->med) || in bfa_fcport_set_qos_bw()
4199 (qos_bw->low > qos_bw->high)) in bfa_fcport_set_qos_bw()
4204 fcport->cfg.qos_bw = *qos_bw; in bfa_fcport_set_qos_bw()