Lines Matching defs:rxfill
87 int rxfill; /* Bytes already RX'd in buffer */
240 elm->rxfill = 0;
481 if (elm->rxfill >= hexlen + 3 &&
663 elm->rxfill -= i;
674 elm->rxfill = 0;
679 for (pos = 0; pos < elm->rxfill; pos++) {
697 if (can327_is_ready_char(elm->rxbuf[elm->rxfill - 1]))
700 elm->rxfill = 0;
706 while (len < elm->rxfill && elm->rxbuf[len] != '\r')
716 } else if (len == elm->rxfill) {
717 if (can327_is_ready_char(elm->rxbuf[elm->rxfill - 1])) {
722 elm->rxfill = 0;
738 if (elm->rxfill)
761 elm->rxfill = 0;
899 /* Store old rxfill, so can327_parse_rxbuf() will have
902 first_new_char_idx = elm->rxfill;
905 if (elm->rxfill >= CAN327_SIZE_RXBUF) {
933 elm->rxbuf[elm->rxfill++] = *cp;