Lines Matching defs:netdev
157 struct net_device *netdev; member
257 static void ks8842_update_link_status(struct net_device *netdev, in ks8842_update_link_status()
419 static int ks8842_tx_frame_dma(struct sk_buff *skb, struct net_device *netdev) in ks8842_tx_frame_dma()
465 static int ks8842_tx_frame(struct sk_buff *skb, struct net_device *netdev) in ks8842_tx_frame()
516 static void ks8842_update_rx_err_counters(struct net_device *netdev, u32 status) in ks8842_update_rx_err_counters()
529 static void ks8842_update_rx_counters(struct net_device *netdev, u32 status, in ks8842_update_rx_counters()
540 static int __ks8842_start_new_rx_dma(struct net_device *netdev) in __ks8842_start_new_rx_dma()
592 struct net_device *netdev = (struct net_device *)arg; in ks8842_rx_frame_dma_tasklet() local
630 static void ks8842_rx_frame(struct net_device *netdev, in ks8842_rx_frame()
694 static void ks8842_handle_rx(struct net_device *netdev, in ks8842_handle_rx()
705 static void ks8842_handle_tx(struct net_device *netdev, in ks8842_handle_tx()
715 static void ks8842_handle_rx_overrun(struct net_device *netdev, in ks8842_handle_rx_overrun()
725 struct net_device *netdev = (struct net_device *)arg; in ks8842_tasklet() local
797 struct net_device *netdev = devid; in ks8842_irq() local
832 struct net_device *netdev = data; in ks8842_dma_rx_cb() local
843 struct net_device *netdev = data; in ks8842_dma_tx_cb() local
912 static int ks8842_alloc_dma_bufs(struct net_device *netdev) in ks8842_alloc_dma_bufs()
967 static int ks8842_open(struct net_device *netdev) in ks8842_open()
1010 static int ks8842_close(struct net_device *netdev) in ks8842_close()
1031 struct net_device *netdev) in ks8842_xmit_frame()
1057 static int ks8842_set_mac(struct net_device *netdev, void *p) in ks8842_set_mac()
1078 struct net_device *netdev = adapter->netdev; in ks8842_tx_timeout_work() local
1106 static void ks8842_tx_timeout(struct net_device *netdev) in ks8842_tx_timeout()
1132 struct net_device *netdev; in ks8842_probe() local
1229 struct net_device *netdev = platform_get_drvdata(pdev); in ks8842_remove() local