Searched refs:HNS3_TQP_STAT (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
| D | hns3_ethtool.c | 16 #define HNS3_TQP_STAT(_string, _member) { \ macro 24 HNS3_TQP_STAT("io_err_cnt", io_err_cnt), 25 HNS3_TQP_STAT("dropped", sw_err_cnt), 26 HNS3_TQP_STAT("seg_pkt_cnt", seg_pkt_cnt), 27 HNS3_TQP_STAT("packets", tx_pkts), 28 HNS3_TQP_STAT("bytes", tx_bytes), 29 HNS3_TQP_STAT("errors", tx_err_cnt), 30 HNS3_TQP_STAT("wake", restart_queue), 31 HNS3_TQP_STAT("busy", tx_busy), 32 HNS3_TQP_STAT("copy", tx_copy), [all …]
|