Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_eqs.c114 spin_lock_init(&aeqs->aeq_lock); in hinic3_aeq_register_cb()
126 spin_lock_bh(&aeqs->aeq_lock); in hinic3_aeq_unregister_cb()
128 spin_unlock_bh(&aeqs->aeq_lock); in hinic3_aeq_unregister_cb()
227 spin_lock_bh(&aeqs->aeq_lock); in aeq_event_handler()
231 spin_unlock_bh(&aeqs->aeq_lock); in aeq_event_handler()
H A Dhinic3_eqs.h83 spinlock_t aeq_lock; member