Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_ethss.c683 struct gbe_intf { struct
1684 struct gbe_intf *gbe_intf; in keystone_get_stat_strings() local
1688 gbe_intf = netcp_module_get_intf_data(&gbe_module, netcp); in keystone_get_stat_strings()
1689 if (!gbe_intf) in keystone_get_stat_strings()
1691 gbe_dev = gbe_intf->gbe_dev; in keystone_get_stat_strings()
1709 struct gbe_intf *gbe_intf; in keystone_get_sset_count() local
1712 gbe_intf = netcp_module_get_intf_data(&gbe_module, netcp); in keystone_get_sset_count()
1713 if (!gbe_intf) in keystone_get_sset_count()
1715 gbe_dev = gbe_intf->gbe_dev; in keystone_get_sset_count()
1827 struct gbe_intf *gbe_intf; in keystone_get_ethtool_stats() local
[all …]