Home
last modified time | relevance | path

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

/freebsd/usr.sbin/valectl/
H A Dvalectl.c208 struct nmreq_vale_newif vale_newif; in bdg_ctl() local
238 memset(&vale_newif, 0, sizeof(vale_newif)); in bdg_ctl()
239 hdr.nr_body = (uintptr_t)&vale_newif; in bdg_ctl()
241 &vale_newif.nr_tx_slots, in bdg_ctl()
242 &vale_newif.nr_rx_slots, in bdg_ctl()
243 &vale_newif.nr_tx_rings, in bdg_ctl()
244 &vale_newif.nr_rx_rings); in bdg_ctl()
248 vale_newif.nr_mem_id = mem_id; in bdg_ctl()
309 dump_newif(&vale_newif); in bdg_ctl()