Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c1326 hw->num_tx_sched_layers = LE16_TO_CPU(buf->sched_props.logical_levels); in ice_sched_query_res_alloc()
1328 LE16_TO_CPU(buf->sched_props.phys_levels); in ice_sched_query_res_alloc()
1329 hw->flattened_layers = buf->sched_props.flattening_bitmap; in ice_sched_query_res_alloc()
1330 hw->max_cgds = buf->sched_props.max_pf_cgds; in ice_sched_query_res_alloc()
H A Dice_adminq_cmd.h1174 struct ice_aqc_generic_sched_props sched_props; member