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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c261 unsigned int rx_pkt_pad; /* RX padding for L2 packets */ member in struct:sge
544 q->dma_offset = sge->rx_pkt_pad ? 0 : NET_IP_ALIGN;
753 V_RX_PKT_OFFSET(sge->rx_pkt_pad);
799 * If the SGE doesn't automatically align packets properly (!sge->rx_pkt_pad),
821 skb_reserve(skb, sge->rx_pkt_pad);
1339 skb = get_packet(adapter->pdev, fl, len - sge->rx_pkt_pad);
2058 sge->rx_pkt_pad = t1_is_T1B(adapter) ? 0 : 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/chelsio/
H A Dsge.c261 unsigned int rx_pkt_pad; /* RX padding for L2 packets */ member in struct:sge
544 q->dma_offset = sge->rx_pkt_pad ? 0 : NET_IP_ALIGN;
753 V_RX_PKT_OFFSET(sge->rx_pkt_pad);
799 * If the SGE doesn't automatically align packets properly (!sge->rx_pkt_pad),
821 skb_reserve(skb, sge->rx_pkt_pad);
1339 skb = get_packet(adapter->pdev, fl, len - sge->rx_pkt_pad);
2058 sge->rx_pkt_pad = t1_is_T1B(adapter) ? 0 : 2;

Completed in 114 milliseconds