Home
last modified time | relevance | path

Searched refs:max_xfer_bytes (Results 1 – 6 of 6) sorted by relevance

/drivers/dma/idxd/
Dinit.c240 wq->max_xfer_bytes = idxd->max_xfer_bytes; in idxd_setup_wqs()
454 idxd->max_xfer_bytes = 1ULL << idxd->hw.gen_cap.max_xfer_shift; in idxd_read_caps()
455 dev_dbg(dev, "max xfer size: %llu bytes\n", idxd->max_xfer_bytes); in idxd_read_caps()
Didxd.h198 u64 max_xfer_bytes; member
277 u64 max_xfer_bytes; member
Dsysfs.c834 return sysfs_emit(buf, "%llu\n", wq->max_xfer_bytes); in wq_max_transfer_size_show()
855 if (xfer_size > idxd->max_xfer_bytes) in wq_max_transfer_size_store()
858 wq->max_xfer_bytes = xfer_size; in wq_max_transfer_size_store()
1067 return sysfs_emit(buf, "%llu\n", idxd->max_xfer_bytes); in max_transfer_size_show()
Ddma.c113 if (len > idxd->max_xfer_bytes) in idxd_dma_submit_memcpy()
Ddevice.c906 wq->wqcfg->max_xfer_shift = ilog2(wq->max_xfer_bytes); in idxd_wq_config_write()
/drivers/scsi/
Dstorvsc_drv.c1979 u32 max_xfer_bytes; in storvsc_probe() local
2073 max_xfer_bytes = round_down(stor_device->max_transfer_bytes, HV_HYP_PAGE_SIZE); in storvsc_probe()
2075 max_xfer_bytes = min(max_xfer_bytes, STORVSC_FC_MAX_XFER_SIZE); in storvsc_probe()
2078 host->max_sectors = max_xfer_bytes >> 9; in storvsc_probe()
2092 host->sg_tablesize = (max_xfer_bytes >> HV_HYP_PAGE_SHIFT) + 1; in storvsc_probe()