Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Drl.c234 (rl_0->max_burst_sz == rl_1->max_burst_sz) && in mlx5_rl_are_equal()
383 rl->max_burst_sz); in mlx5_rl_add_rate()
406 rl->max_burst_sz); in mlx5_rl_remove_rate()
416 rl->rate, rl->max_burst_sz, rl->typical_pkt_sz); in mlx5_rl_remove_rate()
/linux/include/linux/mlx5/
H A Ddriver.h498 u32 max_burst_sz; member
/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c3879 err, new_rl.rate, new_rl.max_burst_sz, in modify_raw_packet_qp_sq()
4385 if (ucmd->burst_info.max_burst_sz) { in __mlx5_ib_modify_qp()
4388 raw_qp_param.rl.max_burst_sz = in __mlx5_ib_modify_qp()
4389 ucmd->burst_info.max_burst_sz; in __mlx5_ib_modify_qp()