tag | line | file | source code |
numpackets | 379 | drivers/net/arcnet.c | numpackets; /* number of packets in split */ |
numpackets | 2013 | drivers/net/arcnet.c | in->lastpacket=in->numpackets=0; |
numpackets | 2031 | drivers/net/arcnet.c | in->numpackets=((unsigned)arcsoft->split_flag>>1)+2; |
numpackets | 2034 | drivers/net/arcnet.c | if (in->numpackets>16) |
numpackets | 2042 | drivers/net/arcnet.c | in->skb=skb=alloc_skb(508*in->numpackets |
numpackets | 2101 | drivers/net/arcnet.c | in->lastpacket=in->numpackets=0; |
numpackets | 2120 | drivers/net/arcnet.c | if (in->lastpacket == in->numpackets) |
numpackets | 2126 | drivers/net/arcnet.c | in->lastpacket=in->numpackets=0; |