aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r--drivers/net/bnx2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h
index a1ff739bc9b5..f1edfaa9e56a 100644
--- a/drivers/net/bnx2.h
+++ b/drivers/net/bnx2.h
@@ -6556,6 +6556,8 @@ struct sw_pg {
6556 6556
6557struct sw_tx_bd { 6557struct sw_tx_bd {
6558 struct sk_buff *skb; 6558 struct sk_buff *skb;
6559 unsigned short is_gso;
6560 unsigned short nr_frags;
6559}; 6561};
6560 6562
6561#define SW_RXBD_RING_SIZE (sizeof(struct sw_bd) * RX_DESC_CNT) 6563#define SW_RXBD_RING_SIZE (sizeof(struct sw_bd) * RX_DESC_CNT)