Searched refs:segsz (Results 1 – 3 of 3) sorted by relevance
542 int segsz, err; in zy7_devcfg_write() local581 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()
30 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 very117 final output segment; if ``pkt_len`` % ``segsz``, then the final segment is125 all of the data 'contained' in the output segment reaches ``segsz``. This223 - Packet length is less than ``segsz`` (i.e. GSO is not required).
1349 set gso segsz1355 testpmd> set gso segsz <length>