Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Dnetcp_core.c97 struct netcp_intf *netcp_priv;
240 static int netcp_register_interface(struct netcp_intf *netcp) in netcp_register_interface()
257 struct netcp_intf *netcp_intf; in netcp_module_probe() local
314 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe()
323 interface = of_parse_phandle(netcp_intf->node_interface, in netcp_module_probe()
331 intf_modpriv->netcp_priv = netcp_intf; in netcp_module_probe()
334 &netcp_intf->module_head); in netcp_module_probe()
337 netcp_intf->ndev, interface, in netcp_module_probe()
350 list_for_each_entry(netcp_intf, in netcp_module_probe()
354 if (!netcp_intf->netdev_registered) { in netcp_module_probe()
[all …]
Dnetcp.h67 struct netcp_intf *netcp;
88 struct netcp_intf { struct
142 struct netcp_intf *netcp; argument
227 struct netcp_intf *intf);
236 int netcp_register_txhook(struct netcp_intf *netcp_priv, int order,
238 int netcp_unregister_txhook(struct netcp_intf *netcp_priv, int order,
240 int netcp_register_rxhook(struct netcp_intf *netcp_priv, int order,
242 int netcp_unregister_rxhook(struct netcp_intf *netcp_priv, int order,
Dnetcp_ethss.c1753 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_msglevel()
1760 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_msglevel()
1765 static struct gbe_intf *keystone_get_intf_data(struct netcp_intf *netcp) in keystone_get_intf_data()
1779 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_stat_strings()
1804 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_sset_count()
1922 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_ethtool_stats()
1942 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_link_ksettings()
1965 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_link_ksettings()
2013 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_ts_info()
2171 struct netcp_intf *netcp = netdev_priv(ndev); in xgbe_adjust_link()
[all …]