Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/arcnet/
Drfc1201.c268 in->lastpacket = in->numpackets = 0; in rx()
284 in->lastpacket = 1; in rx()
328 in->lastpacket++; in rx()
329 if (packetnum != in->lastpacket) { /* not the right flag! */ in rx()
331 if (packetnum <= in->lastpacket - 1) { in rx()
347 in->lastpacket = in->numpackets = 0; in rx()
362 if (in->lastpacket == in->numpackets) { in rx()
364 in->lastpacket = in->numpackets = 0; in rx()
/linux-2.4.37.9/include/linux/
Darcdevice.h213 uint8_t lastpacket, /* number of last packet (from 1) */ member