1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(C) 2022 Marvell. 3 */ 4 5 #include "cn9k_worker.h" 6 7 #if !defined(CNXK_DIS_TMPLT_FUNC) 8 9 #define T(name, sz, flags) SSO_TX(cn9k_sso_hws_tx_adptr_enq_##name, sz, flags) 10 11 NIX_TX_FASTPATH_MODES_64_79 12 #undef T 13 14 #endif 15