Lines Matching defs:netdev
161 static struct sk_buff *owl_emac_alloc_skb(struct net_device *netdev) in owl_emac_alloc_skb()
183 struct net_device *netdev = priv->netdev; in owl_emac_ring_prepare_rx() local
342 static void owl_emac_set_hw_mac_addr(struct net_device *netdev) in owl_emac_set_hw_mac_addr()
394 static void owl_emac_adjust_link(struct net_device *netdev) in owl_emac_adjust_link()
438 struct net_device *netdev = data; in owl_emac_handle_irq() local
493 struct net_device *netdev = priv->netdev; in owl_emac_setup_frame_xmit() local
566 struct net_device *netdev) in owl_emac_ndo_start_xmit()
634 struct net_device *netdev = priv->netdev; in owl_emac_tx_complete_tail() local
698 struct net_device *netdev = priv->netdev; in owl_emac_tx_complete() local
750 struct net_device *netdev = priv->netdev; in owl_emac_rx_process() local
1032 static int owl_emac_enable(struct net_device *netdev, bool start_phy) in owl_emac_enable()
1075 static void owl_emac_disable(struct net_device *netdev, bool stop_phy) in owl_emac_disable()
1092 static int owl_emac_ndo_open(struct net_device *netdev) in owl_emac_ndo_open()
1097 static int owl_emac_ndo_stop(struct net_device *netdev) in owl_emac_ndo_stop()
1104 static void owl_emac_set_multicast(struct net_device *netdev, int count) in owl_emac_set_multicast()
1128 static void owl_emac_ndo_set_rx_mode(struct net_device *netdev) in owl_emac_ndo_set_rx_mode()
1166 static int owl_emac_ndo_set_mac_addr(struct net_device *netdev, void *addr) in owl_emac_ndo_set_mac_addr()
1182 static int owl_emac_ndo_eth_ioctl(struct net_device *netdev, in owl_emac_ndo_eth_ioctl()
1191 static void owl_emac_ndo_tx_timeout(struct net_device *netdev, in owl_emac_ndo_tx_timeout()
1211 owl_emac_ndo_get_stats(struct net_device *netdev) in owl_emac_ndo_get_stats()
1238 static u32 owl_emac_ethtool_get_msglevel(struct net_device *netdev) in owl_emac_ethtool_get_msglevel()
1327 static int owl_emac_mdio_init(struct net_device *netdev) in owl_emac_mdio_init()
1364 static int owl_emac_phy_init(struct net_device *netdev) in owl_emac_phy_init()
1383 static void owl_emac_get_mac_addr(struct net_device *netdev) in owl_emac_get_mac_addr()
1398 struct net_device *netdev = dev_get_drvdata(dev); in owl_emac_suspend() local
1415 struct net_device *netdev = dev_get_drvdata(dev); in owl_emac_resume() local
1479 struct net_device *netdev; in owl_emac_probe() local