Lines Matching defs:ndev
169 struct net_device *ndev; member
245 static void nixge_hw_dma_bd_release(struct net_device *ndev) in nixge_hw_dma_bd_release()
283 static int nixge_hw_dma_bd_init(struct net_device *ndev) in nixge_hw_dma_bd_init()
412 static void nixge_device_reset(struct net_device *ndev) in nixge_device_reset()
426 static void nixge_handle_link_change(struct net_device *ndev) in nixge_handle_link_change()
460 static void nixge_start_xmit_done(struct net_device *ndev) in nixge_start_xmit_done()
507 struct net_device *ndev) in nixge_start_xmit()
595 static int nixge_recv(struct net_device *ndev, int budget) in nixge_recv()
701 struct net_device *ndev = _ndev; in nixge_tx_irq() local
745 struct net_device *ndev = _ndev; in nixge_rx_irq() local
867 static int nixge_open(struct net_device *ndev) in nixge_open()
911 static int nixge_stop(struct net_device *ndev) in nixge_stop()
941 static int nixge_change_mtu(struct net_device *ndev, int new_mtu) in nixge_change_mtu()
955 static s32 __nixge_hw_set_mac_address(struct net_device *ndev) in __nixge_hw_set_mac_address()
971 static int nixge_net_set_mac_address(struct net_device *ndev, void *p) in nixge_net_set_mac_address()
991 static void nixge_ethtools_get_drvinfo(struct net_device *ndev, in nixge_ethtools_get_drvinfo()
998 static int nixge_ethtools_get_coalesce(struct net_device *ndev, in nixge_ethtools_get_coalesce()
1013 static int nixge_ethtools_set_coalesce(struct net_device *ndev, in nixge_ethtools_set_coalesce()
1032 static int nixge_ethtools_set_phys_id(struct net_device *ndev, in nixge_ethtools_set_phys_id()
1230 struct net_device *ndev; in nixge_of_get_resources() local
1269 struct net_device *ndev; in nixge_probe() local
1375 struct net_device *ndev = platform_get_drvdata(pdev); in nixge_remove() local