Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/arcnet/
Drfc1201.c305 int packetnum = ((unsigned) soft->split_flag >> 1) + 1; in rx() local
323 if (packetnum != in->lastpacket) { /* not the right flag! */ in rx()
325 if (packetnum <= in->lastpacket - 1) { in rx()