Searched refs:extra_bufs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c98 uint32_t extra_bufs; member in struct:__anon5533
608 glob_arg.extra_bufs = atoi(optarg);
609 D("requested %d extra buffers", glob_arg.extra_bufs);
693 base_req.nr_arg3 = glob_arg.extra_bufs;
705 uint32_t extra_bufs = rxport->nmd->req.nr_arg3; local
710 if (!glob_arg.extra_bufs)
713 D("obtained %d extra buffers", extra_bufs);
714 if (!extra_bufs)
729 freeq->slots = calloc(extra_bufs, sizeof(struct netmap_slot));
733 freeq->size = extra_bufs;
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.h143 u_int extra_bufs, u_int npipes, int* error);
H A Dnetmap_mem2.c1711 u_int extra_bufs, u_int npipes, int *perr)
1748 v = (4 * npipes + rxr) * rxd + (4 * npipes + txr) * txd + 2 + extra_bufs;
1710 netmap_mem_private_new(u_int txr, u_int txd, u_int rxr, u_int rxd, u_int extra_bufs, u_int npipes, int *perr) argument

Completed in 91 milliseconds