Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/pi433/
Dpi433_if.c102 u32 rx_bytes_to_drop; member
204 dev->rx_bytes_to_drop = rx_cfg->bytes_to_drop; in rf69_set_rx_cfg()
532 if (dev->rx_bytes_to_drop > dev->rx_bytes_dropped) in pi433_receive()
533 bytes_to_read = dev->rx_bytes_to_drop - in pi433_receive()
550 if (dev->rx_bytes_to_drop > dev->rx_bytes_dropped) in pi433_receive()