Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_spc.c513 u32 io_max_blocks; in spc_emulate_evpd_b0() local
551 io_max_blocks = mult_frac(dev->dev_attrib.hw_max_sectors, in spc_emulate_evpd_b0()
554 put_unaligned_be32(min_not_zero(mtl, io_max_blocks), &buf[8]); in spc_emulate_evpd_b0()
607 if (dev->dev_attrib.atomic_max_len < io_max_blocks) in spc_emulate_evpd_b0()
610 put_unaligned_be32(io_max_blocks, &buf[44]); in spc_emulate_evpd_b0()