Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c185 return !!(ulp_fc_info->flags & ULP_FLAG_FC_THREAD); in ulp_fc_mgr_thread_isstarted()
204 if (ulp_fc_info && !(ulp_fc_info->flags & ULP_FLAG_FC_THREAD)) { in ulp_fc_mgr_thread_start()
207 ulp_fc_info->flags |= ULP_FLAG_FC_THREAD; in ulp_fc_mgr_thread_start()
227 ulp_fc_info->flags &= ~ULP_FLAG_FC_THREAD; in ulp_fc_mgr_thread_cancel()
H A Dulp_fc_mgr.h12 #define ULP_FLAG_FC_THREAD BIT(0) macro