Home
last modified time | relevance | path

Searched refs:t4_os_write_unlock (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dmps_tcam.c79 t4_os_write_unlock(&mpstcam->lock); in cxgbe_mpstcam_alloc()
84 t4_os_write_unlock(&mpstcam->lock); in cxgbe_mpstcam_alloc()
92 t4_os_write_unlock(&mpstcam->lock); in cxgbe_mpstcam_alloc()
106 t4_os_write_unlock(&mpstcam->lock); in cxgbe_mpstcam_alloc()
120 t4_os_write_unlock(&mpstcam->lock); in cxgbe_mpstcam_modify()
129 t4_os_write_unlock(&mpstcam->lock); in cxgbe_mpstcam_modify()
136 t4_os_write_unlock(&mpstcam->lock); in cxgbe_mpstcam_modify()
156 t4_os_write_unlock(&mpstcam->lock); in cxgbe_mpstcam_modify()
188 t4_os_write_unlock(&t->lock); in cxgbe_mpstcam_remove()
205 t4_os_write_unlock(&t->lock); in cxgbe_mpstcam_remove()
H A Dclip_tbl.c135 t4_os_write_unlock(&ctbl->lock); in t4_clip_alloc()
H A Dsmt.c179 t4_os_write_unlock(&s->lock); in t4_smt_alloc_switching()
H A Dl2t.c169 t4_os_write_unlock(&d->lock); in t4_l2t_alloc_switching()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h382 static inline void t4_os_write_unlock(rte_rwlock_t *lock) in t4_os_write_unlock() function