Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/xilinx/
H A Dzy7_devcfg.c542 int segsz, err; in zy7_devcfg_write() local
581 segsz = MIN(PAGE_SIZE, uio->uio_resid); in zy7_devcfg_write()
583 err = uiomove(dma_mem, segsz, uio); in zy7_devcfg_write()
595 if (uio->uio_resid > segsz) in zy7_devcfg_write()
603 WR4(sc, ZY7_DEVCFG_DMA_SRC_LEN, (segsz+3)/4); in zy7_devcfg_write()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgeneric_segmentation_offload_lib.rst30 The size of GSO segments (``segsz``) is configurable by the application.
116 ``segsz`` bytes of data. The only exception to this is in the case of the very
117 final output segment; if ``pkt_len`` % ``segsz``, then the final segment is
125 all of the data 'contained' in the output segment reaches ``segsz``. This
223 - Packet length is less than ``segsz`` (i.e. GSO is not required).
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1349 set gso segsz
1355 testpmd> set gso segsz <length>