Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_ethtool.h9 #define HBG_STATS_FIELD_OFF(f) (offsetof(struct hbg_stats, f)) macro
H A Dhbg_ethtool.c18 #define HBG_STATS_I(stats) { #stats, HBG_STATS_FIELD_OFF(stats), 0}
19 #define HBG_STATS_REG_I(stats, reg) { #stats, HBG_STATS_FIELD_OFF(stats), reg}
H A Dhbg_diagnose.c70 #define HBG_PUSH_STATS_I(name, id) {id, HBG_STATS_FIELD_OFF(name)}