Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/arcnet/
Drfc1201.c262 in->lastpacket = in->numpackets = 0; in rx()
278 in->lastpacket = 1; in rx()
322 in->lastpacket++; in rx()
323 if (packetnum != in->lastpacket) { /* not the right flag! */ in rx()
325 if (packetnum <= in->lastpacket - 1) { in rx()
341 in->lastpacket = in->numpackets = 0; in rx()
356 if (in->lastpacket == in->numpackets) { in rx()
358 in->lastpacket = in->numpackets = 0; in rx()
/linux-4.1.27/include/linux/
Darcdevice.h215 uint8_t lastpacket, /* number of last packet (from 1) */ member