Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/arcnet/
Drfc1201.c262 in->lastpacket = in->numpackets = 0; in rx()
277 in->numpackets = ((unsigned) soft->split_flag >> 1) + 2; in rx()
280 if (in->numpackets > 16) { in rx()
288 in->skb = skb = alloc_skb(508 * in->numpackets + ARC_HDR_SIZE, 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.h216 numpackets; /* number of packets in split */ member