Lines Matching refs:_stat_item
1213 #define HINIC_FUNC_STAT(_stat_item) { \ argument
1214 .name = #_stat_item, \
1215 .size = sizeof_field(struct hinic_vport_stats, _stat_item), \
1216 .offset = offsetof(struct hinic_vport_stats, _stat_item) \
1245 #define HINIC_PORT_STAT(_stat_item) { \ argument
1246 .name = #_stat_item, \
1247 .size = sizeof_field(struct hinic_phy_port_stats, _stat_item), \
1248 .offset = offsetof(struct hinic_phy_port_stats, _stat_item) \
1339 #define HINIC_TXQ_STAT(_stat_item) { \ argument
1340 .name = "txq%d_"#_stat_item, \
1341 .size = sizeof_field(struct hinic_txq_stats, _stat_item), \
1342 .offset = offsetof(struct hinic_txq_stats, _stat_item) \
1354 #define HINIC_RXQ_STAT(_stat_item) { \ argument
1355 .name = "rxq%d_"#_stat_item, \
1356 .size = sizeof_field(struct hinic_rxq_stats, _stat_item), \
1357 .offset = offsetof(struct hinic_rxq_stats, _stat_item) \