Lines Matching refs:pktlength
719 unsigned int pktlength;
778 pktlength = ((status & 0x3FFF0000UL) >> 16);
780 rdsz = pktlength + 3;
786 if (pktlength != (MIN_PACKET_SIZE + 4)) {
789 pktlength);
1221 unsigned int pktlength;
1242 pktlength = ((rxstat & 0x3FFF0000) >> 16);
1243 pktwords = (pktlength + NET_IP_ALIGN + 3) >> 2;
1271 skb_put(skb, pktlength - 4);
1278 dev->stats.rx_bytes += (pktlength - 4);