Home
last modified time | relevance | path

Searched refs:cfg9346_usage_lock (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c651 raw_spinlock_t cfg9346_usage_lock; member
705 raw_spin_lock_irqsave(&tp->cfg9346_usage_lock, flags); in rtl_lock_config_regs()
708 raw_spin_unlock_irqrestore(&tp->cfg9346_usage_lock, flags); in rtl_lock_config_regs()
715 raw_spin_lock_irqsave(&tp->cfg9346_usage_lock, flags); in rtl_unlock_config_regs()
718 raw_spin_unlock_irqrestore(&tp->cfg9346_usage_lock, flags); in rtl_unlock_config_regs()
5283 raw_spin_lock_init(&tp->cfg9346_usage_lock); in rtl_init_one()