Searched refs:total_bw (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/ |
A D | link_dp_dpia_bw.c | 163 int total_bw = 0; in get_host_router_total_bw() local 179 total_bw += link_temp->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_bw() 181 total_bw += link_temp->dpia_bw_alloc_config.sink_allocated_bw; in get_host_router_total_bw() 185 return total_bw; in get_host_router_total_bw()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_calendar.c | 164 u32 total_bw = 0, used_port_bw = 0; in sparx5_config_auto_calendar() local 190 total_bw += this_bw; in sparx5_config_auto_calendar() 203 if (total_bw > max_core_bw) { in sparx5_config_auto_calendar() 206 total_bw, max_core_bw); in sparx5_config_auto_calendar()
|
/linux-6.3-rc2/net/bluetooth/ |
A D | a2mp.h | 80 __le32 total_bw; member
|
A D | a2mp.c | 923 rsp.total_bw = cpu_to_le32(hdev->amp_total_bw); in a2mp_send_getinfo_rsp()
|
A D | hci_event.c | 1120 hdev->amp_total_bw = __le32_to_cpu(rp->total_bw); in hci_cc_read_local_amp_info()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_dcb_lib.c | 315 u8 num_tc, total_bw = 0; in ice_dcb_bwchk() local 332 total_bw += etscfg->tcbwtable[i]; in ice_dcb_bwchk() 334 if (!total_bw) { in ice_dcb_bwchk() 336 } else if (total_bw != ICE_TC_MAX_BW) { in ice_dcb_bwchk()
|
/linux-6.3-rc2/kernel/sched/ |
A D | deadline.c | 213 dl_b->total_bw -= tsk_bw; in __dl_sub() 220 dl_b->total_bw += tsk_bw; in __dl_add() 228 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow() 506 dl_b->total_bw = 0; in init_dl_bw() 2579 rd->dl_bw.total_bw = 0; in dl_clear_root_domain() 2769 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
|
A D | debug.c | 711 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
|
A D | sched.h | 321 u64 total_bw; member
|
/linux-6.3-rc2/drivers/atm/ |
A D | he.c | 1505 he_dev->total_bw = 0; in he_start() 2196 if ((he_dev->total_bw + pcr_goal) in he_open() 2217 he_dev->total_bw += pcr_goal; in he_open() 2473 he_dev->total_bw -= he_dev->cs_stper[reg].pcr; in he_close() 2777 he_dev->total_bw, he_dev->atm_dev->link_rate * 10 / 9); in he_proc_read()
|
A D | he.h | 276 unsigned total_bw; member
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_link.c | 828 const u16 total_bw, in bnx2x_ets_e3b0_set_cos_bw() argument 895 u16 *total_bw) in bnx2x_ets_e3b0_get_total_bw() argument 901 *total_bw = 0 ; in bnx2x_ets_e3b0_get_total_bw() 915 *total_bw += in bnx2x_ets_e3b0_get_total_bw() 922 if (*total_bw == 0) { in bnx2x_ets_e3b0_get_total_bw() 1135 u16 total_bw = 0; in bnx2x_ets_e3b0_config() local 1162 &total_bw); in bnx2x_ets_e3b0_config() 1184 total_bw, in bnx2x_ets_e3b0_config() 1285 if ((!total_bw) || in bnx2x_ets_bw_limit() 1293 total_bw; in bnx2x_ets_bw_limit() [all …]
|
/linux-6.3-rc2/include/net/bluetooth/ |
A D | hci.h | 1563 __le32 total_bw; member
|
Completed in 87 milliseconds