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

Function ssovf_close

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

Source from the content-addressed store, hash-verified

698}
699
700static int
701ssovf_close(struct rte_eventdev *dev)
702{
703 struct ssovf_evdev *edev = ssovf_pmd_priv(dev);
704 uint8_t all_queues[RTE_EVENT_MAX_QUEUES_PER_DEV];
705 uint8_t i;
706
707 for (i = 0; i < edev->nb_event_queues; i++)
708 all_queues[i] = i;
709
710 for (i = 0; i < edev->nb_event_ports; i++)
711 ssovf_port_unlink(dev, dev->data->ports[i], all_queues,
712 edev->nb_event_queues);
713 return 0;
714}
715
716static int
717ssovf_parsekv(const char *key, const char *value, void *opaque)

Callers

nothing calls this directly

Calls 2

ssovf_pmd_privFunction · 0.85
ssovf_port_unlinkFunction · 0.85

Tested by

no test coverage detected