Searched refs:netcp_intf (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp.h | 64 struct netcp_intf *netcp; 71 struct netcp_intf { struct 120 struct netcp_intf *netcp; argument 204 struct netcp_intf *intf); 213 int netcp_register_txhook(struct netcp_intf *netcp_priv, int order, 215 int netcp_unregister_txhook(struct netcp_intf *netcp_priv, int order, 217 int netcp_register_rxhook(struct netcp_intf *netcp_priv, int order, 219 int netcp_unregister_rxhook(struct netcp_intf *netcp_priv, int order,
|
D | netcp_core.c | 94 struct netcp_intf *netcp_priv; 204 static int netcp_register_interface(struct netcp_intf *netcp) in netcp_register_interface() 221 struct netcp_intf *netcp_intf; in netcp_module_probe() local 278 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe() 283 if (!netcp_intf->netdev_registered) in netcp_module_probe() 284 ret = netcp_register_interface(netcp_intf); in netcp_module_probe() 294 interface = of_parse_phandle(netcp_intf->node_interface, in netcp_module_probe() 297 intf_modpriv->netcp_priv = netcp_intf; in netcp_module_probe() 300 &netcp_intf->module_head); in netcp_module_probe() 303 netcp_intf->ndev, interface, in netcp_module_probe() [all …]
|
D | netcp_ethss.c | 1498 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_msglevel() 1505 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_msglevel() 1513 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_stat_strings() 1538 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_sset_count() 1629 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_ethtool_stats() 1649 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_get_settings() 1674 struct netcp_intf *netcp = netdev_priv(ndev); in keystone_set_settings() 1823 struct netcp_intf *netcp = netdev_priv(ndev); in xgbe_adjust_link() 1836 struct netcp_intf *netcp = netdev_priv(ndev); in gbe_adjust_link() 2217 struct netcp_intf *netcp = netdev_priv(ndev); in gbe_open() [all …]
|