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

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/net/ethernet/ramips/
H A Dramips_debugfs.c27 re->debug.int_stats.total += !!status;
29 re->debug.int_stats.rx_delayed += !!(status & RAMIPS_RX_DLY_INT);
30 re->debug.int_stats.rx_done0 += !!(status & RAMIPS_RX_DONE_INT0);
31 re->debug.int_stats.rx_coherent += !!(status & RAMIPS_RX_COHERENT);
33 re->debug.int_stats.tx_delayed += !!(status & RAMIPS_TX_DLY_INT);
34 re->debug.int_stats.tx_done0 += !!(status & RAMIPS_TX_DONE_INT0);
35 re->debug.int_stats.tx_done1 += !!(status & RAMIPS_TX_DONE_INT1);
36 re->debug.int_stats.tx_done2 += !!(status & RAMIPS_TX_DONE_INT2);
37 re->debug.int_stats.tx_done3 += !!(status & RAMIPS_TX_DONE_INT3);
38 re->debug.int_stats
[all...]
H A Dramips_eth.h305 struct raeth_int_stats int_stats; member in struct:raeth_debug
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_debugfs.c29 ag->debug.int_stats.total++;
31 ag->debug.int_stats.tx_ps++;
33 ag->debug.int_stats.tx_ur++;
35 ag->debug.int_stats.tx_be++;
37 ag->debug.int_stats.rx_pr++;
39 ag->debug.int_stats.rx_of++;
41 ag->debug.int_stats.rx_be++;
49 "%20s: %10lu\n", _label, ag->debug.int_stats._field);
252 debugfs_create_file("int_stats", S_IRUGO, ag->debug.debugfs_dir,
H A Dag71xx.h144 struct ag71xx_int_stats int_stats; member in struct:ag71xx_debug

Completed in 45 milliseconds