Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c759 struct gbe_intf { struct
1756 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() local
1760 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() local
1775 gbe_intf = keystone_get_intf_data(netcp); in keystone_get_stat_strings()
1776 if (!gbe_intf) in keystone_get_stat_strings()
[all …]