Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/ti/
Dnetcp_core.c89 struct netcp_intf *netcp_priv;
221 static int netcp_register_interface(struct netcp_intf *netcp) in netcp_register_interface()
238 struct netcp_intf *netcp_intf; in netcp_module_probe() local
300 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe()
309 interface = of_parse_phandle(netcp_intf->node_interface, in netcp_module_probe()
317 intf_modpriv->netcp_priv = netcp_intf; in netcp_module_probe()
320 &netcp_intf->module_head); in netcp_module_probe()
323 netcp_intf->ndev, interface, in netcp_module_probe()
336 list_for_each_entry(netcp_intf, in netcp_module_probe()
340 if (!netcp_intf->netdev_registered) { in netcp_module_probe()
[all …]
Dnetcp.h59 struct netcp_intf *netcp;
80 struct netcp_intf { struct
134 struct netcp_intf *netcp; argument
219 struct netcp_intf *intf);
228 int netcp_register_txhook(struct netcp_intf *netcp_priv, int order,
230 int netcp_unregister_txhook(struct netcp_intf *netcp_priv, int order,
232 int netcp_register_rxhook(struct netcp_intf *netcp_priv, int order,
234 int netcp_unregister_rxhook(struct netcp_intf *netcp_priv, int order,
Dnetcp_ethss.c1747 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_msglevel()
1754 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_msglevel()
1759 static struct gbe_intf *keystone_get_intf_data(struct netcp_intf *netcp) in keystone_get_intf_data()
1773 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_stat_strings()
1798 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_sset_count()
1916 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_ethtool_stats()
1936 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_link_ksettings()
1959 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_link_ksettings()
2007 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_ts_info()
2165 struct netcp_intf *netcp = netdev_priv(ndev); in xgbe_adjust_link()
[all …]