Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dcan327.c666 static void can327_parse_rxbuf(struct can327 *elm, size_t first_new_char_idx) in can327_parse_rxbuf() argument
705 len = first_new_char_idx; in can327_parse_rxbuf()
892 size_t first_new_char_idx; in can327_ldisc_rx() local
902 first_new_char_idx = elm->rxfill; in can327_ldisc_rx()
939 can327_parse_rxbuf(elm, first_new_char_idx); in can327_ldisc_rx()