Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den.h79 #define MLX5_SKB_FRAG_SZ(len) (SKB_DATA_ALIGN(len) + \ macro
117 #define MLX5E_MIN_SKB_FRAG_SZ (MLX5_SKB_FRAG_SZ(MLX5_RX_HEADROOM))
Den_rx.c1538 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt); in mlx5e_skb_from_cqe_linear()
1558 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt); in mlx5e_skb_from_cqe_linear()
1939 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt); in mlx5e_skb_from_cqe_mpwrq_linear()
1962 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt); in mlx5e_skb_from_cqe_mpwrq_linear()
1987 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + head_size); in mlx5e_skb_from_cqe_shampo()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c248 return MLX5_SKB_FRAG_SZ(headroom + hw_mtu); in mlx5e_rx_get_linear_sz_skb()