Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1211 #define HINIC_FUNC_STAT(_stat_item) { \ argument
1212 .name = #_stat_item, \
1214 .offset = offsetof(struct hinic_vport_stats, _stat_item) \
1243 #define HINIC_PORT_STAT(_stat_item) { \ argument
1244 .name = #_stat_item, \
1337 #define HINIC_TXQ_STAT(_stat_item) { \ argument
1338 .name = "txq%d_"#_stat_item, \
1340 .offset = offsetof(struct hinic_txq_stats, _stat_item) \
1352 #define HINIC_RXQ_STAT(_stat_item) { \ argument
1353 .name = "rxq%d_"#_stat_item, \
[all …]