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.c5781 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
5783 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
5792 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
5957 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_l2_filter()
5959 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_l2_filter()
5977 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
5991 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
5997 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
14833 spin_lock_init(&bp->ntp_fltr_lock); in bnxt_init_board()
15020 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_insert_ntp_filter()
[all …]
H A Dbnxt.h2635 spinlock_t ntp_fltr_lock; /* for hash table add, del */ member