Home
last modified time | relevance | path

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

/linux-6.12.1/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()
1179 spin_lock_init(&t->stid_lock); in init_tid_tabs()
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h141 spinlock_t stid_lock; member
Dcxgb4_main.c1633 spin_lock_bh(&t->stid_lock); in cxgb4_alloc_stid()
1659 spin_unlock_bh(&t->stid_lock); in cxgb4_alloc_stid()
1670 spin_lock_bh(&t->stid_lock); in cxgb4_alloc_sftid()
1687 spin_unlock_bh(&t->stid_lock); in cxgb4_alloc_sftid()
1704 spin_lock_bh(&t->stid_lock); in cxgb4_free_stid()
1721 spin_unlock_bh(&t->stid_lock); in cxgb4_free_stid()
1872 spin_lock_init(&t->stid_lock); in tid_init()