Lines Matching refs:WX_STAT
19 #define WX_STAT(str, m) { \ macro
25 WX_STAT("rx_dma_pkts", stats.gprc),
26 WX_STAT("tx_dma_pkts", stats.gptc),
27 WX_STAT("rx_dma_bytes", stats.gorc),
28 WX_STAT("tx_dma_bytes", stats.gotc),
29 WX_STAT("rx_total_pkts", stats.tpr),
30 WX_STAT("tx_total_pkts", stats.tpt),
31 WX_STAT("rx_long_length_count", stats.roc),
32 WX_STAT("rx_short_length_count", stats.ruc),
33 WX_STAT("os2bmc_rx_by_bmc", stats.o2bgptc),
34 WX_STAT("os2bmc_tx_by_bmc", stats.b2ospc),
35 WX_STAT("os2bmc_tx_by_host", stats.o2bspc),
36 WX_STAT("os2bmc_rx_by_host", stats.b2ogprc),
37 WX_STAT("rx_no_dma_resources", stats.rdmdrop),
38 WX_STAT("tx_busy", tx_busy),
39 WX_STAT("non_eop_descs", non_eop_descs),
40 WX_STAT("tx_restart_queue", restart_queue),
41 WX_STAT("rx_csum_offload_good_count", hw_csum_rx_good),
42 WX_STAT("rx_csum_offload_errors", hw_csum_rx_error),
43 WX_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
47 WX_STAT("fdir_match", stats.fdirmatch),
48 WX_STAT("fdir_miss", stats.fdirmiss),