Home
last modified time | relevance | path

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

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