Searched refs:_stat_item (Results 1 – 1 of 1) sorted by relevance
1212 #define HINIC_FUNC_STAT(_stat_item) { \ argument1213 .name = #_stat_item, \1214 .size = sizeof_field(struct hinic_vport_stats, _stat_item), \1215 .offset = offsetof(struct hinic_vport_stats, _stat_item) \1244 #define HINIC_PORT_STAT(_stat_item) { \ argument1245 .name = #_stat_item, \1246 .size = sizeof_field(struct hinic_phy_port_stats, _stat_item), \1247 .offset = offsetof(struct hinic_phy_port_stats, _stat_item) \1338 #define HINIC_TXQ_STAT(_stat_item) { \ argument1339 .name = "txq%d_"#_stat_item, \[all …]