Home
last modified time | relevance | path

Searched refs:_stat_item (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c451 #define HINIC_FUNC_STAT(_stat_item) { \ argument
452 .name = #_stat_item, \
453 .size = FIELD_SIZEOF(struct hinic_vport_stats, _stat_item), \
454 .offset = offsetof(struct hinic_vport_stats, _stat_item) \
478 #define HINIC_PORT_STAT(_stat_item) { \ argument
479 .name = #_stat_item, \
480 .size = FIELD_SIZEOF(struct hinic_phy_port_stats, _stat_item), \
481 .offset = offsetof(struct hinic_phy_port_stats, _stat_item) \
572 #define HINIC_TXQ_STAT(_stat_item) { \ argument
573 .name = "txq%d_"#_stat_item, \
[all …]