Searched refs:rx_offset (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dznet.c509 ushort event, tx_status, rx_offset, state; local
516 rx_offset = inw (ioaddr);
520 " resetting.\n", dev->name, event, tx_status, rx_offset, state);
H A Dtg3.h2751 u32 rx_offset; member in struct:tg3
H A Dtg3.c4501 skb = netdev_alloc_skb(tp->dev, skb_size + tp->rx_offset);
4505 skb_reserve(skb, tp->rx_offset);
13461 tp->rx_offset = NET_IP_ALIGN + TG3_RX_HEADROOM;
13465 tp->rx_offset -= NET_IP_ALIGN;

Completed in 103 milliseconds