seg_max 820 drivers/block/virtio_blk.c struct virtio_blk_config, seg_max, seg_max 1002 drivers/dma/ste_dma40.c u32 seg_max = ALIGN(STEDMA40_MAX_SEG_SIZE * min_w, max_w); seg_max 1004 drivers/dma/ste_dma40.c if (seg_max > STEDMA40_MAX_SEG_SIZE) seg_max 1005 drivers/dma/ste_dma40.c seg_max -= max_w; seg_max 1010 drivers/dma/ste_dma40.c if (size <= seg_max) seg_max 1013 drivers/dma/ste_dma40.c dmalen = size / seg_max; seg_max 1014 drivers/dma/ste_dma40.c if (dmalen * seg_max < size) seg_max 197 drivers/dma/ste_dma40_ll.c u32 seg_max = ALIGN(STEDMA40_MAX_SEG_SIZE * min_w, max_w); seg_max 199 drivers/dma/ste_dma40_ll.c if (seg_max > STEDMA40_MAX_SEG_SIZE) seg_max 200 drivers/dma/ste_dma40_ll.c seg_max -= max_w; seg_max 202 drivers/dma/ste_dma40_ll.c if (size <= seg_max) seg_max 205 drivers/dma/ste_dma40_ll.c if (size <= 2 * seg_max) seg_max 208 drivers/dma/ste_dma40_ll.c return seg_max; seg_max 857 drivers/scsi/virtio_scsi.c sg_elems = virtscsi_config_get(vdev, seg_max) ?: 1; seg_max 64 include/uapi/linux/virtio_blk.h __u32 seg_max; seg_max 107 include/uapi/linux/virtio_scsi.h __u32 seg_max; seg_max 139 samples/mic/mpssd/mpssd.c .seg_max = htole32(MIC_VRING_ENTRIES - 2), seg_max 1185 samples/mic/mpssd/mpssd.c le32toh(virtblk_dev_page.blk_config.seg_max));