Searched refs:RFC1201_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/arcnet/ |
D | rfc1201.c | 96 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE; in type_trans() 152 if (length >= 4 + RFC1201_HDR_SIZE) in rx() 300 memcpy(pkt, pkthdr, ARC_HDR_SIZE + RFC1201_HDR_SIZE); in rx() 301 skb_put(skb, ARC_HDR_SIZE + RFC1201_HDR_SIZE); in rx() 350 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE, in rx() 352 length - RFC1201_HDR_SIZE); in rx() 353 skb_put(skb, length - RFC1201_HDR_SIZE); in rx() 378 int hdr_size = ARC_HDR_SIZE + RFC1201_HDR_SIZE; in build_header() 461 hard->offset[1] = ofs - RFC1201_HDR_SIZE; in load_pkt() 462 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE, in load_pkt() [all …]
|
/linux-4.1.27/include/uapi/linux/ |
D | if_arcnet.h | 65 #define RFC1201_HDR_SIZE 4 macro
|