Searched refs:WX_STAT (Results 1 – 1 of 1) sorted by relevance
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_ethtool.c | 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), 38 WX_STAT("tx_busy", tx_busy), 39 WX_STAT("non_eop_descs", non_eop_descs), 50 WX_STAT("fdir_match", stats.fdirmatch), [all …]
|
Completed in 4 milliseconds