Searched refs:hw_gro_data (Results 1 – 3 of 3) sorted by relevance
1226 int udp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv4_udp_hdr()1227 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv4_udp_hdr()1245 int udp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv6_udp_hdr()1246 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv6_udp_hdr()1278 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv4_tcp_hdr()1302 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv6_tcp_hdr()1322 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_hdr()1624 rq->hw_gro_data->skb = NULL; in mlx5e_shampo_complete_rx_cqe()2262 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_flush_skb()2271 rq->hw_gro_data->skb = NULL; in mlx5e_shampo_flush_skb()[all …]
705 struct mlx5e_hw_gro_data *hw_gro_data; member
696 rq->hw_gro_data = kvzalloc_node(sizeof(*rq->hw_gro_data), GFP_KERNEL, node); in mlx5_rq_shampo_alloc()697 if (!rq->hw_gro_data) { in mlx5_rq_shampo_alloc()725 kvfree(rq->hw_gro_data); in mlx5e_rq_free_shampo()