Searched refs:gbe_intf (Results 1 – 1 of 1) sorted by relevance
759 struct gbe_intf { struct1756 static struct gbe_intf *keystone_get_intf_data(struct netcp_intf *netcp) in keystone_get_intf_data()1758 struct gbe_intf *gbe_intf; in keystone_get_intf_data() local1760 gbe_intf = netcp_module_get_intf_data(&gbe_module, netcp); in keystone_get_intf_data()1761 if (!gbe_intf) in keystone_get_intf_data()1762 gbe_intf = netcp_module_get_intf_data(&xgbe_module, netcp); in keystone_get_intf_data()1764 return gbe_intf; in keystone_get_intf_data()1771 struct gbe_intf *gbe_intf; in keystone_get_stat_strings() local1775 gbe_intf = keystone_get_intf_data(netcp); in keystone_get_stat_strings()1776 if (!gbe_intf) in keystone_get_stat_strings()[all …]