Lines Matching refs:pktlength
716 unsigned int pktlength;
775 pktlength = ((status & 0x3FFF0000UL) >> 16);
777 rdsz = pktlength + 3;
783 if (pktlength != (MIN_PACKET_SIZE + 4)) {
786 pktlength);
1213 unsigned int pktlength;
1234 pktlength = ((rxstat & 0x3FFF0000) >> 16);
1235 pktwords = (pktlength + NET_IP_ALIGN + 3) >> 2;
1263 skb_put(skb, pktlength - 4);
1270 dev->stats.rx_bytes += (pktlength - 4);