Searched refs:stat_name (Results 1 – 3 of 3) sorted by relevance
364 __be32 stat_name; member
306 #define STATS_OFFSET32(stat_name) \ argument307 (offsetof(struct bxe_eth_stats, stat_name) / 4)309 #define Q_STATS_OFFSET32(stat_name) \ argument310 (offsetof(struct bxe_eth_q_stats, stat_name) / 4)
9842 static const char *stat_name[] = { in sysctl_lb_stats() local9876 for (j = 0; j < nitems(stat_name); j++) in sysctl_lb_stats()9877 sbuf_printf(sb, "\n%-17s %20ju %20ju", stat_name[j], in sysctl_lb_stats()