Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c58 skb_reserve(skb, MLX5E_NET_IP_ALIGN); in mlx5e_alloc_rx_wqe()
61 wqe->data.addr = cpu_to_be64(dma_addr + MLX5E_NET_IP_ALIGN); in mlx5e_alloc_rx_wqe()
Den.h514 #define MLX5E_NET_IP_ALIGN 2 macro
Den_main.c340 rq->wqe_sz = SKB_DATA_ALIGN(rq->wqe_sz + MLX5E_NET_IP_ALIGN); in mlx5e_create_rq()
344 u32 byte_count = rq->wqe_sz - MLX5E_NET_IP_ALIGN; in mlx5e_create_rq()