Searched refs:SSO_TT_EMPTY (Results 1 – 5 of 5) sorted by relevance
54 SSO_TT_EMPTY) in cnxk_sso_hws_swtag_flush()
143 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()
47 #define CNXK_TT_FROM_TAG(x) (((x) >> 32) & SSO_TT_EMPTY)48 #define CNXK_TT_FROM_EVENT(x) (((x) >> 38) & SSO_TT_EMPTY)
166 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()
231 #define SSO_TT_EMPTY (0x3ull) macro