Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_ethtool.h10 #define HBG_STATS_R(p, offset) (*(u64 *)((u8 *)(p) + (offset))) macro
11 #define HBG_STATS_U(p, offset, val) (HBG_STATS_R(p, offset) += (val))
H A Dhbg_diagnose.c309 data[i + 1] = HBG_STATS_R(stats, info->offset); in hbg_push_stats()
H A Dhbg_ethtool.c374 *data++ = HBG_STATS_R(&priv->stats, in hbg_ethtool_get_stats()