Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/pi433/
Dpi433_if.c92 u32 rx_bytes_to_drop; member
194 dev->rx_bytes_to_drop = rx_cfg->bytes_to_drop; in rf69_set_rx_cfg()
518 if (dev->rx_bytes_to_drop > dev->rx_bytes_dropped) in pi433_receive()
519 bytes_to_read = dev->rx_bytes_to_drop - in pi433_receive()
536 if (dev->rx_bytes_to_drop > dev->rx_bytes_dropped) in pi433_receive()