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

/linux-master/net/802/
H A Dhippi.c46 struct hippi_hdr *hip = skb_push(skb, HIPPI_HLEN);
50 len = skb->len - HIPPI_HLEN;
82 return HIPPI_HLEN;
85 return -((int)HIPPI_HLEN);
104 skb_pull(skb, HIPPI_HLEN);
159 dev->hard_header_len = HIPPI_HLEN;
/linux-master/include/uapi/linux/
H A Dif_hippi.h34 #define HIPPI_HLEN sizeof(struct hippi_hdr) macro
37 #define HIPPI_FRAME_LEN (HIPPI_DATA_LEN + HIPPI_HLEN)
/linux-master/drivers/net/hippi/
H A Drrunner.c649 skb = alloc_skb(dev->mtu + HIPPI_HLEN, GFP_ATOMIC);
658 dev->mtu + HIPPI_HLEN, DMA_FROM_DEVICE);
667 rrpriv->rx_ring[i].size = dev->mtu + HIPPI_HLEN;
710 dev->mtu + HIPPI_HLEN,
978 newskb = alloc_skb(dev->mtu + HIPPI_HLEN,
985 dev->mtu + HIPPI_HLEN,
992 dev->mtu + HIPPI_HLEN,
1011 desc->size = dev->mtu + HIPPI_HLEN;
1145 dev->mtu + HIPPI_HLEN,

Completed in 219 milliseconds