Lines Matching defs:bytes
992 * but keep the FCS bytes out of the total_rx_bytes
2485 * @bytes: the number of bytes during this measurement interval
2496 static unsigned int e1000_update_itr(u16 itr_setting, int packets, int bytes)
2506 if (bytes / packets > 8000)
2508 else if ((packets < 5) && (bytes > 512))
2512 if (bytes > 10000) {
2514 if (bytes / packets > 8000)
2516 else if ((packets < 10) || ((bytes / packets) > 1200))
2520 } else if (bytes / packets > 2000) {
2522 } else if (packets <= 2 && bytes < 512) {
2527 if (bytes > 25000) {
2530 } else if (bytes < 6000) {
3980 /* the Tx fifo also stores 16 bytes of information about the Tx
4084 * allocation of the packet buffer minus 96 bytes with an upper
5806 /* The minimum packet size with TCTL.PSP set is 17 bytes so
5817 * points to just header, pull a few bytes of payload from
6051 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN