Searched refs:MLX4_NET_IP_ALIGN (Results 1 – 2 of 2) sorted by relevance
57 rx_desc->data[0].byte_count = cpu_to_be32(priv->rx_mb_size - MLX4_NET_IP_ALIGN); in mlx4_en_init_rx_desc()129 m_adj(mb, MLX4_NET_IP_ALIGN); in mlx4_en_alloc_buf()165 m_adj(mb, MLX4_NET_IP_ALIGN); in mlx4_en_alloc_buf()345 MLX4_NET_IP_ALIGN; in mlx4_en_calc_rx_buf()633 if (length <= (MHLEN - MLX4_NET_IP_ALIGN) && in mlx4_en_rx_mb()640 mb->m_data += MLX4_NET_IP_ALIGN; in mlx4_en_rx_mb()
80 #define MLX4_NET_IP_ALIGN 2 /* bytes */ macro