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

Function ssovf_dump

dpdk/drivers/event/octeontx/ssovf_evdev.c:625–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623
624
625static void
626ssovf_dump(struct rte_eventdev *dev, FILE *f)
627{
628 struct ssovf_evdev *edev = ssovf_pmd_priv(dev);
629 uint8_t port;
630
631 /* Dump SSOWVF debug registers */
632 for (port = 0; port < edev->nb_event_ports; port++)
633 ssows_dump(dev->data->ports[port], f);
634}
635
636static int
637ssovf_start(struct rte_eventdev *dev)

Callers

nothing calls this directly

Calls 2

ssovf_pmd_privFunction · 0.85
ssows_dumpFunction · 0.85

Tested by

no test coverage detected