Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/can/
Dcan327.c87 int rxfill; /* Bytes already RX'd in buffer */ member
240 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()
679 for (pos = 0; pos < elm->rxfill; pos++) { in can327_parse_rxbuf()
697 if (can327_is_ready_char(elm->rxbuf[elm->rxfill - 1])) in can327_parse_rxbuf()
700 elm->rxfill = 0; in can327_parse_rxbuf()
706 while (len < elm->rxfill && elm->rxbuf[len] != '\r') in can327_parse_rxbuf()
716 } else if (len == elm->rxfill) { in can327_parse_rxbuf()
[all …]