| tag | line | file | source code |
|---|---|---|---|
| packetnum | 2473 | drivers/net/arcnet.c | int packetnum=((unsigned)arcsoft->split_flag>>1) + 1; |
| packetnum | 2488 | drivers/net/arcnet.c | if (packetnum!=in->lastpacket) /* not the right flag! */ |
| packetnum | 2491 | drivers/net/arcnet.c | if (packetnum<=in->lastpacket-1) |