Searched refs:bw_max (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | shaper.py | 435 def _group_under_netdev(cfg, nl_shaper, bw_max=None): argument 449 if bw_max: 451 group_args['bw-max'] = bw_max 505 bw_max = 10000 514 del_node = _group_under_netdev(cfg, nl_shaper, bw_max=bw_max) 522 'bw-max': bw_max}]) 812 bw_max = 10000 835 'bw-max': bw_max})['handle']['id'] 848 'bw-max': bw_max}) 870 'bw-max': bw_max})['handle']['id'] [all …]
|
| /linux/include/net/ |
| H A D | net_shaper.h | 49 u64 bw_max; member
|
| /linux/net/shaper/ |
| H A D | shaper.c | 151 WRITE_ONCE(dst->bw_max, READ_ONCE(src->bw_max)); in net_shaper_copy() 181 ((cur.bw_min || cur.bw_max || cur.burst) && in net_shaper_fill_one() 185 (cur.bw_max && in net_shaper_fill_one() 186 nla_put_uint(msg, NET_SHAPER_A_BW_MAX, cur.bw_max)) || in net_shaper_fill_one() 559 if (shaper->burst || shaper->bw_min || shaper->bw_max) { in net_shaper_validate_caps() 616 shaper->bw_max = nla_get_uint(tb[NET_SHAPER_A_BW_MAX]); in net_shaper_parse_info()
|
| /linux/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 53 unsigned long bw_max; member 247 sg_cpu->bw_max = max; in sugov_get_util() 500 sg_cpu->util, sg_cpu->bw_max, max_cap); in sugov_update_single_perf()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 683 u32 bw_max, fs_bw_min; in alloc_sch_portion_of_frame() local 704 bw_max = get_max_bw(sch_bw, sch_ep, offset); in alloc_sch_portion_of_frame() 705 if (bw_max > bw_boundary) { in alloc_sch_portion_of_frame()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_bsg.h | 474 u16 bw_max; member
|
| H A D | bfa_defs.h | 775 u16 bw_max; member
|
| H A D | bfad_bsg.c | 1223 iocmd->bw_max, bfad_hcb_comp, &fcomp); in bfad_iocmd_pcifn_create() 1267 iocmd->bw_max, bfad_hcb_comp, &fcomp); in bfad_iocmd_pcifn_bw()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 956 if (!shaper->bw_max || (shaper->bw_max % 100000000)) { in mana_shaper_set() 961 rate = div_u64(shaper->bw_max, 1000); /* Convert bps to Kbps */ in mana_shaper_set()
|