Searched refs:reply_ptr (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-macii.c114 static unsigned char *reply_ptr; /* next byte in req->data or reply_buf */ variable
410 reply_ptr = current_req->reply;
413 reply_ptr = reply_buf;
427 *reply_ptr = x;
507 reply_ptr++;
508 *reply_ptr = x;
H A Dvia-cuda.c82 static unsigned char *reply_ptr; variable
478 reply_ptr = cuda_rbuf;
489 reply_ptr = current_req->reply;
534 *reply_ptr++ = in_8(&via[SR]);
551 req->reply_len = reply_ptr - req->reply;
573 ibuf_len = reply_ptr - cuda_rbuf;
579 reply_ptr = cuda_rbuf;
H A Dvia-maciisi.c68 static unsigned char *reply_ptr; variable
483 reply_ptr = current_req->reply;
485 reply_ptr = maciisi_rbuf;
569 *reply_ptr++ = via[SR];
586 req->reply_len = reply_ptr - req->reply;
614 maciisi_input(maciisi_rbuf, reply_ptr - maciisi_rbuf);
H A Dvia-pmu68k.c93 static unsigned char *reply_ptr; variable
624 reply_ptr = req->reply + req->reply_len;
633 reply_ptr = interrupt_data;
645 reply_ptr[data_index++] = bite;
H A Dvia-pmu.c137 static unsigned char *reply_ptr; variable
1479 reply_ptr = req->reply + req->reply_len;
1488 reply_ptr = interrupt_data[int_data_last];
1503 reply_ptr[data_index++] = bite;

Completed in 100 milliseconds