Lines Matching refs:stat_name
7 #define IONIC_STAT_TO_OFFSET(type, stat_name) (offsetof(type, stat_name)) argument
9 #define IONIC_STAT_DESC(type, stat_name) { \ argument
10 .name = #stat_name, \
11 .offset = IONIC_STAT_TO_OFFSET(type, stat_name) \
14 #define IONIC_LIF_STAT_DESC(stat_name) \ argument
15 IONIC_STAT_DESC(struct ionic_lif_sw_stats, stat_name)
17 #define IONIC_TX_STAT_DESC(stat_name) \ argument
18 IONIC_STAT_DESC(struct ionic_tx_stats, stat_name)
20 #define IONIC_RX_STAT_DESC(stat_name) \ argument
21 IONIC_STAT_DESC(struct ionic_rx_stats, stat_name)
23 #define IONIC_TX_Q_STAT_DESC(stat_name) \ argument
24 IONIC_STAT_DESC(struct ionic_queue, stat_name)
26 #define IONIC_CQ_STAT_DESC(stat_name) \ argument
27 IONIC_STAT_DESC(struct ionic_cq, stat_name)
29 #define IONIC_INTR_STAT_DESC(stat_name) \ argument
30 IONIC_STAT_DESC(struct ionic_intr_info, stat_name)
32 #define IONIC_NAPI_STAT_DESC(stat_name) \ argument
33 IONIC_STAT_DESC(struct ionic_napi_stats, stat_name)