MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dlb2_pp_write

Function dlb2_pp_write

dpdk/drivers/event/dlb2/dlb2.c:2805–2810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2803}
2804
2805static __rte_always_inline void
2806dlb2_pp_write(struct dlb2_enqueue_qe *qe4,
2807 struct process_local_port_data *port_data)
2808{
2809 dlb2_movdir64b(port_data->pp_addr, qe4);
2810}
2811
2812static inline int
2813dlb2_consume_qe_immediate(struct dlb2_port *qm_port, int num)

Callers 1

dlb2_hw_do_enqueueFunction · 0.85

Calls 1

dlb2_movdir64bFunction · 0.85

Tested by

no test coverage detected