Lines Matching defs:dev

162 static void nb8800_mac_tx(struct net_device *dev, bool enable)  in nb8800_mac_tx()
172 static void nb8800_mac_rx(struct net_device *dev, bool enable) in nb8800_mac_rx()
177 static void nb8800_mac_af(struct net_device *dev, bool enable) in nb8800_mac_af()
182 static void nb8800_start_rx(struct net_device *dev) in nb8800_start_rx()
187 static int nb8800_alloc_rx(struct net_device *dev, unsigned int i, bool napi) in nb8800_alloc_rx()
220 static void nb8800_receive(struct net_device *dev, unsigned int i, in nb8800_receive()
267 static void nb8800_rx_error(struct net_device *dev, u32 report) in nb8800_rx_error()
286 struct net_device *dev = napi->dev; in nb8800_poll() local
348 static void __nb8800_tx_dma_start(struct net_device *dev) in __nb8800_tx_dma_start()
369 static void nb8800_tx_dma_start(struct net_device *dev) in nb8800_tx_dma_start()
378 static void nb8800_tx_dma_start_irq(struct net_device *dev) in nb8800_tx_dma_start_irq()
387 static netdev_tx_t nb8800_xmit(struct sk_buff *skb, struct net_device *dev) in nb8800_xmit()
473 static void nb8800_tx_error(struct net_device *dev, u32 report) in nb8800_tx_error()
487 static void nb8800_tx_done(struct net_device *dev) in nb8800_tx_done()
539 struct net_device *dev = dev_id; in nb8800_irq() local
588 static void nb8800_mac_config(struct net_device *dev) in nb8800_mac_config()
622 static void nb8800_pause_config(struct net_device *dev) in nb8800_pause_config()
655 static void nb8800_link_reconfigure(struct net_device *dev) in nb8800_link_reconfigure()
687 static void nb8800_update_mac_addr(struct net_device *dev) in nb8800_update_mac_addr()
699 static int nb8800_set_mac_address(struct net_device *dev, void *addr) in nb8800_set_mac_address()
712 static void nb8800_mc_init(struct net_device *dev, int val) in nb8800_mc_init()
721 static void nb8800_set_rx_mode(struct net_device *dev) in nb8800_set_rx_mode()
746 static void nb8800_dma_free(struct net_device *dev) in nb8800_dma_free()
781 static void nb8800_dma_reset(struct net_device *dev) in nb8800_dma_reset()
825 static int nb8800_dma_init(struct net_device *dev) in nb8800_dma_init()
871 static int nb8800_dma_stop(struct net_device *dev) in nb8800_dma_stop()
926 static void nb8800_pause_adv(struct net_device *dev) in nb8800_pause_adv()
937 static int nb8800_open(struct net_device *dev) in nb8800_open()
985 static int nb8800_stop(struct net_device *dev) in nb8800_stop()
1018 static void nb8800_get_pauseparam(struct net_device *dev, in nb8800_get_pauseparam()
1028 static int nb8800_set_pauseparam(struct net_device *dev, in nb8800_set_pauseparam()
1098 static int nb8800_get_sset_count(struct net_device *dev, int sset) in nb8800_get_sset_count()
1106 static void nb8800_get_strings(struct net_device *dev, u32 sset, u8 *buf) in nb8800_get_strings()
1112 static u32 nb8800_read_stat(struct net_device *dev, int index) in nb8800_read_stat()
1121 static void nb8800_get_ethtool_stats(struct net_device *dev, in nb8800_get_ethtool_stats()
1147 static int nb8800_hw_init(struct net_device *dev) in nb8800_hw_init()
1237 static int nb8800_tangox_init(struct net_device *dev) in nb8800_tangox_init()
1266 static int nb8800_tangox_reset(struct net_device *dev) in nb8800_tangox_reset()
1288 static int nb8800_tango4_init(struct net_device *dev) in nb8800_tango4_init()
1337 struct net_device *dev; in nb8800_probe() local