Searched refs:hw_block_size (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_xcopy.c685 * Break up XCOPY I/O into hw_max_sectors * hw_block_size sized
689 src_dev->dev_attrib.hw_block_size;
691 dst_dev->dev_attrib.hw_block_size;
H A Dtarget_core_device.c935 dev->dev_attrib.block_size = dev->dev_attrib.hw_block_size;
943 dev->dev_attrib.hw_block_size);
H A Dtarget_core_iblock.c131 dev->dev_attrib.hw_block_size = bdev_logical_block_size(bd);
134 dev->dev_attrib.hw_block_size);
H A Dtarget_core_pscsi.c298 dev->dev_attrib.hw_block_size =
326 dev->dev_attrib.hw_block_size = sd->sector_size;
H A Dtarget_core_rd.c299 dev->dev_attrib.hw_block_size = RD_BLOCKSIZE;
H A Dtarget_core_file.c195 dev->dev_attrib.hw_block_size = fd_dev->fd_block_size;
H A Dtarget_core_user.c2264 /* User can set hw_block_size before enable the device */
2265 if (dev->dev_attrib.hw_block_size == 0)
2266 dev->dev_attrib.hw_block_size = 512;
2436 {Opt_hw_block_size, "hw_block_size=%d"},
2610 &(dev->dev_attrib.hw_block_size));
H A Dtarget_core_spc.c553 dev->dev_attrib.hw_block_size,
H A Dtarget_core_configfs.c567 DEF_CONFIGFS_ATTRIB_SHOW(hw_block_size); variable
1290 CONFIGFS_ATTR_RO(, hw_block_size);
/linux-master/include/target/
H A Dtarget_core_base.h718 u32 hw_block_size; member in struct:se_dev_attrib

Completed in 203 milliseconds