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

/linux-master/include/uapi/linux/
H A Dif_arcnet.h65 #define RFC1201_HDR_SIZE 4 macro
/linux-master/drivers/net/arcnet/
H A Drfc1201.c96 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE;
152 if (length >= 4 + RFC1201_HDR_SIZE) {
304 memcpy(pkt, pkthdr, ARC_HDR_SIZE + RFC1201_HDR_SIZE);
305 skb_put(skb, ARC_HDR_SIZE + RFC1201_HDR_SIZE);
354 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE,
356 length - RFC1201_HDR_SIZE);
357 skb_put(skb, length - RFC1201_HDR_SIZE);
382 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE;
463 hard->offset[1] = ofs - RFC1201_HDR_SIZE;
464 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE,
[all...]

Completed in 97 milliseconds