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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dhippi.c51 struct hippi_hdr *hip = (struct hippi_hdr *)skb_push(skb, HIPPI_HLEN);
55 len = skb->len - HIPPI_HLEN;
87 return HIPPI_HLEN;
90 return -((int)HIPPI_HLEN);
136 skb_pull(skb, HIPPI_HLEN);
203 dev->hard_header_len = HIPPI_HLEN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_hippi.h32 #define HIPPI_HLEN sizeof(struct hippi_hdr) macro
35 #define HIPPI_FRAME_LEN (HIPPI_DATA_LEN + HIPPI_HLEN)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Drrunner.c651 skb = alloc_skb(dev->mtu + HIPPI_HLEN, GFP_ATOMIC);
660 dev->mtu + HIPPI_HLEN, PCI_DMA_FROMDEVICE);
669 rrpriv->rx_ring[i].size = dev->mtu + HIPPI_HLEN;
712 dev->mtu + HIPPI_HLEN,
980 newskb = alloc_skb(dev->mtu + HIPPI_HLEN,
987 HIPPI_HLEN, PCI_DMA_FROMDEVICE);
993 dev->mtu + HIPPI_HLEN,
1013 desc->size = dev->mtu + HIPPI_HLEN;
1145 dev->mtu + HIPPI_HLEN, PCI_DMA_FROMDEVICE);

Completed in 102 milliseconds