Commit 04e0fd00 authored by Mintz, Yuval's avatar Mintz, Yuval Committed by David S. Miller

qede: Remove unnecessary datapath dereference

Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7ca547bd
......@@ -622,7 +622,7 @@ static inline void qede_skb_receive(struct qede_dev *edev,
__vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
napi_gro_receive(&fp->napi, skb);
fp->rxq->rcv_pkts++;
rxq->rcv_pkts++;
}
static void qede_set_gro_params(struct qede_dev *edev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment