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

Function sfc_kvargs_process

dpdk/drivers/net/sfc/sfc_kvargs.c:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int
67sfc_kvargs_process(struct sfc_adapter *sa, const char *key_match,
68 arg_handler_t handler, void *opaque_arg)
69{
70 if (sa->kvargs == NULL)
71 return 0;
72
73 return -rte_kvargs_process(sa->kvargs, key_match, handler, opaque_arg);
74}
75
76int
77sfc_kvarg_bool_handler(__rte_unused const char *key,

Callers 6

sfc_ev_attachFunction · 0.85
sfc_eth_dev_set_opsFunction · 0.85
sfc_parse_switch_modeFunction · 0.85
sfc_port_attachFunction · 0.85
sfc_nic_probeFunction · 0.85

Calls 1

rte_kvargs_processFunction · 0.85

Tested by

no test coverage detected