Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.h38 #define ICE_MAX_BURST_SIZE_KBYTE_GRANULARITY ICE_MAX_BURST_SIZE_ALLOWED macro
H A Dice_sched.c4071 if (bytes > ICE_MAX_BURST_SIZE_KBYTE_GRANULARITY) in ice_cfg_rl_burst_size()
4072 bytes = ICE_MAX_BURST_SIZE_KBYTE_GRANULARITY; in ice_cfg_rl_burst_size()