Searched refs:cpc_tty_area (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.c117 static st_cpc_tty_area cpc_tty_area[CPC_TTY_NPORTS]; variable
192 * o init cpc_tty_area struct
248 memset((void *)cpc_tty_area, 0,
252 cpc_tty = &cpc_tty_area[port];
308 cpc_tty = &cpc_tty_area[port];
317 if (!cpc_tty_area[port].buf_tx){
318 cpc_tty_area[port].buf_tx = kmalloc(CPC_TTY_MAX_MTU,GFP_KERNEL);
319 if (cpc_tty_area[port].buf_tx == 0){
325 if (cpc_tty_area[port].buf_rx.first) {
327 while (cpc_tty_area[por
[all...]

Completed in 36 milliseconds