Searched refs:bw_max (Results 1 – 9 of 9) sorted by relevance
| /linux/net/shaper/ |
| H A D | shaper.c | 150 ((shaper->bw_min || shaper->bw_max || shaper->burst) && in net_shaper_fill_one() 154 (shaper->bw_max && in net_shaper_fill_one() 155 nla_put_uint(msg, NET_SHAPER_A_BW_MAX, shaper->bw_max)) || in net_shaper_fill_one() 526 if (shaper->burst || shaper->bw_min || shaper->bw_max) { in net_shaper_validate_caps() 583 shaper->bw_max = nla_get_uint(tb[NET_SHAPER_A_BW_MAX]); in net_shaper_parse_info()
|
| /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/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 3084 adapter->tx_rings[i].q_shaper.bw_max) { in iavf_reconfig_qs_bw() 5072 if (vf_max && shaper->bw_max > vf_max) { in iavf_verify_shaper() 5074 shaper->bw_max, shaper->handle.id, in iavf_verify_shaper() 5104 tx_ring->q_shaper.bw_max = div_u64(shaper->bw_max, 1000); in iavf_shaper_set() 5126 tx_ring->q_shaper.bw_max = 0; in iavf_shaper_del()
|
| H A D | iavf_virtchnl.c | 1795 qs_bw_cfg->cfg[inx].shaper.peak = q_shaper->bw_max; in iavf_cfg_queues_bw()
|
| /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 | 906 if (!shaper->bw_max || (shaper->bw_max % 100000000)) { in mana_shaper_set() 911 rate = div_u64(shaper->bw_max, 1000); /* Convert bps to Kbps */ in mana_shaper_set()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_cmds.c | 4589 nic->bw_max = 0xFFFFFFFF; in be_reset_nic_desc() 4621 nic_desc.bw_max = cpu_to_le32(max_rate / 10); in be_cmd_config_qos() 4628 nic_desc.bw_max = cpu_to_le32(bw_percent); in be_cmd_config_qos()
|