Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.h27 #define ICE_MAX_BURST_SIZE_KBYTE_GRANULARITY ICE_MAX_BURST_SIZE_ALLOWED macro
H A Dice_sched.c4091 if (bytes > ICE_MAX_BURST_SIZE_KBYTE_GRANULARITY) in ice_cfg_rl_burst_size()
4092 bytes = ICE_MAX_BURST_SIZE_KBYTE_GRANULARITY; in ice_cfg_rl_burst_size()