Searched refs:gbe_intf (Results 1 – 1 of 1) sorted by relevance
768 struct gbe_intf { struct1765 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() local1769 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() local1784 gbe_intf = keystone_get_intf_data(netcp); in keystone_get_stat_strings()1785 if (!gbe_intf) in keystone_get_stat_strings()[all …]