Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c102 u16 linear_rq_headroom = params->xdp_prog ? in mlx5e_rx_get_linear_frag_sz() local
106 linear_rq_headroom += NET_IP_ALIGN; in mlx5e_rx_get_linear_frag_sz()
108 frag_sz = MLX5_SKB_FRAG_SZ(linear_rq_headroom + hw_mtu); in mlx5e_rx_get_linear_frag_sz()
180 u16 linear_rq_headroom = params->xdp_prog ? in mlx5e_get_rq_headroom() local
184 linear_rq_headroom += NET_IP_ALIGN; in mlx5e_get_rq_headroom()
190 return is_linear_skb ? linear_rq_headroom : 0; in mlx5e_get_rq_headroom()