Searched refs:max_xfer_bytes (Results 1 – 2 of 2) sorted by relevance
1945 u32 max_xfer_bytes; in storvsc_probe() local2024 max_xfer_bytes = round_down(stor_device->max_transfer_bytes, HV_HYP_PAGE_SIZE); in storvsc_probe()2026 max_xfer_bytes = min(max_xfer_bytes, STORVSC_FC_MAX_XFER_SIZE); in storvsc_probe()2029 host->max_sectors = max_xfer_bytes >> 9; in storvsc_probe()2043 host->sg_tablesize = (max_xfer_bytes >> HV_HYP_PAGE_SHIFT) + 1; in storvsc_probe()
118 if (len > idxd->max_xfer_bytes) in idxd_dma_submit_memcpy()