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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300_tty.c104 volatile struct st_cpc_rx_list buf_rx; /* ptr. to reception buffer */ member in struct:_st_cpc_tty_area
269 cpc_tty->buf_rx.first = cpc_tty->buf_rx.last = NULL;
325 if (cpc_tty_area[port].buf_rx.first) {
327 while (cpc_tty_area[port].buf_rx.first) {
328 aux = (unsigned char *)cpc_tty_area[port].buf_rx.first;
329 cpc_tty_area[port].buf_rx.first = cpc_tty_area[port].buf_rx.first->next;
332 cpc_tty_area[port].buf_rx.first = NULL;
333 cpc_tty_area[port].buf_rx
[all...]

Completed in 79 milliseconds