Searched refs:rxfill (Results 1 – 1 of 1) sorted by relevance
87 int rxfill; /* Bytes already RX'd in buffer */ member240 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 …]