Home
last modified time | relevance | path

Searched refs:min_bw (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c597 u32 min_bw; in check_sch_bw() local
610 min_bw = ~0; in check_sch_bw()
626 if (min_bw > worst_bw) { in check_sch_bw()
627 min_bw = worst_bw; in check_sch_bw()
632 if (min_bw == 0) in check_sch_bw()
638 if (min_bw > bw_boundary) in check_sch_bw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.h27 __le32 min_bw; member
H A Dbnxt_sriov.c307 req.min_bw = cpu_to_le32(min_tx_rate); in bnxt_set_vf_bw()
490 req.min_bw = cpu_to_le32(vf->min_tx_rate); in __bnxt_set_vf_params()
H A Dbnxt_dcb.c119 cos2bw.min_bw = in bnxt_hwrm_queue_cos2bw_cfg()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_tuner.c300 u32 min_bw = fe->ops.tuner_ops.info.bandwidth_min; in vidtv_tuner_set_params() local
304 c->bandwidth_hz < min_bw || c->bandwidth_hz > max_bw) { in vidtv_tuner_set_params()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c49 if ((bw < r->membw.min_bw || bw > r->default_ctrl) && in bw_validate()
52 r->membw.min_bw, r->default_ctrl); in bw_validate()
H A Dcore.c267 r->membw.min_bw = MAX_MBA_BW - max_delay; in __get_mem_config_intel()
307 r->membw.min_bw = 0; in __rdt_get_mem_config_amd()
H A Dinternal.h403 u32 min_bw; member
H A Dmonitor.c409 if (cur_msr_val > r_mba->membw.min_bw && user_bw < cur_bw) { in update_mba_bw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c670 if (!IS_VALID_BW(np_cfg[i].min_bw) || in validate_npar_config()
709 nic_info.min_tx_bw = np_cfg[i].min_bw; in qlcnic_sysfs_write_npar_config()
717 adapter->npars[index].min_bw = nic_info.min_tx_bw; in qlcnic_sysfs_write_npar_config()
762 np_cfg[pci_func].min_bw = nic_info.min_tx_bw; in qlcnic_sysfs_read_npar_config()
931 pci_cfg[i].min_bw = pci_info[i].tx_min_bw; in qlcnic_sysfs_read_pci_config()
H A Dqlcnic_83xx_vnic.c112 npar->phy_port, npar->min_bw, npar->max_bw, in qlcnic_83xx_init_mgmt_vnic()
H A Dqlcnic.h1290 u16 min_bw; member
1333 u16 min_bw; member
1344 u16 min_bw; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h1027 int qed_configure_pf_min_bandwidth(struct qed_dev *cdev, u8 min_bw);
1036 u8 min_bw);
H A Dqed_dev.c5236 u8 min_bw) in __qed_configure_pf_min_bandwidth() argument
5240 p_hwfn->mcp_info->func_info.bandwidth_min = min_bw; in __qed_configure_pf_min_bandwidth()
5241 p_hwfn->qm_info.pf_wfq = min_bw; in __qed_configure_pf_min_bandwidth()
5246 p_link->min_pf_rate = (p_link->line_speed * min_bw) / 100; in __qed_configure_pf_min_bandwidth()
5248 rc = qed_init_pf_wfq(p_hwfn, p_ptt, p_hwfn->rel_pf_id, min_bw); in __qed_configure_pf_min_bandwidth()
5258 int qed_configure_pf_min_bandwidth(struct qed_dev *cdev, u8 min_bw) in qed_configure_pf_min_bandwidth() argument
5262 if (min_bw < 1 || min_bw > 100) { in qed_configure_pf_min_bandwidth()
5280 p_link, min_bw); in qed_configure_pf_min_bandwidth()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-evb-rev3-android-lp4.dts153 /* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
H A Drk3399-videostrong-linux.dts167 /* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
H A Drk3399-excavator-sapphire.dtsi117 /* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
H A Drk3399-sapphire-excavator-lp4-linux.dts156 /* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
H A Drk3399-evb.dtsi330 /* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
H A Drk3368-xikp.dtsi250 /* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
H A Drk3368-808.dtsi355 /* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
H A Drk3368a-817-tablet-bnd.dts260 /* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
/OK3568_Linux_fs/kernel/net/wireless/
H A Dreg.c1626 __freq_reg_info(struct wiphy *wiphy, u32 center_freq, u32 min_bw) in __freq_reg_info() argument
1634 for (bw = MHZ_TO_KHZ(bws[i]); bw >= min_bw; bw = MHZ_TO_KHZ(bws[i--])) { in __freq_reg_info()
1646 u32 min_bw = center_freq < MHZ_TO_KHZ(1000) ? 1 : 20; in freq_reg_info() local
1648 return __freq_reg_info(wiphy, center_freq, MHZ_TO_KHZ(min_bw)); in freq_reg_info()
2483 u32 min_bw) in handle_channel_custom() argument
2491 for (bw = MHZ_TO_KHZ(20); bw >= min_bw; bw = bw / 2) { in handle_channel_custom()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h301 u32 *max_bw, u32 *min_bw, bool *min_valid,
H A Di40e.h651 u32 min_bw; member

12