Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1079 int udp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv4_udp_hdr()
1080 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv4_udp_hdr()
1098 int udp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv6_udp_hdr()
1099 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv6_udp_hdr()
1147 int nhoff = ETH_HLEN + rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_fin_psh_flags()
1161 int tcp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv4_tcp_hdr()
1162 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv4_tcp_hdr()
1172 if (ntohs(ipv4->id) == rq->hw_gro_data->second_ip_id) { in mlx5e_shampo_update_ipv4_tcp_hdr()
1173 bool encap = rq->hw_gro_data->fk.control.flags & FLOW_DIS_ENCAPSULATION; in mlx5e_shampo_update_ipv4_tcp_hdr()
1186 int tcp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv6_tcp_hdr()
[all …]
H A Den.h719 struct mlx5e_hw_gro_data *hw_gro_data; member
H A Den_main.c862 rq->hw_gro_data = kvzalloc_node(sizeof(*rq->hw_gro_data), GFP_KERNEL, node); in mlx5_rq_shampo_alloc()
863 if (!rq->hw_gro_data) { in mlx5_rq_shampo_alloc()
889 kvfree(rq->hw_gro_data); in mlx5e_rq_free_shampo()