Lines Matching defs:ndev

27 static void nps_enet_clean_rx_fifo(struct net_device *ndev, u32 frame_len)  in nps_enet_clean_rx_fifo()
37 static void nps_enet_read_rx_fifo(struct net_device *ndev, in nps_enet_read_rx_fifo()
63 static u32 nps_enet_rx_handler(struct net_device *ndev) in nps_enet_rx_handler()
136 static void nps_enet_tx_handler(struct net_device *ndev) in nps_enet_tx_handler()
174 struct net_device *ndev = napi->dev; in nps_enet_poll() local
206 struct net_device *ndev = dev_instance; in nps_enet_irq_handler() local
223 static void nps_enet_set_hw_mac_address(struct net_device *ndev) in nps_enet_set_hw_mac_address()
254 static void nps_enet_hw_reset(struct net_device *ndev) in nps_enet_hw_reset()
280 static void nps_enet_hw_enable_control(struct net_device *ndev) in nps_enet_hw_enable_control()
346 static void nps_enet_hw_disable_control(struct net_device *ndev) in nps_enet_hw_disable_control()
357 static void nps_enet_send_frame(struct net_device *ndev, in nps_enet_send_frame()
399 static s32 nps_enet_set_mac_address(struct net_device *ndev, void *p) in nps_enet_set_mac_address()
422 static void nps_enet_set_rx_mode(struct net_device *ndev) in nps_enet_set_rx_mode()
449 static s32 nps_enet_open(struct net_device *ndev) in nps_enet_open()
489 static s32 nps_enet_stop(struct net_device *ndev) in nps_enet_stop()
512 struct net_device *ndev) in nps_enet_start_xmit()
527 static void nps_enet_poll_controller(struct net_device *ndev) in nps_enet_poll_controller()
549 struct net_device *ndev; in nps_enet_probe() local
620 struct net_device *ndev = platform_get_drvdata(pdev); in nps_enet_remove() local