Lines Matching defs:pfx
1625 #define __LIBETH_XDP_DEFINE_FLUSH_TX(name, prep, xmit, pfx) \
1628 return libeth_##pfx##_tx_flush_bulk(bq, flags, prep, xmit); \
1651 #define __LIBETH_XDP_DEFINE_RUN_PROG(name, flush, pfx) \
1654 return libeth_##pfx##_run_prog(xdp, bq, flush); \
1666 #define __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, pfx) \
1671 return libeth_##pfx##_run_pass(xdp, bq, napi, ss, desc, run, \
1685 #define __LIBETH_XDP_DEFINE_RUN(name, run, flush, populate, pfx) \
1686 LIBETH_##pfx##_DEFINE_RUN_PROG(static run, flush); \
1687 LIBETH_##pfx##_DEFINE_RUN_PASS(name, run, populate)
1698 #define __LIBETH_XDP_DEFINE_FINALIZE(name, flush, finalize, pfx) \
1701 libeth_##pfx##_finalize_rx(bq, flush, finalize); \