Searched refs:netcp_intf (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/ti/ |
D | netcp_core.c | 88 struct netcp_intf *netcp_priv; 220 static int netcp_register_interface(struct netcp_intf *netcp) in netcp_register_interface() 237 struct netcp_intf *netcp_intf; in netcp_module_probe() local 299 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe() 308 interface = of_parse_phandle(netcp_intf->node_interface, in netcp_module_probe() 316 intf_modpriv->netcp_priv = netcp_intf; in netcp_module_probe() 319 &netcp_intf->module_head); in netcp_module_probe() 322 netcp_intf->ndev, interface, in netcp_module_probe() 335 list_for_each_entry(netcp_intf, in netcp_module_probe() 339 if (!netcp_intf->netdev_registered) { in netcp_module_probe() [all …]
|
D | netcp.h | 59 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,
|
D | netcp_ethss.c | 1744 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_msglevel() 1751 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_msglevel() 1756 static struct gbe_intf *keystone_get_intf_data(struct netcp_intf *netcp) in keystone_get_intf_data() 1770 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_stat_strings() 1795 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_sset_count() 1913 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_ethtool_stats() 1933 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_link_ksettings() 1956 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_link_ksettings() 2004 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_ts_info() 2162 struct netcp_intf *netcp = netdev_priv(ndev); in xgbe_adjust_link() [all …]
|