Lines Matching defs:ndev

24 static void nps_enet_clean_rx_fifo(struct net_device *ndev, u32 frame_len)  in nps_enet_clean_rx_fifo()
34 static void nps_enet_read_rx_fifo(struct net_device *ndev, in nps_enet_read_rx_fifo()
62 static u32 nps_enet_rx_handler(struct net_device *ndev) in nps_enet_rx_handler()
137 static void nps_enet_tx_handler(struct net_device *ndev) in nps_enet_tx_handler()
175 struct net_device *ndev = napi->dev; in nps_enet_poll() local
221 struct net_device *ndev = dev_instance; in nps_enet_irq_handler() local
235 static void nps_enet_set_hw_mac_address(struct net_device *ndev) in nps_enet_set_hw_mac_address()
268 static void nps_enet_hw_reset(struct net_device *ndev) in nps_enet_hw_reset()
291 static void nps_enet_hw_enable_control(struct net_device *ndev) in nps_enet_hw_enable_control()
365 static void nps_enet_hw_disable_control(struct net_device *ndev) in nps_enet_hw_disable_control()
376 static void nps_enet_send_frame(struct net_device *ndev, in nps_enet_send_frame()
413 static s32 nps_enet_set_mac_address(struct net_device *ndev, void *p) in nps_enet_set_mac_address()
436 static void nps_enet_set_rx_mode(struct net_device *ndev) in nps_enet_set_rx_mode()
466 static s32 nps_enet_open(struct net_device *ndev) in nps_enet_open()
509 static s32 nps_enet_stop(struct net_device *ndev) in nps_enet_stop()
532 struct net_device *ndev) in nps_enet_start_xmit()
552 static void nps_enet_poll_controller(struct net_device *ndev) in nps_enet_poll_controller()
574 struct net_device *ndev; in nps_enet_probe() local
638 struct net_device *ndev = platform_get_drvdata(pdev); in nps_enet_remove() local