Home
last modified time | relevance | path

Searched refs:toptions (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ark/
H A Dark_pktchkr.c37 static struct OPTIONS toptions[] = { variable
322 for (i = 0; i < sizeof(toptions) / sizeof(struct OPTIONS); i++) { in options()
323 if (strcmp(id, toptions[i].opt) == 0) in options()
324 return &toptions[i]; in options()
H A Dark_pktgen.c35 static struct OPTIONS toptions[] = { variable
299 for (i = 0; i < sizeof(toptions) / sizeof(struct OPTIONS); i++) { in options()
300 if (strcmp(id, toptions[i].opt) == 0) in options()
301 return &toptions[i]; in options()