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