Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Dnetcp_ethss.c768 struct gbe_intf { struct
1765 static struct gbe_intf *keystone_get_intf_data(struct netcp_intf *netcp) in keystone_get_intf_data()
1767 struct gbe_intf *gbe_intf; in keystone_get_intf_data() local
1769 gbe_intf = netcp_module_get_intf_data(&gbe_module, netcp); in keystone_get_intf_data()
1770 if (!gbe_intf) in keystone_get_intf_data()
1771 gbe_intf = netcp_module_get_intf_data(&xgbe_module, netcp); in keystone_get_intf_data()
1773 return gbe_intf; in keystone_get_intf_data()
1780 struct gbe_intf *gbe_intf; in keystone_get_stat_strings() local
1784 gbe_intf = keystone_get_intf_data(netcp); in keystone_get_stat_strings()
1785 if (!gbe_intf) in keystone_get_stat_strings()
[all …]