Lines Matching defs:ndev
1264 static netdev_tx_t netcp_ndo_start_xmit(struct sk_buff *skb, struct net_device *ndev) in netcp_ndo_start_xmit()
1515 static void netcp_set_rx_mode(struct net_device *ndev) in netcp_set_rx_mode()
1582 static int netcp_setup_navigator_resources(struct net_device *ndev) in netcp_setup_navigator_resources()
1697 static int netcp_ndo_open(struct net_device *ndev) in netcp_ndo_open()
1744 static int netcp_ndo_stop(struct net_device *ndev) in netcp_ndo_stop()
1784 static int netcp_ndo_ioctl(struct net_device *ndev, in netcp_ndo_ioctl()
1813 static void netcp_ndo_tx_timeout(struct net_device *ndev, unsigned int txqueue) in netcp_ndo_tx_timeout()
1824 static int netcp_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) in netcp_rx_add_vid()
1851 static int netcp_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) in netcp_rx_kill_vid()
1911 netcp_get_stats(struct net_device *ndev, struct rtnl_link_stats64 *stats) in netcp_get_stats()
1963 struct net_device *ndev; in netcp_create_interface() local
2116 struct net_device *ndev) in netcp_delete_interface()