Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 25 of 60) sorted by relevance

123

/f-stack/freebsd/mips/mips/
H A Dcache_mipsNN.c323 int i, stride, loopcount; in mipsNN_icache_sync_range_index_16() local
340 stride = picache_stride; in mipsNN_icache_sync_range_index_16()
366 int i, stride, loopcount; in mipsNN_icache_sync_range_index_32() local
383 stride = picache_stride; in mipsNN_icache_sync_range_index_32()
409 int i, stride, loopcount; in mipsNN_icache_sync_range_index_64() local
426 stride = picache_stride; in mipsNN_icache_sync_range_index_64()
601 stride = pdcache_stride; in mipsNN_pdcache_wbinv_range_index_16()
642 stride = pdcache_stride; in mipsNN_pdcache_wbinv_range_index_32()
683 stride = pdcache_stride; in mipsNN_pdcache_wbinv_range_index_64()
944 stride = picache_stride; in mipsNN_icache_sync_range_index_128()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/stride_dd/
H A Dstride_dd.c28 static int stride = 0; variable
88 stride = atoi(optarg); in parse_options()
114 if (bsize <= 0 || count <= 0 || stride <= 0 || ifile == NULL || in parse_options()
197 if (stride > 1) { in main()
198 if (lseek(ifd, (stride - 1) * bsize, SEEK_CUR) == -1) { in main()
202 if (lseek(ofd, (stride - 1) * bsize, SEEK_CUR) == -1) { in main()
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.c344 local_resv[f].stride = info.entry.stride; in tf_rm_check_residuals()
546 if (parms->alloc_cnt[i] == resv[j].stride) { in tf_rm_create_db()
548 db[i].alloc.entry.stride = resv[j].stride; in tf_rm_create_db()
553 pool_size = (BITALLOC_SIZEOF(resv[j].stride) / in tf_rm_create_db()
568 rc = ba_init(db[i].pool, resv[j].stride); in tf_rm_create_db()
589 resv[j].stride); in tf_rm_create_db()
946 uint32_t stride; in tf_rm_check_indexes_in_range() local
972 stride = rm_db->db[parms->db_index].alloc.entry.stride; in tf_rm_check_indexes_in_range()
975 parms->starting_index + parms->num_entries > base_index + stride) in tf_rm_check_indexes_in_range()
H A Dtf_rm.h54 uint16_t stride; member
H A Dtf_msg.c489 resv[i].stride = tfp_le_to_cpu_16(resv_data[i].stride); in tf_msg_session_resc_alloc()
497 resv[i].stride); in tf_msg_session_resc_alloc()
550 resv_data[i].stride = tfp_cpu_to_le_16(resv[i].stride); in tf_msg_session_resc_flush()
/f-stack/freebsd/sys/
H A Dgtaskqueue.h80 struct taskqgroup *taskqgroup_create(const char *name, int cnt, int stride);
100 #define TASKQGROUP_DEFINE(name, cnt, stride) \ argument
107 qgroup_##name = taskqgroup_create(#name, (cnt), (stride)); \
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_regs_group.h14 uint32_t stride; member
26 reg->base_addr + i * reg->stride); in txgbe_read_regs()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3.c109 unsigned int stride; member
233 va_sc->stride = ((w1sh96 >> 6) & 0x3fff) + 1; in ipu3_fb_init()
235 printf("%dx%d [%d]\n", va_sc->width, va_sc->height, va_sc->stride); in ipu3_fb_init()
236 va_sc->fb_size = va_sc->height * va_sc->stride; in ipu3_fb_init()
249 va_sc->bpp = va_sc->stride / va_sc->width; in ipu3_fb_init()
529 sc->stride = sc->width * sc->bpp; in ipu3fb_configure()
575 adp->va_line_width = sc->stride; in ipu3fb_init()
716 if (offset < sc->stride * sc->height) { in ipu3fb_mmap()
830 + (row + sc->ymargin) * (sc->stride) in ipu3fb_putc()
855 addr += (sc->stride); in ipu3fb_putc()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd_syscons.c72 unsigned int stride; member
287 + (row + sc->ymargin)*(sc->stride) in am335x_rend_draw_cursor()
309 addr += sc->stride; in am335x_rend_draw_cursor()
577 if (offset < sc->stride*sc->height) { in am335x_syscons_mmap()
691 + (row + sc->ymargin)*(sc->stride) in am335x_syscons_putc()
728 addr += (sc->stride); in am335x_syscons_putc()
762 va_sc->stride = panel->bpp*panel->panel_width/8; in am335x_lcd_syscons_setup()
/f-stack/dpdk/drivers/net/e1000/
H A Digb_regs.h12 uint32_t stride; member
165 reg->base_addr + i * reg->stride); in igb_read_regs()
/f-stack/freebsd/arm/versatile/
H A Dversatile_clcd.c146 unsigned int stride; member
341 va_sc->stride = sc->width * 2; in versatile_clcdc_attach()
535 + (row + sc->ymargin)*(sc->stride) in clcdr_draw_cursor()
545 addr += sc->stride; in clcdr_draw_cursor()
776 if (offset < sc->stride*sc->height) { in versatilefb_mmap()
872 + (row + sc->ymargin)*(sc->stride) in versatilefb_putc()
898 addr += (sc->stride); in versatilefb_putc()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c103 unsigned int stride; member
170 sc->stride = fb.pitch; in bcm_fb_attach()
372 + (row + sc->ymargin)*(sc->stride) in bcmrend_draw_cursor()
393 addr += sc->stride; in bcmrend_draw_cursor()
669 if (offset < sc->stride*sc->height) { in bcmfb_mmap()
780 + (row + sc->ymargin)*(sc->stride) in bcmfb_putc()
828 addr += (sc->stride); in bcmfb_putc()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_diag.h21 u32 stride; /* bytes between each element */ member
H A Di40e_diag.c107 + (j * i40e_reg_list[i].stride); in i40e_diag_reg_test()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_regs.h13 uint32_t stride; member
319 reg->base_addr + i * reg->stride); in ixgbe_read_regs()
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v3.yaml90 redistributor-stride:
92 If using padding pages, specifies the stride of consecutive
236 redistributor-stride = <0x0 0x40000>; // 256kB stride
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c356 perf_event_rx_adapter_setup(struct evt_options *opt, uint8_t stride, in perf_event_rx_adapter_setup() argument
377 queue_conf.ev.queue_id = prod * stride; in perf_event_rx_adapter_setup()
463 uint8_t stride, uint8_t nb_queues, in perf_event_dev_port_setup() argument
501 ret = perf_event_rx_adapter_setup(opt, stride, *port_conf); in perf_event_dev_port_setup()
508 p->queue_id = prod * stride; in perf_event_dev_port_setup()
523 p->queue_id = prod * stride; in perf_event_dev_port_setup()
H A Dtest_perf_common.h148 uint8_t stride, uint8_t nb_queues,
H A Dtest_pipeline_common.c309 pipeline_event_rx_adapter_setup(struct evt_options *opt, uint8_t stride, in pipeline_event_rx_adapter_setup() argument
330 queue_conf.ev.queue_id = prod * stride; in pipeline_event_rx_adapter_setup()
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dsimple-framebuffer.yaml78 stride:
125 # The binding requires also reg, width, height, stride and format,
170 stride = <3200>;
/f-stack/freebsd/contrib/device-tree/Bindings/hwlock/
H A Dqcom-hwspinlock.txt19 stride of the hwmutex registers
/f-stack/dpdk/doc/guides/nics/
H A Dsfc_efx.rst106 Equal stride super-buffer mode
109 When the receive queue uses equal stride super-buffer DMA mode, one HW Rx
111 with some stride (equal to total size of rte_mbuf as mempool object).
117 Another limitation of a equal stride super-buffer mode, imposed by the
370 **ef10_essb** chooses SFNX2xxx equal stride super-buffer datapath
428 **dpdk** chooses DPDK firmware with equal stride super-buffer Rx mode
443 stride super-buffer Rx mode is used.
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsdm630-sony-xperia-nile.dtsi36 stride = <(1080 * 4)>;
/f-stack/freebsd/contrib/device-tree/src/arm64/socionext/
H A Duniphier-ld20-akebi96.dts51 stride = <7680>;
/f-stack/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.h181 uint32_t stride; member

123