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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixp2000/
H A Dpm3386.c268 static u32 pm3386_get_stat(int port, u16 base) function
289 stats->rx_packets = pm3386_get_stat(port, 0x510);
290 stats->tx_packets = pm3386_get_stat(port, 0x590);
291 stats->rx_bytes = pm3386_get_stat(port, 0x514);
292 stats->tx_bytes = pm3386_get_stat(port, 0x594);

Completed in 39 milliseconds