Searched refs:bytes_total (Results 1 – 3 of 3) sorted by relevance
422 int bytes_to_read, bytes_total; in pi433_receive() local480 bytes_total = dev->rx_cfg.fixed_message_length; in pi433_receive()482 bytes_total); in pi433_receive()484 bytes_total = dev->rx_buffer_size; in pi433_receive()486 bytes_total); in pi433_receive()496 rf69_read_fifo(spi, (u8 *)&bytes_total, 1); in pi433_receive()497 if (bytes_total > dev->rx_buffer_size) { in pi433_receive()503 bytes_total); in pi433_receive()510 bytes_total--; in pi433_receive()523 while (dev->rx_position < bytes_total) { in pi433_receive()[all …]
736 unsigned long bytes_total = 0; in ps3_vuart_handle_interrupt_tx() local756 bytes_total += bytes_written; in ps3_vuart_handle_interrupt_tx()778 __func__, __LINE__, bytes_total); in ps3_vuart_handle_interrupt_tx()
792 static unsigned long packets_total = 0, bytes_total = 0;909 bytes_total += bytes;972 stats.tp_packets, bytes_total, stats.tp_drops,