Searched refs:ff_dpdk_if_context (Results 1 – 5 of 5) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_dpdk_if.h | 43 struct ff_dpdk_if_context; 54 struct ff_dpdk_if_context *ff_dpdk_register_if(void *sc, void *ifp, 56 void ff_dpdk_deregister_if(struct ff_dpdk_if_context *ctx); 58 void ff_dpdk_set_if(struct ff_dpdk_if_context *ctx, void *sc, void *ifp); 60 int ff_dpdk_if_send(struct ff_dpdk_if_context* ctx, void *buf, int total);
|
| H A D | ff_memory.h | 60 struct ff_dpdk_if_context { struct 106 int ff_if_send_onepkt(struct ff_dpdk_if_context *ctx, void *m, int total);
|
| H A D | ff_dpdk_if.c | 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; [all …]
|
| H A D | ff_memory.c | 311 static inline void ff_offload_set(struct ff_dpdk_if_context *ctx, void *m, struct rte_mbuf *head) in ff_offload_set() 440 int ff_if_send_onepkt(struct ff_dpdk_if_context *ctx, void *m, int total) in ff_if_send_onepkt()
|
| H A D | ff_veth.c | 87 struct ff_dpdk_if_context *host_ctx;
|