Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c172 return !!(ulp_fc_info->flags & ULP_FLAG_FC_THREAD); in ulp_fc_mgr_thread_isstarted()
189 if (!(ulp_fc_info->flags & ULP_FLAG_FC_THREAD)) { in ulp_fc_mgr_thread_start()
193 ulp_fc_info->flags |= ULP_FLAG_FC_THREAD; in ulp_fc_mgr_thread_start()
213 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