/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_dpia_bw.c | 197 int total_bw = 0; in get_host_router_total_dp_tunnel_bw() local 219 total_bw += link_dpia_primary->dpia_bw_alloc_config.estimated_bw + in get_host_router_total_dp_tunnel_bw() 223 total_bw = link_dpia_primary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw() 226 total_bw += link_dpia_secondary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw() 232 return total_bw; in get_host_router_total_dp_tunnel_bw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H 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()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | a2mp.h | 80 __le32 total_bw; member
|
H A D | a2mp.c | 923 rsp.total_bw = cpu_to_le32(hdev->amp_total_bw); in a2mp_send_getinfo_rsp()
|
H A D | hci_event.c | 915 hdev->amp_total_bw = __le32_to_cpu(rp->total_bw); in hci_cc_read_local_amp_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_lib.c | 237 u8 num_tc, total_bw = 0; in ice_dcb_bwchk() local 254 total_bw += etscfg->tcbwtable[i]; in ice_dcb_bwchk() 256 if (!total_bw) { in ice_dcb_bwchk() 258 } else if (total_bw != ICE_TC_MAX_BW) { in ice_dcb_bwchk()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H 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()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | deadline.c | 216 dl_b->total_bw -= tsk_bw; in __dl_sub() 223 dl_b->total_bw += tsk_bw; in __dl_add() 231 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow() 502 dl_b->total_bw = 0; in init_dl_bw() 2576 rd->dl_bw.total_bw = 0; in dl_clear_root_domain() 2791 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
|
H A D | debug.c | 758 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
|
H A D | sched.h | 395 * - total_bw is the currently allocated bandwidth in each root domain; 400 u64 total_bw; member
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | deadline.c | 418 dl_b->total_bw = 0; in init_dl_bw() 2410 rd->dl_bw.total_bw = 0; in dl_clear_root_domain() 2597 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate() 2864 cur_dl_b->bw * trial_cpus < cur_dl_b->total_bw) in dl_cpuset_cpumask_can_shrink()
|
H A D | sched.h | 378 * - total_bw is the currently allocated bandwidth in each root domain; 383 u64 total_bw; member 391 dl_b->total_bw -= tsk_bw; in __dl_sub() 398 dl_b->total_bw += tsk_bw; in __dl_add() 406 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
|
H A D | debug.c | 680 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 1508 he_dev->total_bw = 0; in he_start() 2199 if ((he_dev->total_bw + pcr_goal) in he_open() 2220 he_dev->total_bw += pcr_goal; in he_open() 2476 he_dev->total_bw -= he_dev->cs_stper[reg].pcr; in he_close() 2780 he_dev->total_bw, he_dev->atm_dev->link_rate * 10 / 9); in he_proc_read()
|
H A D | he.h | 276 unsigned total_bw; member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H 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()
|
H A D | he.h | 276 unsigned total_bw; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 828 const u16 total_bw, in bnx2x_ets_e3b0_set_cos_bw() 835 const u32 cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw; in bnx2x_ets_e3b0_set_cos_bw() 836 const u32 cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw; in bnx2x_ets_e3b0_set_cos_bw() 895 u16 *total_bw) in bnx2x_ets_e3b0_get_total_bw() 901 *total_bw = 0 ; in bnx2x_ets_e3b0_get_total_bw() 915 *total_bw += in bnx2x_ets_e3b0_get_total_bw() 921 if ((is_bw_cos_exist == 1) && (*total_bw != 100)) { 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() 824 bnx2x_ets_e3b0_set_cos_bw(struct bnx2x *bp, const u8 cos_entry, const u32 min_w_val_nig, const u32 min_w_val_pbf, const u16 total_bw, const u8 bw, const u8 port) bnx2x_ets_e3b0_set_cos_bw() argument 892 bnx2x_ets_e3b0_get_total_bw( const struct link_params *params, struct bnx2x_ets_params *ets_params, u16 *total_bw) bnx2x_ets_e3b0_get_total_bw() argument 1279 const u32 total_bw = cos0_bw + cos1_bw; bnx2x_ets_bw_limit() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 828 const u16 total_bw, in bnx2x_ets_e3b0_set_cos_bw() 835 const u32 cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw; in bnx2x_ets_e3b0_set_cos_bw() 836 const u32 cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw; in bnx2x_ets_e3b0_set_cos_bw() 895 u16 *total_bw) in bnx2x_ets_e3b0_get_total_bw() 901 *total_bw = 0 ; in bnx2x_ets_e3b0_get_total_bw() 915 *total_bw += in bnx2x_ets_e3b0_get_total_bw() 921 if ((is_bw_cos_exist == 1) && (*total_bw != 100)) { 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() 824 bnx2x_ets_e3b0_set_cos_bw(struct bnx2x *bp, const u8 cos_entry, const u32 min_w_val_nig, const u32 min_w_val_pbf, const u16 total_bw, const u8 bw, const u8 port) bnx2x_ets_e3b0_set_cos_bw() argument 892 bnx2x_ets_e3b0_get_total_bw( const struct link_params *params, struct bnx2x_ets_params *ets_params, u16 *total_bw) bnx2x_ets_e3b0_get_total_bw() argument 1279 const u32 total_bw = cos0_bw + cos1_bw; bnx2x_ets_bw_limit() local [all...] |
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1386 __le32 total_bw; member
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1601 __le32 total_bw; member
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 1142 hdev->amp_total_bw = __le32_to_cpu(rp->total_bw); in hci_cc_read_local_amp_info()
|