Home
last modified time | relevance | path

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

/drivers/net/ethernet/ti/
Dnetcp_core.c97 struct netcp_intf *netcp_priv;
216 static int netcp_register_interface(struct netcp_intf *netcp) in netcp_register_interface()
233 struct netcp_intf *netcp_intf; in netcp_module_probe() local
290 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe()
299 interface = of_parse_phandle(netcp_intf->node_interface, in netcp_module_probe()
307 intf_modpriv->netcp_priv = netcp_intf; in netcp_module_probe()
310 &netcp_intf->module_head); in netcp_module_probe()
313 netcp_intf->ndev, interface, in netcp_module_probe()
326 list_for_each_entry(netcp_intf, in netcp_module_probe()
330 if (!netcp_intf->netdev_registered) { in netcp_module_probe()
[all …]
Dnetcp.h64 struct netcp_intf *netcp;
71 struct netcp_intf { struct
119 struct netcp_intf *netcp; argument
203 struct netcp_intf *intf);
212 int netcp_register_txhook(struct netcp_intf *netcp_priv, int order,
214 int netcp_unregister_txhook(struct netcp_intf *netcp_priv, int order,
216 int netcp_register_rxhook(struct netcp_intf *netcp_priv, int order,
218 int netcp_unregister_rxhook(struct netcp_intf *netcp_priv, int order,
Dnetcp_ethss.c1668 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_msglevel()
1675 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_msglevel()
1683 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_stat_strings()
1708 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_sset_count()
1826 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_ethtool_stats()
1846 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_settings()
1871 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_settings()
2015 struct netcp_intf *netcp = netdev_priv(ndev); in xgbe_adjust_link()
2028 struct netcp_intf *netcp = netdev_priv(ndev); in gbe_adjust_link()
2417 struct netcp_intf *netcp = netdev_priv(ndev); in gbe_open()
[all …]