Lines Matching refs:ff_dpdk_if_context
140 static struct ff_dpdk_if_context *veth_ctx[RTE_MAX_ETHPORTS];
153 struct ff_dpdk_if_context *
156 struct ff_dpdk_if_context *ctx; in ff_dpdk_register_if()
158 ctx = calloc(1, sizeof(struct ff_dpdk_if_context)); in ff_dpdk_register_if()
171 ff_dpdk_deregister_if(struct ff_dpdk_if_context *ctx) in ff_dpdk_deregister_if()
1117 ff_veth_input(const struct ff_dpdk_if_context *ctx, struct rte_mbuf *pkt) in ff_veth_input()
1266 uint16_t count, const struct ff_dpdk_if_context *ctx, int pkts_from_ring)
1394 struct rte_mbuf **pkts_burst, const struct ff_dpdk_if_context *ctx)
1692 ff_dpdk_if_send(struct ff_dpdk_if_context *ctx, void *m,
1830 struct ff_dpdk_if_context *ctx;
2041 struct ff_dpdk_if_context *ctx = ff_veth_softc_to_hostc(softc);