Lines Matching defs:netdev
169 struct net_device *netdev; member
269 static void ks8842_update_link_status(struct net_device *netdev, in ks8842_update_link_status()
431 static int ks8842_tx_frame_dma(struct sk_buff *skb, struct net_device *netdev) in ks8842_tx_frame_dma()
477 static int ks8842_tx_frame(struct sk_buff *skb, struct net_device *netdev) in ks8842_tx_frame()
528 static void ks8842_update_rx_err_counters(struct net_device *netdev, u32 status) in ks8842_update_rx_err_counters()
541 static void ks8842_update_rx_counters(struct net_device *netdev, u32 status, in ks8842_update_rx_counters()
552 static int __ks8842_start_new_rx_dma(struct net_device *netdev) in __ks8842_start_new_rx_dma()
604 struct net_device *netdev = (struct net_device *)arg; in ks8842_rx_frame_dma_tasklet() local
642 static void ks8842_rx_frame(struct net_device *netdev, in ks8842_rx_frame()
706 static void ks8842_handle_rx(struct net_device *netdev, in ks8842_handle_rx()
717 static void ks8842_handle_tx(struct net_device *netdev, in ks8842_handle_tx()
727 static void ks8842_handle_rx_overrun(struct net_device *netdev, in ks8842_handle_rx_overrun()
737 struct net_device *netdev = (struct net_device *)arg; in ks8842_tasklet() local
809 struct net_device *netdev = devid; in ks8842_irq() local
844 struct net_device *netdev = data; in ks8842_dma_rx_cb() local
855 struct net_device *netdev = data; in ks8842_dma_tx_cb() local
924 static int ks8842_alloc_dma_bufs(struct net_device *netdev) in ks8842_alloc_dma_bufs()
979 static int ks8842_open(struct net_device *netdev) in ks8842_open()
1022 static int ks8842_close(struct net_device *netdev) in ks8842_close()
1043 struct net_device *netdev) in ks8842_xmit_frame()
1069 static int ks8842_set_mac(struct net_device *netdev, void *p) in ks8842_set_mac()
1090 struct net_device *netdev = adapter->netdev; in ks8842_tx_timeout_work() local
1118 static void ks8842_tx_timeout(struct net_device *netdev) in ks8842_tx_timeout()
1144 struct net_device *netdev; in ks8842_probe() local
1241 struct net_device *netdev = platform_get_drvdata(pdev); in ks8842_remove() local