Lines Matching defs:dev

172 static void nb8800_mac_tx(struct net_device *dev, bool enable)  in nb8800_mac_tx()
182 static void nb8800_mac_rx(struct net_device *dev, bool enable) in nb8800_mac_rx()
187 static void nb8800_mac_af(struct net_device *dev, bool enable) in nb8800_mac_af()
192 static void nb8800_start_rx(struct net_device *dev) in nb8800_start_rx()
197 static int nb8800_alloc_rx(struct net_device *dev, unsigned int i, bool napi) in nb8800_alloc_rx()
230 static void nb8800_receive(struct net_device *dev, unsigned int i, in nb8800_receive()
276 static void nb8800_rx_error(struct net_device *dev, u32 report) in nb8800_rx_error()
295 struct net_device *dev = napi->dev; in nb8800_poll() local
359 static void __nb8800_tx_dma_start(struct net_device *dev) in __nb8800_tx_dma_start()
380 static void nb8800_tx_dma_start(struct net_device *dev) in nb8800_tx_dma_start()
389 static void nb8800_tx_dma_start_irq(struct net_device *dev) in nb8800_tx_dma_start_irq()
398 static int nb8800_xmit(struct sk_buff *skb, struct net_device *dev) in nb8800_xmit()
482 static void nb8800_tx_error(struct net_device *dev, u32 report) in nb8800_tx_error()
496 static void nb8800_tx_done(struct net_device *dev) in nb8800_tx_done()
548 struct net_device *dev = dev_id; in nb8800_irq() local
597 static void nb8800_mac_config(struct net_device *dev) in nb8800_mac_config()
631 static void nb8800_pause_config(struct net_device *dev) in nb8800_pause_config()
664 static void nb8800_link_reconfigure(struct net_device *dev) in nb8800_link_reconfigure()
696 static void nb8800_update_mac_addr(struct net_device *dev) in nb8800_update_mac_addr()
708 static int nb8800_set_mac_address(struct net_device *dev, void *addr) in nb8800_set_mac_address()
721 static void nb8800_mc_init(struct net_device *dev, int val) in nb8800_mc_init()
730 static void nb8800_set_rx_mode(struct net_device *dev) in nb8800_set_rx_mode()
755 static void nb8800_dma_free(struct net_device *dev) in nb8800_dma_free()
790 static void nb8800_dma_reset(struct net_device *dev) in nb8800_dma_reset()
834 static int nb8800_dma_init(struct net_device *dev) in nb8800_dma_init()
880 static int nb8800_dma_stop(struct net_device *dev) in nb8800_dma_stop()
935 static void nb8800_pause_adv(struct net_device *dev) in nb8800_pause_adv()
952 static int nb8800_open(struct net_device *dev) in nb8800_open()
997 static int nb8800_stop(struct net_device *dev) in nb8800_stop()
1020 static int nb8800_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in nb8800_ioctl()
1038 static int nb8800_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in nb8800_get_settings()
1048 static int nb8800_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in nb8800_set_settings()
1058 static int nb8800_nway_reset(struct net_device *dev) in nb8800_nway_reset()
1068 static void nb8800_get_pauseparam(struct net_device *dev, in nb8800_get_pauseparam()
1078 static int nb8800_set_pauseparam(struct net_device *dev, in nb8800_set_pauseparam()
1147 static int nb8800_get_sset_count(struct net_device *dev, int sset) in nb8800_get_sset_count()
1155 static void nb8800_get_strings(struct net_device *dev, u32 sset, u8 *buf) in nb8800_get_strings()
1161 static u32 nb8800_read_stat(struct net_device *dev, int index) in nb8800_read_stat()
1170 static void nb8800_get_ethtool_stats(struct net_device *dev, in nb8800_get_ethtool_stats()
1196 static int nb8800_hw_init(struct net_device *dev) in nb8800_hw_init()
1286 static int nb8800_tangox_init(struct net_device *dev) in nb8800_tangox_init()
1316 static int nb8800_tangox_reset(struct net_device *dev) in nb8800_tangox_reset()
1338 static int nb8800_tango4_init(struct net_device *dev) in nb8800_tango4_init()
1386 struct net_device *dev; in nb8800_probe() local