Searched refs:pktwords (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmsc911x.c965 unsigned int pktwords = (pktbytes + NET_IP_ALIGN + 3) >> 2; local
967 if (likely(pktwords >= 4)) {
981 while (pktwords--)
996 unsigned int pktwords; local
1017 pktwords = (pktlength + NET_IP_ALIGN + 3) >> 2;
1025 smsc911x_rx_fastforward(pdata, pktwords);
1035 smsc911x_rx_fastforward(pdata, pktwords);
1047 pktwords); local

Completed in 99 milliseconds