Lines Matching defs:bytes
197 Threshold is bytes transferred to chip before transmission starts. */
198 #define TX_FIFO_THRESH 256 /* In bytes, rounded down to 32 byte units. */
200 /* The following settings are log_2(bytes)-4: 0 == 16 bytes .. 6==1024, 7==end of packet. */
329 FlashReg = 0xD4, /* Communication with Flash ROM, four bytes. */
575 u64 bytes;
1808 tp->tx_stats.bytes += txstatus & 0x7ff;
2053 tp->rx_stats.bytes += pkt_size;
2537 stats->rx_bytes = tp->rx_stats.bytes;
2543 stats->tx_bytes = tp->tx_stats.bytes;