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) \ 10 SSO_TX_SEG(cn9k_sso_hws_tx_adptr_enq_seg_##name, sz, flags) 11 12 NIX_TX_FASTPATH_MODES_96_111 13 #undef T 14 15 #endif 16