Searched refs:tx_pkt_hdr (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 Dniu.c3488 struct tx_pkt_hdr *tp;
3492 tp = (struct tx_pkt_hdr *) skb->data;
6491 (pad_bytes + sizeof(struct tx_pkt_hdr));
6499 (pad_bytes + sizeof(struct tx_pkt_hdr));
6520 struct tx_pkt_hdr *tp;
6545 len = sizeof(struct tx_pkt_hdr) + 15;
6560 headroom = align + sizeof(struct tx_pkt_hdr);
6563 tp = (struct tx_pkt_hdr *) skb_push(skb, headroom);
6565 len = skb->len - sizeof(struct tx_pkt_hdr);
H A Dniu.h2800 struct tx_pkt_hdr { struct in struct:rx_pkt_hdr0

Completed in 131 milliseconds