Searched refs:HIPPI_HLEN (Results 1 – 3 of 3) sorted by relevance
46 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()
34 #define HIPPI_HLEN sizeof(struct hippi_hdr) macro37 #define HIPPI_FRAME_LEN (HIPPI_DATA_LEN + HIPPI_HLEN)
649 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()