Home
last modified time | relevance | path

Searched refs:ice_cfg_rl_burst_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_sched.h285 int ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes);
H A Dice_sched.c5532 * ice_cfg_rl_burst_size - Set burst size value in ice_cfg_rl_burst_size()
5540 int ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes) in ice_cfg_rl_burst_size()
5522 enum ice_status ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes) ice_cfg_rl_burst_size() function
H A Dice_common.c1142 ice_cfg_rl_burst_size(hw, ICE_SCHED_DFLT_BURST_SIZE); in ice_init_hw()