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.c1036 int udp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv4_udp_hdr()
1037 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv4_udp_hdr()
1055 int udp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv6_udp_hdr()
1056 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv6_udp_hdr()
1104 int nhoff = ETH_HLEN + rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_fin_psh_flags()
1118 int tcp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv4_tcp_hdr()
1119 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv4_tcp_hdr()
1129 if (ntohs(ipv4->id) == rq->hw_gro_data->second_ip_id) { in mlx5e_shampo_update_ipv4_tcp_hdr()
1130 bool encap = rq->hw_gro_data->fk.control.flags & FLOW_DIS_ENCAPSULATION; in mlx5e_shampo_update_ipv4_tcp_hdr()
1146 int tcp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv6_tcp_hdr()
[all …]
H A Den.h710 struct mlx5e_hw_gro_data *hw_gro_data; member
H A Den_main.c820 rq->hw_gro_data = kvzalloc_node(sizeof(*rq->hw_gro_data), GFP_KERNEL, node); in mlx5_rq_shampo_alloc()
821 if (!rq->hw_gro_data) { in mlx5_rq_shampo_alloc()
847 kvfree(rq->hw_gro_data); in mlx5e_rq_free_shampo()