Searched refs:hw_gro_data (Results 1 – 3 of 3) sorted by relevance
1141 int udp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv4_udp_hdr()1142 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv4_udp_hdr()1160 int udp_off = rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_ipv6_udp_hdr()1161 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv6_udp_hdr()1193 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv4_tcp_hdr()1217 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_ipv6_tcp_hdr()1237 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_update_hdr()1538 rq->hw_gro_data->skb = NULL; in mlx5e_shampo_complete_rx_cqe()2099 struct sk_buff *skb = rq->hw_gro_data->skb; in mlx5e_shampo_flush_skb()2108 rq->hw_gro_data->skb = NULL; in mlx5e_shampo_flush_skb()[all …]
739 struct mlx5e_hw_gro_data *hw_gro_data; member
636 rq->hw_gro_data = kvzalloc_node(sizeof(*rq->hw_gro_data), GFP_KERNEL, node); in mlx5_rq_shampo_alloc()637 if (!rq->hw_gro_data) { in mlx5_rq_shampo_alloc()665 kvfree(rq->hw_gro_data); in mlx5e_rq_free_shampo()
Completed in 24 milliseconds