Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1145 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt); in mlx5e_skb_from_cqe_linear()
1157 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt); in mlx5e_skb_from_cqe_linear()
1466 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt32); in mlx5e_skb_from_cqe_mpwrq_linear()
1481 frag_size = MLX5_SKB_FRAG_SZ(rx_headroom + cqe_bcnt32); in mlx5e_skb_from_cqe_mpwrq_linear()
Den.h78 #define MLX5_SKB_FRAG_SZ(len) (SKB_DATA_ALIGN(len) + \ macro
114 #define MLX5E_MIN_SKB_FRAG_SZ (MLX5_SKB_FRAG_SZ(MLX5_RX_HEADROOM))
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c50 frag_sz = MLX5_SKB_FRAG_SZ(frag_sz); in mlx5e_rx_get_linear_frag_sz()