Searched refs:qos_bw (Results 1 – 5 of 5) sorted by relevance
3062 port_cfg->qos_bw.high = BFA_QOS_BW_HIGH; in bfa_fcport_attach()3063 port_cfg->qos_bw.med = BFA_QOS_BW_MED; in bfa_fcport_attach()3064 port_cfg->qos_bw.low = BFA_QOS_BW_LOW; in bfa_fcport_attach()3584 fcport->qos_attr.qos_bw = in bfa_fcport_isr()3585 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()3595 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()4103 bfa_fcport_set_qos_bw(struct bfa_s *bfa, struct bfa_qos_bw_s *qos_bw) in bfa_fcport_set_qos_bw() argument4110 if ((qos_bw->high == 0) || (qos_bw->med == 0) || (qos_bw->low == 0)) in bfa_fcport_set_qos_bw()4113 if ((qos_bw->high + qos_bw->med + qos_bw->low) != 100) in bfa_fcport_set_qos_bw()4116 if ((qos_bw->med > qos_bw->high) || (qos_bw->low > qos_bw->med) || in bfa_fcport_set_qos_bw()[all …]
925 iocmd->status = bfa_fcport_set_qos_bw(&bfad->bfa, &iocmd->qos_bw); in bfad_iocmd_qos_set_bw()2374 fcport->cfg.qos_bw.high = BFA_QOS_BW_HIGH; in bfad_iocmd_qos()2375 fcport->cfg.qos_bw.med = BFA_QOS_BW_MED; in bfad_iocmd_qos()2376 fcport->cfg.qos_bw.low = BFA_QOS_BW_LOW; in bfad_iocmd_qos()2400 iocmd->attr.qos_bw.high = fcport->cfg.qos_bw.high; in bfad_iocmd_qos_get_attr()2401 iocmd->attr.qos_bw.med = fcport->cfg.qos_bw.med; in bfad_iocmd_qos_get_attr()2402 iocmd->attr.qos_bw.low = fcport->cfg.qos_bw.low; in bfad_iocmd_qos_get_attr()
561 struct bfa_qos_bw_s qos_bw; /* QOS bw cfg */ member967 struct bfa_qos_bw_s qos_bw; /* QOS bandwidth */ member
746 struct bfa_qos_bw_s qos_bw; member
557 struct bfa_qos_bw_s *qos_bw);