Lines Matching refs:numbytes
187 int numbytes = 0; in pca_xfer() local
246 if (numbytes < msg->len) { in pca_xfer()
248 msg->buf[numbytes]); in pca_xfer()
249 numbytes++; in pca_xfer()
252 curmsg++; numbytes = 0; in pca_xfer()
270 if (numbytes < msg->len) { in pca_xfer()
271 pca_rx_byte(adap, &msg->buf[numbytes], 1); in pca_xfer()
272 numbytes++; in pca_xfer()
274 numbytes < msg->len - 1); in pca_xfer()
277 curmsg++; numbytes = 0; in pca_xfer()
310 if (numbytes == msg->len - 1) { in pca_xfer()
311 pca_rx_byte(adap, &msg->buf[numbytes], 0); in pca_xfer()
312 curmsg++; numbytes = 0; in pca_xfer()
320 numbytes, msg->len); in pca_xfer()