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

Function dsw_stop

dpdk/drivers/event/dsw/dsw_evdev.c:348–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348static void
349dsw_stop(struct rte_eventdev *dev)
350{
351 struct dsw_evdev *dsw = dsw_pmd_priv(dev);
352 uint8_t dev_id;
353 eventdev_stop_flush_t flush;
354 void *flush_arg;
355
356 dev_id = dev->data->dev_id;
357 flush = dev->dev_ops->dev_stop_flush;
358 flush_arg = dev->data->dev_stop_flush_arg;
359
360 dsw_drain(dev_id, dsw, flush, flush_arg);
361}
362
363static int
364dsw_close(struct rte_eventdev *dev)

Callers

nothing calls this directly

Calls 2

dsw_pmd_privFunction · 0.85
dsw_drainFunction · 0.85

Tested by

no test coverage detected