Lines Matching defs:pfx
1616 #define __LIBETH_XDP_DEFINE_FLUSH_TX(name, prep, xmit, pfx) \
1619 return libeth_##pfx##_tx_flush_bulk(bq, flags, prep, xmit); \
1642 #define __LIBETH_XDP_DEFINE_RUN_PROG(name, flush, pfx) \
1645 return libeth_##pfx##_run_prog(xdp, bq, flush); \
1657 #define __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, pfx) \
1662 return libeth_##pfx##_run_pass(xdp, bq, napi, ss, desc, run, \
1676 #define __LIBETH_XDP_DEFINE_RUN(name, run, flush, populate, pfx) \
1677 LIBETH_##pfx##_DEFINE_RUN_PROG(static run, flush); \
1678 LIBETH_##pfx##_DEFINE_RUN_PASS(name, run, populate)
1689 #define __LIBETH_XDP_DEFINE_FINALIZE(name, flush, finalize, pfx) \
1692 libeth_##pfx##_finalize_rx(bq, flush, finalize); \