Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ark/
H A Dark_pktgen.c40 static struct OPTIONS toptions[] = { variable
304 for (i = 0; i < sizeof(toptions) / sizeof(struct OPTIONS); i++) { in options()
305 if (strcmp(id, toptions[i].opt) == 0) in options()
306 return &toptions[i]; in options()
H A Dark_pktchkr.c41 static struct OPTIONS toptions[] = { variable
326 for (i = 0; i < sizeof(toptions) / sizeof(struct OPTIONS); i++) { in options()
327 if (strcmp(id, toptions[i].opt) == 0) in options()
328 return &toptions[i]; in options()