Home
last modified time | relevance | path

Searched refs:tc_node_bw_t_info (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/ice/
HDice_sched.c4711 ice_set_clear_cir_bw(&pi->tc_node_bw_t_info[tc], bw); in ice_sched_save_tc_node_bw()
4714 ice_set_clear_eir_bw(&pi->tc_node_bw_t_info[tc], bw); in ice_sched_save_tc_node_bw()
4717 ice_set_clear_shared_bw(&pi->tc_node_bw_t_info[tc], bw); in ice_sched_save_tc_node_bw()
4824 ice_set_clear_cir_bw_alloc(&pi->tc_node_bw_t_info[tc], in ice_sched_save_tc_node_bw_alloc()
4828 ice_set_clear_eir_bw_alloc(&pi->tc_node_bw_t_info[tc], in ice_sched_save_tc_node_bw_alloc()
5834 &pi->tc_node_bw_t_info[tc]); in ice_sched_replay_tc_node_bw()
HDice_type.h970 struct ice_bw_type_info tc_node_bw_t_info[ICE_MAX_TRAFFIC_CLASS]; member