Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1185 #define HINIC_FUNC_STAT(_stat_item) { \ argument
1186 .name = #_stat_item, \
1187 .size = sizeof_field(struct hinic_vport_stats, _stat_item), \
1188 .offset = offsetof(struct hinic_vport_stats, _stat_item) \
1217 #define HINIC_PORT_STAT(_stat_item) { \ argument
1218 .name = #_stat_item, \
1219 .size = sizeof_field(struct hinic_phy_port_stats, _stat_item), \
1220 .offset = offsetof(struct hinic_phy_port_stats, _stat_item) \
1311 #define HINIC_TXQ_STAT(_stat_item) { \ argument
1312 .name = "txq%d_"#_stat_item, \
[all …]