Searched refs:max_segment_size (Results 1 – 25 of 27) sorted by relevance
12
/drivers/scsi/ |
D | hosts.c | 475 if (sht->max_segment_size) in scsi_host_alloc() 476 shost->max_segment_size = sht->max_segment_size; in scsi_host_alloc() 478 shost->max_segment_size = BLK_MAX_SEGMENT_SIZE; in scsi_host_alloc()
|
D | mac53c94.c | 403 .max_segment_size = 65535,
|
D | scsi_debug.c | 5847 module_param_named(max_segment_size, sdebug_max_segment_size, uint, S_IRUGO); 5924 MODULE_PARM_DESC(max_segment_size, "max bytes in a single segment"); 7808 .max_segment_size = -1U, 7824 sdebug_driver_template.max_segment_size = sdebug_max_segment_size; in sdebug_driver_probe()
|
D | scsi_lib.c | 1903 blk_queue_max_segment_size(q, shost->max_segment_size); in __scsi_init_queue()
|
D | mesh.c | 1843 .max_segment_size = 65535,
|
D | scsi_transport_iscsi.c | 1070 iscsi_flashnode_conn_attr(fnode, max_segment_size, 4162 iscsi_conn_attr(max_segment_size, ISCSI_PARAM_MAX_SEGMENT_SIZE);
|
D | libiscsi.c | 3833 len = sysfs_emit(buf, "%u\n", conn->max_segment_size); in iscsi_conn_get_param()
|
/drivers/block/null_blk/ |
D | main.c | 161 module_param_named(max_segment_size, g_max_segment_size, int, 0444); 162 MODULE_PARM_DESC(max_segment_size, "Maximum size of a segment in bytes"); 416 NULLB_DEVICE_ATTR(max_segment_size, uint, NULL); 683 dev->max_segment_size = g_max_segment_size; in null_alloc_dev() 1225 WARN_ONCE(len > dev->max_segment_size, "%u > %u\n", len, in null_transfer() 1226 dev->max_segment_size); in null_transfer() 1262 len = min(bvec.bv_len, nullb->dev->max_segment_size); in null_handle_rq() 1290 len = min(bvec.bv_len, nullb->dev->max_segment_size); in null_handle_bio() 2131 blk_queue_max_segment_size(nullb->q, dev->max_segment_size); in null_add_dev()
|
D | null_blk.h | 105 unsigned int max_segment_size; /* Max size of a single DMA segment. */ member
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.h | 184 uint max_segment_size; member
|
D | bcmsdh.c | 453 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() 766 sdiodev->max_segment_size = host->max_seg_size; in brcmf_sdiod_sgtable_alloc()
|
/drivers/virtio/ |
D | virtio_ring.c | 290 size_t max_segment_size = SIZE_MAX; in virtio_max_dma_size() local 293 max_segment_size = dma_max_mapping_size(vdev->dev.parent); in virtio_max_dma_size() 295 return max_segment_size; in virtio_max_dma_size()
|
/drivers/ata/ |
D | sata_inic162x.c | 255 .max_segment_size = 65536 - 512,
|
D | pata_macio.c | 919 .max_segment_size = MAX_DBDMA_SEG,
|
/drivers/scsi/aacraid/ |
D | linit.c | 1735 shost->max_segment_size = shost->max_sectors << 9; in aac_probe_one() 1737 shost->max_segment_size = 65536; in aac_probe_one()
|
/drivers/s390/scsi/ |
D | zfcp_scsi.c | 445 .max_segment_size = ZFCP_QDIO_SBALE_LEN,
|
/drivers/firewire/ |
D | sbp2.c | 1599 .max_segment_size = SBP2_MAX_SEG_SIZE,
|
/drivers/ufs/host/ |
D | ufs-exynos.c | 1309 hba->host->max_segment_size = 4096; in exynos_ufs_hce_enable_notify()
|
/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 3580 conn->max_segment_size = le16_to_cpu(fw_ddb_entry->mss); in qla4xxx_copy_from_fwddb_param() 3707 fw_ddb_entry->mss = cpu_to_le16(conn->max_segment_size); in qla4xxx_copy_to_fwddb_param() 3816 conn->max_segment_size = le16_to_cpu(fw_ddb_entry->mss); in qla4xxx_copy_to_sess_conn_params() 7993 rc = sprintf(buf, "%u\n", fnode_conn->max_segment_size); in qla4xxx_sysfs_ddb_get_param() 8258 fnode_conn->max_segment_size = in qla4xxx_sysfs_ddb_set_param()
|
/drivers/md/bcache/ |
D | super.c | 954 q->limits.max_segment_size = UINT_MAX; in bcache_device_init()
|
/drivers/md/ |
D | dm-crypt.c | 3659 limits->max_segment_size = PAGE_SIZE; in crypt_io_hints()
|
/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 3712 target_host->max_segment_size = ib_dma_max_seg_size(ibdev); in add_target_store()
|
/drivers/scsi/mpi3mr/ |
D | mpi3mr_os.c | 4794 .max_segment_size = 0xffffffff,
|
/drivers/scsi/be2iscsi/ |
D | be_main.c | 417 .max_segment_size = 65536,
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 3523 .max_segment_size = 0xffffffff,
|
12