Home
last modified time | relevance | path

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

/dpdk/drivers/event/cnxk/
H A Dcnxk_worker.h54 SSO_TT_EMPTY) in cnxk_sso_hws_swtag_flush()
H A Dcn10k_eventdev.c143 if (ev.sched_type != SSO_TT_EMPTY) in cn10k_sso_hws_flush_events()
194 if (is_pend && pend_tt != SSO_TT_EMPTY) { /* Work was pending */ in cn10k_sso_hws_reset()
218 SSO_TT_EMPTY) { in cn10k_sso_hws_reset()
226 if (pend_tt != SSO_TT_EMPTY) { /* Work was pending */ in cn10k_sso_hws_reset()
590 SSO_TT_EMPTY) { in cn10k_sso_port_quiesce()
H A Dcnxk_eventdev.h47 #define CNXK_TT_FROM_TAG(x) (((x) >> 32) & SSO_TT_EMPTY)
48 #define CNXK_TT_FROM_EVENT(x) (((x) >> 38) & SSO_TT_EMPTY)
H A Dcn9k_eventdev.c166 if (ev.sched_type != SSO_TT_EMPTY) in cn9k_sso_hws_flush_events()
220 if (is_pend && pend_tt != SSO_TT_EMPTY) { /* Work was pending */ in cn9k_sso_hws_reset()
/dpdk/drivers/common/cnxk/hw/
H A Dsso.h231 #define SSO_TT_EMPTY (0x3ull) macro