Lines Matching refs:numbytes
175 int numbytes = 0; in pca_xfer() local
234 if (numbytes < msg->len) { in pca_xfer()
236 msg->buf[numbytes]); in pca_xfer()
237 numbytes++; in pca_xfer()
240 curmsg++; numbytes = 0; in pca_xfer()
258 if (numbytes < msg->len) { in pca_xfer()
259 pca_rx_byte(adap, &msg->buf[numbytes], 1); in pca_xfer()
260 numbytes++; in pca_xfer()
262 numbytes < msg->len - 1); in pca_xfer()
265 curmsg++; numbytes = 0; in pca_xfer()
298 if (numbytes == msg->len - 1) { in pca_xfer()
299 pca_rx_byte(adap, &msg->buf[numbytes], 0); in pca_xfer()
300 curmsg++; numbytes = 0; in pca_xfer()
308 numbytes, msg->len); in pca_xfer()