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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300.h270 typedef struct pc300stats { struct
H A Dpc300_drv.c2390 pc300stats_t pc300stats; local
2392 memset(&pc300stats, 0, sizeof(pc300stats_t));
2393 pc300stats.hw_type = card->hw.type;
2394 pc300stats.line_on = card->chan[ch].d.line_on;
2395 pc300stats.line_off = card->chan[ch].d.line_off;
2396 memcpy(&pc300stats.gen_stats, &dev->stats,
2399 memcpy(&pc300stats.te_stats,&chan->falc,sizeof(falc_t));
2400 if (copy_to_user(arg, &pc300stats, sizeof(pc300stats_t)))

Completed in 55 milliseconds