1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(C) 2022 Marvell. 3 */ 4 5 #include "cn10k_worker.h" 6 #include "cnxk_eventdev.h" 7 #include "cnxk_worker.h" 8 9 #define R(name, flags) \ 10 SSO_CMN_DEQ_BURST(cn10k_sso_hws_deq_burst_##name, \ 11 cn10k_sso_hws_deq_##name, flags) \ 12 SSO_CMN_DEQ_BURST(cn10k_sso_hws_reas_deq_burst_##name, \ 13 cn10k_sso_hws_reas_deq_##name, flags | NIX_RX_REAS_F) 14 15 NIX_RX_FASTPATH_MODES_96_111 16 #undef R 17