Lines Matching defs:packets
634 * @packets: the number of packets during this measurement interval
637 * Stores a new ITR value based on packets and byte counts during the last
646 int packets, int bytes)
650 if (packets == 0)
656 if (bytes/packets > 8000)
658 else if ((packets < 5) && (bytes > 512))
664 if (bytes/packets > 8000)
666 else if ((packets < 10) || ((bytes/packets) > 1200))
668 else if ((packets > 35))
670 } else if (bytes/packets > 2000) {
672 } else if (packets <= 2 && bytes < 512) {
678 if (packets > 35)
697 /* counts and packets in update_itr are dependent on these numbers */
1186 * @budget: amount of packets driver is allowed to process this poll
1218 * Configure the maximum size of packets that will be received