Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5920 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
5922 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
5931 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
6096 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_l2_filter()
6098 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_l2_filter()
6116 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
6130 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
6136 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
15368 spin_lock_init(&bp->ntp_fltr_lock); in bnxt_init_board()
15563 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_insert_ntp_filter()
[all …]
H A Dbnxt.h2678 spinlock_t ntp_fltr_lock; /* for hash table add, del */ member