Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds