xref: /dpdk/drivers/event/cnxk/tx/cn10k/tx_64_79.c (revision 719834a6849e1daf4a70ff7742bbcc3ae7e25607)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2022 Marvell.
3  */
4 
5 #include "cn10k_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(cn10k_sso_hws_tx_adptr_enq_##name, sz, flags)
14 
15 NIX_TX_FASTPATH_MODES_64_79
16 #undef T
17 
18 #endif
19