Home
last modified time | relevance | path

Searched refs:max_segment_size (Results 1 – 25 of 40) sorted by relevance

12

/drivers/scsi/
A Dhosts.c478 WARN_ON_ONCE(sht->max_segment_size && in scsi_host_alloc()
479 sht->max_segment_size != UINT_MAX); in scsi_host_alloc()
480 shost->max_segment_size = UINT_MAX; in scsi_host_alloc()
482 if (sht->max_segment_size) in scsi_host_alloc()
483 shost->max_segment_size = sht->max_segment_size; in scsi_host_alloc()
485 shost->max_segment_size = BLK_MAX_SEGMENT_SIZE; in scsi_host_alloc()
A Dmac53c94.c403 .max_segment_size = 65535,
A Dscsi_lib.c2001 lim->max_segment_size = shost->max_segment_size; in scsi_init_limits()
2013 dma_set_max_seg_size(dev, shost->max_segment_size); in scsi_init_limits()
A Dmesh.c1843 .max_segment_size = 65535,
/drivers/usb/gadget/function/
A Du_ncm.h35 u16 max_segment_size; member
A Df_ncm.c1187 frame_max = ncm_opts->max_segment_size; in ncm_unwrap_ntb()
1456 ncm_opts->net->mtu = (ncm_opts->max_segment_size - ETH_HLEN); in ncm_bind()
1501 ecm_desc.wMaxSegmentSize = cpu_to_le16(ncm_opts->max_segment_size); in ncm_bind()
1611 segment_size = opts->max_segment_size; in ncm_opts_max_segment_size_show()
1639 opts->max_segment_size = segment_size; in ncm_opts_max_segment_size_store()
1646 CONFIGFS_ATTR(ncm_opts_, max_segment_size);
1696 opts->max_segment_size = ETH_FRAME_LEN; in ncm_alloc_inst()
/drivers/s390/block/
A Ddasd_genhd.c42 .max_segment_size = PAGE_SIZE, in dasd_gendisk_alloc()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dsdio.h184 uint max_segment_size; member
A Dbcmsdh.c453 if (sg_data_sz > sdiodev->max_segment_size) in brcmf_sdiod_sglist_rw()
454 sg_data_sz = sdiodev->max_segment_size; in brcmf_sdiod_sglist_rw()
771 sdiodev->max_segment_size = host->max_seg_size; in brcmf_sdiod_sgtable_alloc()
/drivers/mmc/core/
A Dqueue.c376 lim.max_segment_size = in mmc_alloc_disk()
/drivers/block/
A Dps3disk.c389 .max_segment_size = BOUNCE_SIZE, in ps3disk_probe()
A Dublk_drv.c646 if (p->max_segment_size < UBLK_MIN_SEGMENT_SIZE) in ublk_validate_params()
2801 .max_segment_size = UINT_MAX, in ublk_ctrl_start_dev()
2848 lim.max_segment_size = ub->params.seg.max_segment_size; in ublk_ctrl_start_dev()
A Dsunvdc.c792 .max_segment_size = PAGE_SIZE, in probe_disk()
A Dvirtio_blk.c1278 lim->max_segment_size = max_size; in virtblk_read_limits()
/drivers/cdrom/
A Dgdrom.c746 .max_segment_size = 0x40000, in probe_gdrom()
/drivers/ata/
A Dsata_inic162x.c255 .max_segment_size = 65536 - 512,
A Dpata_macio.c934 .max_segment_size = PATA_MACIO_MAX_SEGMENT_SIZE,
/drivers/scsi/aacraid/
A Dlinit.c1736 shost->max_segment_size = shost->max_sectors << 9; in aac_probe_one()
1738 shost->max_segment_size = 65536; in aac_probe_one()
/drivers/virtio/
A Dvirtio_ring.c299 size_t max_segment_size = SIZE_MAX; in virtio_max_dma_size() local
302 max_segment_size = dma_max_mapping_size(vdev->dev.parent); in virtio_max_dma_size()
304 return max_segment_size; in virtio_max_dma_size()
/drivers/s390/scsi/
A Dzfcp_scsi.c446 .max_segment_size = ZFCP_QDIO_SBALE_LEN,
/drivers/firewire/
A Dsbp2.c1598 .max_segment_size = SBP2_MAX_SEG_SIZE,
/drivers/memstick/core/
A Dmspro_block.c1108 .max_segment_size = MSPRO_BLOCK_MAX_PAGES * msb->page_size, in mspro_block_init_disk()
A Dms_block.c2085 .max_segment_size = MS_BLOCK_MAX_PAGES * msb->page_size, in msb_init_disk()
/drivers/scsi/qla4xxx/
A Dql4_os.c3582 conn->max_segment_size = le16_to_cpu(fw_ddb_entry->mss); in qla4xxx_copy_from_fwddb_param()
3709 fw_ddb_entry->mss = cpu_to_le16(conn->max_segment_size); in qla4xxx_copy_to_fwddb_param()
3818 conn->max_segment_size = le16_to_cpu(fw_ddb_entry->mss); in qla4xxx_copy_to_sess_conn_params()
7996 rc = sprintf(buf, "%u\n", fnode_conn->max_segment_size); in qla4xxx_sysfs_ddb_get_param()
8261 fnode_conn->max_segment_size = in qla4xxx_sysfs_ddb_set_param()
/drivers/ufs/host/
A Dufs-exynos.c1626 hba->host->max_segment_size = DATA_UNIT_SIZE; in exynos_ufs_hce_enable_notify()

Completed in 723 milliseconds

12