Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.h182 spinlock_t stid_lock ____cacheline_aligned;
Dcxgb3_offload.c526 spin_lock_bh(&t->stid_lock); in cxgb3_free_stid()
530 spin_unlock_bh(&t->stid_lock); in cxgb3_free_stid()
680 spin_lock_bh(&t->stid_lock); in cxgb3_alloc_stid()
690 spin_unlock_bh(&t->stid_lock); in cxgb3_alloc_stid()
1203 spin_lock_init(&t->stid_lock); in init_tid_tabs()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h116 spinlock_t stid_lock; member
Dcxgb4_main.c3031 spin_lock_bh(&t->stid_lock); in cxgb4_alloc_stid()
3048 spin_unlock_bh(&t->stid_lock); in cxgb4_alloc_stid()
3059 spin_lock_bh(&t->stid_lock); in cxgb4_alloc_sftid()
3075 spin_unlock_bh(&t->stid_lock); in cxgb4_alloc_sftid()
3085 spin_lock_bh(&t->stid_lock); in cxgb4_free_stid()
3092 spin_unlock_bh(&t->stid_lock); in cxgb4_free_stid()
3212 spin_lock_init(&t->stid_lock); in tid_init()