Searched refs:max_xdp_mtu (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4404 int max_xdp_mtu; local
4410 max_xdp_mtu = mlx5e_xdp_max_mtu(new_params, &xsk);
4414 new_params->sw_mtu > max_xdp_mtu) {
4424 max_mtu = min3(max_mtu_frame, max_mtu_page, max_xdp_mtu);

Completed in 182 milliseconds