xref: /dpdk/drivers/event/cnxk/tx/cn20k/tx_32_47.c (revision b462f2737eb08b07b84da4204fbd1c9b9ba00b2d)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2022 Marvell.
3  */
4 
5 #include "cn20k_tx_worker.h"
6 
7 #ifdef _ROC_API_H_
8 #error "roc_api.h is included"
9 #endif
10 
11 #if !defined(CNXK_DIS_TMPLT_FUNC)
12 
13 #define T(name, sz, flags) SSO_TX(cn20k_sso_hws_tx_adptr_enq_##name, sz, flags)
14 
15 NIX_TX_FASTPATH_MODES_32_47
16 #undef T
17 
18 #endif
19