Home
last modified time | relevance | path

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

/freebsd/usr.sbin/valectl/
H A Dvalectl.c206 struct nmreq_vale_attach vale_attach; in bdg_ctl() local
253 memset(&vale_attach, 0, sizeof(vale_attach)); in bdg_ctl()
254 hdr.nr_body = (uintptr_t)&vale_attach; in bdg_ctl()
255 vale_attach.reg.nr_mode = a->nr_mode; in bdg_ctl()
257 &vale_attach.reg.nr_tx_slots, in bdg_ctl()
258 &vale_attach.reg.nr_rx_slots, in bdg_ctl()
259 &vale_attach.reg.nr_tx_rings, in bdg_ctl()
260 &vale_attach.reg.nr_rx_rings); in bdg_ctl()
264 vale_attach.reg.nr_mem_id = mem_id; in bdg_ctl()
315 printf("port_index: %"PRIu32"\n", vale_attach.port_index); in bdg_ctl()
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c547 vale_attach(struct TestContext *ctx) in vale_attach() function
612 if ((ret = vale_attach(ctx)) != 0) { in vale_attach_detach()
926 if ((ret = vale_attach(ctx)) != 0) { in vale_polling_enable_disable()