Searched refs:mlx5e_rx_get_linear_sz_skb (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c244 static u32 mlx5e_rx_get_linear_sz_skb(struct mlx5e_params *params, bool no_head_tail_room) function
276 sz = roundup_pow_of_two(mlx5e_rx_get_linear_sz_skb(params, no_head_tail_room));
303 /* Call mlx5e_rx_get_linear_sz_skb with the no_head_tail_room parameter set
310 if (mlx5e_rx_get_linear_sz_skb(params, xsk) > PAGE_SIZE)

Completed in 119 milliseconds