Searched refs:gbenu_hw_stats (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 396 struct gbenu_hw_stats { struct 483 #define GBENU_NUM_HW_STAT_ENTRIES (sizeof(struct gbenu_hw_stats) / sizeof(u32)) argument 882 FIELD_SIZEOF(struct gbenu_hw_stats, field), \ 883 offsetof(struct gbenu_hw_stats, field) \ 892 FIELD_SIZEOF(struct gbenu_hw_stats, field), \ 893 offsetof(struct gbenu_hw_stats, field) \ 899 FIELD_SIZEOF(struct gbenu_hw_stats, field), \ 900 offsetof(struct gbenu_hw_stats, field) \ 906 FIELD_SIZEOF(struct gbenu_hw_stats, field), \ 907 offsetof(struct gbenu_hw_stats, field) \ [all …]
|