Home
last modified time | relevance | path

Searched refs:pkthdr (Results 1 – 6 of 6) sorted by relevance

/drivers/net/arcnet/
Drfc1051.c41 struct archdr *pkthdr, int length);
122 struct archdr *pkthdr, int length) in rx() argument
126 struct archdr *pkt = pkthdr; in rx()
147 memcpy(pkt, pkthdr, sizeof(struct archdr)); in rx()
Darc-rawmode.c40 struct archdr *pkthdr, int length) in rx() argument
44 struct archdr *pkt = pkthdr; in rx()
68 memcpy(pkt, pkthdr, sizeof(struct archdr)); in rx()
Drfc1201.c42 struct archdr *pkthdr, int length);
133 struct archdr *pkthdr, int length) in rx() argument
137 struct archdr *pkt = pkthdr; in rx()
138 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx()
195 memcpy(pkt, pkthdr, sizeof(struct archdr)); in rx()
303 memcpy(pkt, pkthdr, ARC_HDR_SIZE + RFC1201_HDR_SIZE); in rx()
Dcapmode.c43 struct archdr *pkthdr, int length) in rx() argument
47 struct archdr *pkt = pkthdr; in rx()
76 pkthdrbuf = (char *)pkthdr; in rx()
Darcnet.c62 struct archdr *pkthdr, int length);
1067 struct archdr *pkthdr, int length) in null_rx() argument
1071 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
Darcdevice.h202 struct archdr *pkthdr, int length);