Searched refs:gbe_hw_stats (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 580 struct gbe_hw_stats { struct 618 #define GBE13_NUM_HW_STAT_ENTRIES (sizeof(struct gbe_hw_stats)/sizeof(u32)) argument 708 FIELD_SIZEOF(struct gbe_hw_stats, field), \ 709 offsetof(struct gbe_hw_stats, field) \ 715 FIELD_SIZEOF(struct gbe_hw_stats, field), \ 716 offsetof(struct gbe_hw_stats, field) \ 722 FIELD_SIZEOF(struct gbe_hw_stats, field), \ 723 offsetof(struct gbe_hw_stats, field) \ 729 FIELD_SIZEOF(struct gbe_hw_stats, field), \ 730 offsetof(struct gbe_hw_stats, field) \
|