Searched refs:page_lock (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | lib8390.c | 214 spin_lock_irqsave(&ei_local->page_lock, flags); in __ei_open() 219 spin_unlock_irqrestore(&ei_local->page_lock, flags); in __ei_open() 239 spin_lock_irqsave(&ei_local->page_lock, flags); in __ei_close() 241 spin_unlock_irqrestore(&ei_local->page_lock, flags); in __ei_close() 263 spin_lock_irqsave(&ei_local->page_lock, flags); in __ei_tx_timeout() 266 spin_unlock_irqrestore(&ei_local->page_lock, flags); in __ei_tx_timeout() 281 spin_lock(&ei_local->page_lock); in __ei_tx_timeout() 287 spin_unlock(&ei_local->page_lock); in __ei_tx_timeout() 322 spin_lock_irqsave(&ei_local->page_lock, flags); in __ei_start_xmit() 324 spin_unlock_irqrestore(&ei_local->page_lock, flags); in __ei_start_xmit() [all …]
|
D | axnet_cs.c | 156 spin_lock_init(&ei_local->page_lock); in axnet_probe() 867 spin_lock_irqsave(&ei_local->page_lock, flags); in ax_open() 872 spin_unlock_irqrestore(&ei_local->page_lock, flags); in ax_open() 877 #define dev_lock(dev) (((struct ei_device *)netdev_priv(dev))->page_lock) 917 spin_lock_irqsave(&ei_local->page_lock, flags); in axnet_tx_timeout() 920 spin_unlock_irqrestore(&ei_local->page_lock, flags); in axnet_tx_timeout() 935 spin_lock_irqsave(&ei_local->page_lock, flags); in axnet_tx_timeout() 941 spin_unlock_irqrestore(&ei_local->page_lock, flags); in axnet_tx_timeout() 971 spin_lock_irqsave(&ei_local->page_lock, flags); in axnet_start_xmit() 1021 spin_unlock_irqrestore(&ei_local->page_lock, flags); in axnet_start_xmit() [all …]
|
D | 8390.h | 94 spinlock_t page_lock; /* Page register locks */ member
|
D | etherh.c | 741 spin_lock_init(&ei_local->page_lock); in etherh_probe()
|