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

Function sw_pmd_priv

dpdk/drivers/event/sw/sw_evdev.h:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277};
278
279static inline struct sw_evdev *
280sw_pmd_priv(const struct rte_eventdev *eventdev)
281{
282 return eventdev->data->dev_private;
283}
284
285static inline const struct sw_evdev *
286sw_pmd_priv_const(const struct rte_eventdev *eventdev)

Callers 15

sw_xstats_getFunction · 0.85
sw_xstats_resetFunction · 0.85
sw_port_linkFunction · 0.85
sw_port_unlinkFunction · 0.85
sw_port_setupFunction · 0.85
sw_queue_releaseFunction · 0.85
sw_queue_setupFunction · 0.85
sw_drain_portsFunction · 0.85
sw_drain_queueFunction · 0.85
sw_drain_queuesFunction · 0.85
sw_clean_qid_iqsFunction · 0.85
sw_dev_configureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected