Searched refs:ei_local (Results 1 – 8 of 8) sorted by relevance
98 #define ei_reset_8390 (ei_local->reset_8390)99 #define ei_block_output (ei_local->block_output)100 #define ei_block_input (ei_local->block_input)101 #define ei_get_8390_hdr (ei_local->get_8390_hdr)206 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in __ei_open() local216 spin_lock_irqsave(&ei_local->page_lock, flags); in __ei_open()221 spin_unlock_irqrestore(&ei_local->page_lock, flags); in __ei_open()222 ei_local->irqlock = 0; in __ei_open()234 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in __ei_close() local241 spin_lock_irqsave(&ei_local->page_lock, flags); in __ei_close()[all …]
58 #define EI_SHIFT(x) (ei_local->reg_offset[(x)])102 struct ei_device *ei_local = netdev_priv(dev); in to_ax_dev() local103 return (struct ax_device *)(ei_local+1); in to_ax_dev()114 struct ei_device *ei_local = netdev_priv(dev); in ax_initial_check() local115 void __iomem *ioaddr = ei_local->mem; in ax_initial_check()142 struct ei_device *ei_local = netdev_priv(dev); in ax_reset_8390() local171 struct ei_device *ei_local = netdev_priv(dev); in ax_get_8390_hdr() local173 void __iomem *nic_base = ei_local->mem; in ax_get_8390_hdr()212 struct ei_device *ei_local = netdev_priv(dev); in ax_block_input() local214 void __iomem *nic_base = ei_local->mem; in ax_block_input()[all …]
36 #define EI_SHIFT(x) (ei_local->reg_offset[x])89 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in init_reg_offset() local102 ei_local->reg_offset = reg_offset; in init_reg_offset()221 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in ne_probe1() local374 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in ne_reset_8390() local400 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in ne_get_8390_hdr() local440 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in ne_block_input() local510 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in ne_block_output() local
34 #define EI_SHIFT(x) (ei_local->reg_offset[x])
37 #define EI_SHIFT(x) (ei_local->reg_offset[x])
47 #define EI_SHIFT(x) (ei_local->reg_offset[x])
895 #define ei_reset_8390 (ei_local->reset_8390)896 #define ei_block_output (ei_local->block_output)897 #define ei_block_input (ei_local->block_input)898 #define ei_get_8390_hdr (ei_local->get_8390_hdr)955 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in ax_open() local971 spin_lock_irqsave(&ei_local->page_lock, flags); in ax_open()976 spin_unlock_irqrestore(&ei_local->page_lock, flags); in ax_open()977 ei_local->irqlock = 0; in ax_open()1015 struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); in axnet_tx_timeout() local1021 spin_lock_irqsave(&ei_local->page_lock, flags); in axnet_tx_timeout()[all …]
53 #define EI_SHIFT(x) (ei_local->reg_offset[x])175 struct ei_device *ei_local = netdev_priv(dev); in etherh_setif() local219 struct ei_device *ei_local = netdev_priv(dev); in etherh_getifstat() local288 struct ei_device *ei_local = netdev_priv(dev); in etherh_reset() local298 if (dev->flags & IFF_AUTOMEDIA && ei_local->interface_num) { in etherh_reset()299 ei_local->interface_num = 0; in etherh_reset()316 struct ei_device *ei_local = netdev_priv(dev); in etherh_block_output() local320 if (ei_local->dmaing) { in etherh_block_output()323 ei_local->dmaing, ei_local->irqlock); in etherh_block_output()330 if (count & 1 && ei_local->word16) in etherh_block_output()[all …]