Searched refs:npipes (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600_cp.h9 u32 *npipes, u32 *nbanks, u32 *group_size);
H A Dr600_cs.c45 extern void r600_cs_legacy_get_tiling_conf(struct drm_device *dev, u32 *npipes, u32 *nbanks, u32 *group_size);
53 u32 npipes; member in struct:r600_cs_track
253 u32 npipes; member in struct:array_mode_checker
268 u32 macro_tile_height = values->npipes;
394 array_check.npipes = track->npipes;
590 array_check.npipes = track->npipes;
663 /* nby is npipes htiles aligned == npipes *
[all...]
H A Devergreen_cs.c53 u32 npipes; member in struct:evergreen_cs_track
275 palign = (8 * surf->bankw * track->npipes) * surf->mtilea;
517 /* height is npipes htiles aligned == npipes * 8 pixel aligned */
518 nby = roundup(nby, track->npipes * 8);
524 switch (track->npipes) {
547 __func__, __LINE__, track->npipes);
554 /* size must be aligned on npipes * 2K boundary */
555 size = roundup(nbx * nby * 4, track->npipes * (2 << 10));
2777 track->npipes
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c213 int npipes = glob_arg.output_rings; local
219 pipe_prev = calloc(npipes, sizeof(struct my_ctrs));
253 for (j = 0; j < npipes; ++j) {
396 printf(" -p [prefix:]npipes add a new group of output pipes\n");
668 uint32_t npipes = glob_arg.output_rings; local
673 ports = calloc(npipes + 1, sizeof(struct port_des));
678 struct port_des *rxport = &ports[npipes];
682 counters_buf.ctrs = calloc(npipes, sizeof(struct my_ctrs));
692 base_req.nr_arg1 = npipes;
720 oq = calloc(npipes
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_pipe.c89 nm_pipe_alloc(struct netmap_adapter *na, u_int npipes) argument
94 if (npipes <= na->na_max_pipes)
98 if (npipes < na->na_next_pipe || npipes > NM_MAXPIPES)
102 len = sizeof(struct netmap_pipe_adapter *) * npipes;
108 na->na_max_pipes = npipes;
155 u_int npipes = parent->na_max_pipes ? 2*parent->na_max_pipes : 2; local
156 int error = nm_pipe_alloc(parent, npipes);
H A Dnetmap_mem2.h143 u_int extra_bufs, u_int npipes, int* error);
H A Dnetmap_vale.c1264 u_int npipes = 0; local
1296 nm_bound_var(&npipes, 2, 1, NM_MAXPIPES, NULL);
1331 req->nr_extra_bufs, npipes, &error);
H A Dnetmap_mem2.c1711 u_int extra_bufs, u_int npipes, int *perr)
1730 v = 2 + 4 * npipes;
1740 v = txr + rxr + 8 * npipes;
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 211 milliseconds