Home
last modified time | relevance | path

Searched refs:RFC1201_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/arcnet/
Drfc1201.c95 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE; in type_trans()
151 if (length >= 4 + RFC1201_HDR_SIZE) { in rx()
303 memcpy(pkt, pkthdr, ARC_HDR_SIZE + RFC1201_HDR_SIZE); in rx()
304 skb_put(skb, ARC_HDR_SIZE + RFC1201_HDR_SIZE); in rx()
353 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE, in rx()
355 length - RFC1201_HDR_SIZE); in rx()
356 skb_put(skb, length - RFC1201_HDR_SIZE); in rx()
381 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE; in build_header()
462 hard->offset[1] = ofs - RFC1201_HDR_SIZE; in load_pkt()
463 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE, in load_pkt()
[all …]
/linux-6.1.9/include/uapi/linux/
Dif_arcnet.h65 #define RFC1201_HDR_SIZE 4 macro