Home
last modified time | relevance | path

Searched refs:fc_lock (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c152 pthread_mutex_destroy(&ulp_fc_info->fc_lock); in ulp_fc_mgr_deinit()
490 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_alarm_cb()
522 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_alarm_cb()
618 pthread_mutex_lock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_cntr_set()
623 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_cntr_set()
653 pthread_mutex_lock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_cntr_reset()
661 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_cntr_reset()
739 pthread_mutex_lock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_query_count_get()
753 pthread_mutex_unlock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_query_count_get()
798 pthread_mutex_lock(&ulp_fc_info->fc_lock); in ulp_fc_mgr_cntr_parent_flow_set()
[all …]
H A Dulp_fc_mgr.h52 pthread_mutex_t fc_lock; member