Home
last modified time | relevance | path

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

/drivers/net/arcnet/
Drfc1201.c266 in->lastpacket = in->numpackets = 0; in rx()
281 in->lastpacket = 1; in rx()
324 in->lastpacket++; in rx()
326 if (packetnum != in->lastpacket) { in rx()
328 if (packetnum <= in->lastpacket - 1) { in rx()
344 in->lastpacket = in->numpackets = 0; in rx()
359 if (in->lastpacket == in->numpackets) { in rx()
361 in->lastpacket = in->numpackets = 0; in rx()
Darcdevice.h220 uint8_t lastpacket, /* number of last packet (from 1) */ member