RFC1201_HDR_SIZE   95 drivers/net/arcnet/rfc1201.c 	int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE;
RFC1201_HDR_SIZE  151 drivers/net/arcnet/rfc1201.c 		if (length >= 4 + RFC1201_HDR_SIZE) {
RFC1201_HDR_SIZE  303 drivers/net/arcnet/rfc1201.c 			memcpy(pkt, pkthdr, ARC_HDR_SIZE + RFC1201_HDR_SIZE);
RFC1201_HDR_SIZE  304 drivers/net/arcnet/rfc1201.c 			skb_put(skb, ARC_HDR_SIZE + RFC1201_HDR_SIZE);
RFC1201_HDR_SIZE  353 drivers/net/arcnet/rfc1201.c 		lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE,
RFC1201_HDR_SIZE  355 drivers/net/arcnet/rfc1201.c 				      length - RFC1201_HDR_SIZE);
RFC1201_HDR_SIZE  356 drivers/net/arcnet/rfc1201.c 		skb_put(skb, length - RFC1201_HDR_SIZE);
RFC1201_HDR_SIZE  381 drivers/net/arcnet/rfc1201.c 	int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE;
RFC1201_HDR_SIZE  462 drivers/net/arcnet/rfc1201.c 		hard->offset[1] = ofs - RFC1201_HDR_SIZE;
RFC1201_HDR_SIZE  463 drivers/net/arcnet/rfc1201.c 		lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE,
RFC1201_HDR_SIZE  464 drivers/net/arcnet/rfc1201.c 				    &excsoft, RFC1201_HDR_SIZE);
RFC1201_HDR_SIZE  479 drivers/net/arcnet/rfc1201.c 	const int maxsegsize = XMTU - RFC1201_HDR_SIZE;
RFC1201_HDR_SIZE  493 drivers/net/arcnet/rfc1201.c 		out->length = length - RFC1201_HDR_SIZE;
RFC1201_HDR_SIZE  516 drivers/net/arcnet/rfc1201.c 	int maxsegsize = XMTU - RFC1201_HDR_SIZE;
RFC1201_HDR_SIZE  540 drivers/net/arcnet/rfc1201.c 	load_pkt(dev, hard, newsoft, seglen + RFC1201_HDR_SIZE, bufnum);