Searched refs:MLX4_NET_IP_ALIGN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c57 rx_desc->data[0].byte_count = cpu_to_be32(priv->rx_mb_size - MLX4_NET_IP_ALIGN);
129 m_adj(mb, MLX4_NET_IP_ALIGN);
165 m_adj(mb, MLX4_NET_IP_ALIGN);
345 MLX4_NET_IP_ALIGN;
633 if (length <= (MHLEN - MLX4_NET_IP_ALIGN) &&
640 mb->m_data += MLX4_NET_IP_ALIGN;
H A Den.h72 #define MLX4_NET_IP_ALIGN 2 /* bytes */ macro

Completed in 362 milliseconds