Home
last modified time | relevance | path

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

/linux/drivers/net/arcnet/
A Drfc1201.c96 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE; in type_trans()
152 if (length >= 4 + RFC1201_HDR_SIZE) { in rx()
305 skb_put(skb, ARC_HDR_SIZE + RFC1201_HDR_SIZE); in rx()
356 length - RFC1201_HDR_SIZE); in rx()
357 skb_put(skb, length - RFC1201_HDR_SIZE); in rx()
382 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE; in build_header()
463 hard->offset[1] = ofs - RFC1201_HDR_SIZE; in load_pkt()
465 &excsoft, RFC1201_HDR_SIZE); in load_pkt()
480 const int maxsegsize = XMTU - RFC1201_HDR_SIZE; in prepare_tx()
494 out->length = length - RFC1201_HDR_SIZE; in prepare_tx()
[all …]
/linux/include/uapi/linux/
A Dif_arcnet.h65 #define RFC1201_HDR_SIZE 4 macro

Completed in 6 milliseconds