Home
last modified time | relevance | path

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

/linux-2.6.39/net/802/
Dhippi.c51 struct hippi_hdr *hip = (struct hippi_hdr *)skb_push(skb, HIPPI_HLEN); in hippi_header()
55 len = skb->len - HIPPI_HLEN; in hippi_header()
87 return HIPPI_HLEN; in hippi_header()
90 return -((int)HIPPI_HLEN); in hippi_header()
136 skb_pull(skb, HIPPI_HLEN); in hippi_type_trans()
204 dev->hard_header_len = HIPPI_HLEN; in hippi_setup()
/linux-2.6.39/include/linux/
Dif_hippi.h33 #define HIPPI_HLEN sizeof(struct hippi_hdr) macro
36 #define HIPPI_FRAME_LEN (HIPPI_DATA_LEN + HIPPI_HLEN)
/linux-2.6.39/drivers/net/
Drrunner.c660 skb = alloc_skb(dev->mtu + HIPPI_HLEN, GFP_ATOMIC); in rr_init1()
669 dev->mtu + HIPPI_HLEN, PCI_DMA_FROMDEVICE); in rr_init1()
678 rrpriv->rx_ring[i].size = dev->mtu + HIPPI_HLEN; in rr_init1()
721 dev->mtu + HIPPI_HLEN, in rr_init1()
989 newskb = alloc_skb(dev->mtu + HIPPI_HLEN, in rx_int()
996 HIPPI_HLEN, PCI_DMA_FROMDEVICE); in rx_int()
1002 dev->mtu + HIPPI_HLEN, in rx_int()
1021 desc->size = dev->mtu + HIPPI_HLEN; in rx_int()
1153 dev->mtu + HIPPI_HLEN, PCI_DMA_FROMDEVICE); in rr_raz_rx()