Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c44 frag_sz = MLX5_SKB_FRAG_SZ(frag_sz); in mlx5e_rx_get_linear_frag_sz()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den.h77 #define MLX5_SKB_FRAG_SZ(len) (SKB_DATA_ALIGN(len) + \ macro
107 #define MLX5E_MIN_SKB_FRAG_SZ (MLX5_SKB_FRAG_SZ(MLX5_RX_HEADROOM))
Den_rx.c1069 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt); in mlx5e_skb_from_cqe_linear()
1301 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt32); in mlx5e_skb_from_cqe_mpwrq_linear()