Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_worker.h70 if (event.sched_type != SSO_TT_EMPTY) { in otx2_ssogws_get_work()
142 if (event.sched_type != SSO_TT_EMPTY && in otx2_ssogws_get_work_empty()
201 if (OTX2_SSOW_TT_FROM_TAG(otx2_read64(ws->tag_op)) == SSO_TT_EMPTY) { in otx2_ssogws_swtag_flush()
H A Dotx2_worker_dual.h67 if (event.sched_type != SSO_TT_EMPTY) { in otx2_ssogws_dual_get_work()
H A Dotx2_worker.c337 if (ev.sched_type != SSO_TT_EMPTY) in ssogws_flush_events()
368 if (pend_tt != SSO_TT_EMPTY) { /* Work was pending */ in ssogws_reset()
H A Dotx2_evdev.h82 #define OTX2_SSOW_TT_FROM_TAG(x) (((x) >> 32) & SSO_TT_EMPTY)
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_sso.h204 #define SSO_TT_EMPTY (0x3ull) macro