Searched refs:BNX2_RX_ALIGN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c2727 if (unlikely((align = (unsigned long) skb->data & (BNX2_RX_ALIGN - 1))))
2728 skb_reserve(skb, BNX2_RX_ALIGN - align);
5293 rx_space = SKB_DATA_ALIGN(rx_size + BNX2_RX_ALIGN) + NET_SKB_PAD +
5317 bp->rx_buf_size = bp->rx_buf_use_size + BNX2_RX_ALIGN;
H A Dbnx2.h63 #define BNX2_RX_ALIGN 16 macro

Completed in 136 milliseconds