Home
last modified time | relevance | path

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

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