Lines Matching defs:ndev
25 static void nps_enet_clean_rx_fifo(struct net_device *ndev, u32 frame_len) in nps_enet_clean_rx_fifo()
35 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()
138 static void nps_enet_tx_handler(struct net_device *ndev) in nps_enet_tx_handler()
176 struct net_device *ndev = napi->dev; in nps_enet_poll() local
222 struct net_device *ndev = dev_instance; in nps_enet_irq_handler() local
236 static void nps_enet_set_hw_mac_address(struct net_device *ndev) in nps_enet_set_hw_mac_address()
269 static void nps_enet_hw_reset(struct net_device *ndev) in nps_enet_hw_reset()
292 static void nps_enet_hw_enable_control(struct net_device *ndev) in nps_enet_hw_enable_control()
366 static void nps_enet_hw_disable_control(struct net_device *ndev) in nps_enet_hw_disable_control()
377 static void nps_enet_send_frame(struct net_device *ndev, in nps_enet_send_frame()
414 static s32 nps_enet_set_mac_address(struct net_device *ndev, void *p) in nps_enet_set_mac_address()
437 static void nps_enet_set_rx_mode(struct net_device *ndev) in nps_enet_set_rx_mode()
467 static s32 nps_enet_open(struct net_device *ndev) in nps_enet_open()
510 static s32 nps_enet_stop(struct net_device *ndev) in nps_enet_stop()
533 struct net_device *ndev) in nps_enet_start_xmit()
553 static void nps_enet_poll_controller(struct net_device *ndev) in nps_enet_poll_controller()
575 struct net_device *ndev; in nps_enet_probe() local
639 struct net_device *ndev = platform_get_drvdata(pdev); in nps_enet_remove() local