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

Function dsw_pmd_priv

dpdk/drivers/event/dsw/dsw_evdev.h:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 const char *name, uint64_t *id);
292
293static inline struct dsw_evdev *
294dsw_pmd_priv(const struct rte_eventdev *eventdev)
295{
296 return eventdev->data->dev_private;
297}
298
299#define DSW_LOG_DP(level, fmt, args...) \
300 RTE_LOG_DP(level, EVENTDEV, "[%s] %s() line %u: " fmt, \

Callers 11

dsw_port_setupFunction · 0.85
dsw_queue_setupFunction · 0.85
dsw_port_link_unlinkFunction · 0.85
dsw_configureFunction · 0.85
dsw_startFunction · 0.85
dsw_stopFunction · 0.85
dsw_closeFunction · 0.85
dsw_xstats_get_namesFunction · 0.85
dsw_xstats_dev_getFunction · 0.85
dsw_xstats_port_getFunction · 0.85
dsw_xstats_get_by_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected