Home
last modified time | relevance | path

Searched refs:qos_bw (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/bfa/
H A Dbfa_svc.c3054 port_cfg->qos_bw.high = BFA_QOS_BW_HIGH; in bfa_fcport_attach()
3055 port_cfg->qos_bw.med = BFA_QOS_BW_MED; in bfa_fcport_attach()
3056 port_cfg->qos_bw.low = BFA_QOS_BW_LOW; in bfa_fcport_attach()
3576 fcport->qos_attr.qos_bw = in bfa_fcport_isr()
3577 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
3587 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
4102 if ((qos_bw->high == 0) || (qos_bw->med == 0) || (qos_bw->low == 0)) in bfa_fcport_set_qos_bw()
4105 if ((qos_bw->high + qos_bw->med + qos_bw->low) != 100) in bfa_fcport_set_qos_bw()
4108 if ((qos_bw->med > qos_bw->high) || (qos_bw->low > qos_bw->med) || in bfa_fcport_set_qos_bw()
4109 (qos_bw->low > qos_bw->high)) in bfa_fcport_set_qos_bw()
[all …]
H A Dbfad_bsg.c917 iocmd->status = bfa_fcport_set_qos_bw(&bfad->bfa, &iocmd->qos_bw); in bfad_iocmd_qos_set_bw()
2366 fcport->cfg.qos_bw.high = BFA_QOS_BW_HIGH; in bfad_iocmd_qos()
2367 fcport->cfg.qos_bw.med = BFA_QOS_BW_MED; in bfad_iocmd_qos()
2368 fcport->cfg.qos_bw.low = BFA_QOS_BW_LOW; in bfad_iocmd_qos()
2392 iocmd->attr.qos_bw.high = fcport->cfg.qos_bw.high; in bfad_iocmd_qos_get_attr()
2393 iocmd->attr.qos_bw.med = fcport->cfg.qos_bw.med; in bfad_iocmd_qos_get_attr()
2394 iocmd->attr.qos_bw.low = fcport->cfg.qos_bw.low; in bfad_iocmd_qos_get_attr()
H A Dbfa_defs_svc.h553 struct bfa_qos_bw_s qos_bw; /* QOS bw cfg */ member
959 struct bfa_qos_bw_s qos_bw; /* QOS bandwidth */ member
H A Dbfad_bsg.h738 struct bfa_qos_bw_s qos_bw; member
H A Dbfa_svc.h549 struct bfa_qos_bw_s *qos_bw);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/bfa/
H A Dbfa_svc.c3054 port_cfg->qos_bw.high = BFA_QOS_BW_HIGH; in bfa_fcport_attach()
3055 port_cfg->qos_bw.med = BFA_QOS_BW_MED; in bfa_fcport_attach()
3056 port_cfg->qos_bw.low = BFA_QOS_BW_LOW; in bfa_fcport_attach()
3576 fcport->qos_attr.qos_bw = in bfa_fcport_isr()
3577 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
3587 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
4102 if ((qos_bw->high == 0) || (qos_bw->med == 0) || (qos_bw->low == 0)) in bfa_fcport_set_qos_bw()
4105 if ((qos_bw->high + qos_bw->med + qos_bw->low) != 100) in bfa_fcport_set_qos_bw()
4108 if ((qos_bw->med > qos_bw->high) || (qos_bw->low > qos_bw->med) || in bfa_fcport_set_qos_bw()
4109 (qos_bw->low > qos_bw->high)) in bfa_fcport_set_qos_bw()
[all …]
H A Dbfad_bsg.c917 iocmd->status = bfa_fcport_set_qos_bw(&bfad->bfa, &iocmd->qos_bw); in bfad_iocmd_qos_set_bw()
2366 fcport->cfg.qos_bw.high = BFA_QOS_BW_HIGH; in bfad_iocmd_qos()
2367 fcport->cfg.qos_bw.med = BFA_QOS_BW_MED; in bfad_iocmd_qos()
2368 fcport->cfg.qos_bw.low = BFA_QOS_BW_LOW; in bfad_iocmd_qos()
2392 iocmd->attr.qos_bw.high = fcport->cfg.qos_bw.high; in bfad_iocmd_qos_get_attr()
2393 iocmd->attr.qos_bw.med = fcport->cfg.qos_bw.med; in bfad_iocmd_qos_get_attr()
2394 iocmd->attr.qos_bw.low = fcport->cfg.qos_bw.low; in bfad_iocmd_qos_get_attr()
H A Dbfa_defs_svc.h553 struct bfa_qos_bw_s qos_bw; /* QOS bw cfg */ member
959 struct bfa_qos_bw_s qos_bw; /* QOS bandwidth */ member
H A Dbfad_bsg.h738 struct bfa_qos_bw_s qos_bw; member
H A Dbfa_svc.h549 struct bfa_qos_bw_s *qos_bw);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/bfa/
H A Dbfa_svc.c3054 port_cfg->qos_bw.high = BFA_QOS_BW_HIGH; in bfa_fcport_attach()
3055 port_cfg->qos_bw.med = BFA_QOS_BW_MED; in bfa_fcport_attach()
3056 port_cfg->qos_bw.low = BFA_QOS_BW_LOW; in bfa_fcport_attach()
3576 fcport->qos_attr.qos_bw = in bfa_fcport_isr()
3577 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
3587 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()
4102 if ((qos_bw->high == 0) || (qos_bw->med == 0) || (qos_bw->low == 0)) in bfa_fcport_set_qos_bw()
4105 if ((qos_bw->high + qos_bw->med + qos_bw->low) != 100) in bfa_fcport_set_qos_bw()
4108 if ((qos_bw->med > qos_bw->high) || (qos_bw->low > qos_bw->med) || in bfa_fcport_set_qos_bw()
4109 (qos_bw->low > qos_bw->high)) in bfa_fcport_set_qos_bw()
[all …]
H A Dbfad_bsg.c917 iocmd->status = bfa_fcport_set_qos_bw(&bfad->bfa, &iocmd->qos_bw); in bfad_iocmd_qos_set_bw()
2366 fcport->cfg.qos_bw.high = BFA_QOS_BW_HIGH; in bfad_iocmd_qos()
2367 fcport->cfg.qos_bw.med = BFA_QOS_BW_MED; in bfad_iocmd_qos()
2368 fcport->cfg.qos_bw.low = BFA_QOS_BW_LOW; in bfad_iocmd_qos()
2392 iocmd->attr.qos_bw.high = fcport->cfg.qos_bw.high; in bfad_iocmd_qos_get_attr()
2393 iocmd->attr.qos_bw.med = fcport->cfg.qos_bw.med; in bfad_iocmd_qos_get_attr()
2394 iocmd->attr.qos_bw.low = fcport->cfg.qos_bw.low; in bfad_iocmd_qos_get_attr()
H A Dbfa_defs_svc.h553 struct bfa_qos_bw_s qos_bw; /* QOS bw cfg */ member
959 struct bfa_qos_bw_s qos_bw; /* QOS bandwidth */ member
H A Dbfad_bsg.h738 struct bfa_qos_bw_s qos_bw; member
H A Dbfa_svc.h549 struct bfa_qos_bw_s *qos_bw);