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.c6012 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
6014 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
6023 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_del_l2_filter()
6188 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_l2_filter()
6190 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_l2_filter()
6208 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
6222 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
6228 spin_unlock_bh(&bp->ntp_fltr_lock); in bnxt_alloc_new_l2_filter()
15474 spin_lock_init(&bp->ntp_fltr_lock); in bnxt_init_board()
15669 spin_lock_bh(&bp->ntp_fltr_lock); in bnxt_insert_ntp_filter()
[all …]
H A Dbnxt.h2687 spinlock_t ntp_fltr_lock; /* for hash table add, del */ member