Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/pi433/
Dpi433_if.c422 int bytes_to_read, bytes_total; in pi433_receive() local
480 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 …]
/Linux-v4.19/drivers/ps3/
Dps3-vuart.c736 unsigned long bytes_total = 0; in ps3_vuart_handle_interrupt_tx() local
756 bytes_total += bytes_written; in ps3_vuart_handle_interrupt_tx()
778 __func__, __LINE__, bytes_total); in ps3_vuart_handle_interrupt_tx()
/Linux-v4.19/Documentation/networking/
Dpacket_mmap.txt792 static unsigned long packets_total = 0, bytes_total = 0;
909 bytes_total += bytes;
972 stats.tp_packets, bytes_total, stats.tp_drops,