Lines Matching refs:numbytes
184 int numbytes = 0; in pca_xfer() local
243 if (numbytes < msg->len) { in pca_xfer()
245 msg->buf[numbytes]); in pca_xfer()
246 numbytes++; in pca_xfer()
249 curmsg++; numbytes = 0; in pca_xfer()
267 if (numbytes < msg->len) { in pca_xfer()
268 pca_rx_byte(adap, &msg->buf[numbytes], 1); in pca_xfer()
269 numbytes++; in pca_xfer()
271 numbytes < msg->len - 1); in pca_xfer()
274 curmsg++; numbytes = 0; in pca_xfer()
307 if (numbytes == msg->len - 1) { in pca_xfer()
308 pca_rx_byte(adap, &msg->buf[numbytes], 0); in pca_xfer()
309 curmsg++; numbytes = 0; in pca_xfer()
317 numbytes, msg->len); in pca_xfer()