Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dctucan_core.c453 uint32_t rx_head_pos = s->rx_tail_pos + s->rx_cnt; in ctucan_mem_read() local
454 rx_head_pos %= CTUCAN_RCV_BUF_LEN; in ctucan_mem_read()
455 s->rx_pointers.s.rx_wpp = rx_head_pos; in ctucan_mem_read()