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

/drivers/net/ethernet/xscale/ixp2000/
H A Dpm3386.c272 static u32 pm3386_get_stat(int port, u16 base) function
293 stats->rx_packets = pm3386_get_stat(port, 0x510);
294 stats->tx_packets = pm3386_get_stat(port, 0x590);
295 stats->rx_bytes = pm3386_get_stat(port, 0x514);
296 stats->tx_bytes = pm3386_get_stat(port, 0x594);

Completed in 56 milliseconds