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

Class eth_dev_match_arg

dpdk/lib/ethdev/rte_class_eth.c:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29struct eth_dev_match_arg {
30 struct rte_device *device;
31 struct rte_kvargs *kvlist;
32};
33
34#define eth_dev_match_arg(d, k) \
35 (&(const struct eth_dev_match_arg) { \

Callers 1

eth_dev_iterateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected