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

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/net/ethernet/ramips/
H A Dramips_debugfs.c50 #define PR_INT_STAT(_label, _field) \ macro
61 PR_INT_STAT("RX Delayed", rx_delayed);
62 PR_INT_STAT("RX Done 0", rx_done0);
63 PR_INT_STAT("RX Coherent", rx_coherent);
65 PR_INT_STAT("TX Delayed", tx_delayed);
66 PR_INT_STAT("TX Done 0", tx_done0);
67 PR_INT_STAT("TX Done 1", tx_done1);
68 PR_INT_STAT("TX Done 2", tx_done2);
69 PR_INT_STAT("TX Done 3", tx_done3);
70 PR_INT_STAT("T
84 #undef PR_INT_STAT macro
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_debugfs.c47 #define PR_INT_STAT(_label, _field) \ macro
55 PR_INT_STAT("TX Packet Sent", tx_ps);
56 PR_INT_STAT("TX Underrun", tx_ur);
57 PR_INT_STAT("TX Bus Error", tx_be);
58 PR_INT_STAT("RX Packet Received", rx_pr);
59 PR_INT_STAT("RX Overflow", rx_of);
60 PR_INT_STAT("RX Bus Error", rx_be);
62 PR_INT_STAT("Total", total);
65 #undef PR_INT_STAT macro

Completed in 71 milliseconds