Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dcan327.c240 elm->rxfill = 0; in can327_init_device()
481 if (elm->rxfill >= hexlen + 3 && in can327_parse_frame()
663 elm->rxfill -= i; in can327_drop_bytes()
674 elm->rxfill = 0; in can327_parse_rxbuf()
700 elm->rxfill = 0; in can327_parse_rxbuf()
716 } else if (len == elm->rxfill) { in can327_parse_rxbuf()
722 elm->rxfill = 0; in can327_parse_rxbuf()
738 if (elm->rxfill) in can327_parse_rxbuf()
761 elm->rxfill = 0; in can327_netdev_open()
902 first_new_char_idx = elm->rxfill; in can327_ldisc_rx()
[all …]