xref: /dpdk/drivers/event/cnxk/tx/cn20k/tx_80_95.c (revision 37dda90ee15b7098bc48356868a87d34f727eecc)
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_80_95
16 #undef T
17 
18 #endif
19