Home
last modified time | relevance | path

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

/Linux-v4.19/net/802/
Dhippi.c50 struct hippi_hdr *hip = skb_push(skb, HIPPI_HLEN); in hippi_header()
54 len = skb->len - HIPPI_HLEN; in hippi_header()
86 return HIPPI_HLEN; in hippi_header()
89 return -((int)HIPPI_HLEN); in hippi_header()
108 skb_pull(skb, HIPPI_HLEN); in hippi_type_trans()
163 dev->hard_header_len = HIPPI_HLEN; in hippi_setup()
/Linux-v4.19/include/uapi/linux/
Dif_hippi.h34 #define HIPPI_HLEN sizeof(struct hippi_hdr) macro
37 #define HIPPI_FRAME_LEN (HIPPI_DATA_LEN + HIPPI_HLEN)
/Linux-v4.19/drivers/net/hippi/
Drrunner.c647 skb = alloc_skb(dev->mtu + HIPPI_HLEN, GFP_ATOMIC); in rr_init1()
656 dev->mtu + HIPPI_HLEN, PCI_DMA_FROMDEVICE); in rr_init1()
665 rrpriv->rx_ring[i].size = dev->mtu + HIPPI_HLEN; in rr_init1()
708 dev->mtu + HIPPI_HLEN, in rr_init1()
976 newskb = alloc_skb(dev->mtu + HIPPI_HLEN, in rx_int()
983 HIPPI_HLEN, PCI_DMA_FROMDEVICE); in rx_int()
989 dev->mtu + HIPPI_HLEN, in rx_int()
1008 desc->size = dev->mtu + HIPPI_HLEN; in rx_int()
1140 dev->mtu + HIPPI_HLEN, PCI_DMA_FROMDEVICE); in rr_raz_rx()