Home
last modified time | relevance | path

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

/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c169 struct nmreq_option *nr_opt; /* list of options */ member
251 hdr.nr_options = (uintptr_t)ctx->nr_opt; in port_register()
956 opt->nro_next = (uintptr_t)ctx->nr_opt; in push_option()
957 ctx->nr_opt = opt; in push_option()
963 ctx->nr_opt = NULL; in clear_options()
1106 e = (struct nmreq_opt_extmem *)(uintptr_t)ctx->nr_opt; in pop_extmem_option()
1107 ctx->nr_opt = (struct nmreq_option *)(uintptr_t)ctx->nr_opt->nro_next; in pop_extmem_option()
1362 hdr.nr_options = (uintptr_t)ctx->nr_opt; in sync_kloop_worker()
1563 hdr.nr_options = (uintptr_t)ctx->nr_opt; in csb_enable()