Lines Matching refs:dev_attrib
81 if (!se_dev->dev_attrib.emulate_3pc) in target_xcopy_locate_se_dev_e4()
674 u32 length = (src_sectors * src_dev->dev_attrib.block_size); in target_xcopy_read_source()
736 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination()
804 max_sectors = min(src_dev->dev_attrib.hw_max_sectors, in target_xcopy_do_work()
805 dst_dev->dev_attrib.hw_max_sectors); in target_xcopy_do_work()
858 copied_nolb, copied_nolb * dst_dev->dev_attrib.block_size); in target_xcopy_do_work()
888 if (!dev->dev_attrib.emulate_3pc) { in target_do_xcopy()
936 if (xop->src_dev->dev_attrib.block_size != in target_do_xcopy()
937 xop->dst_dev->dev_attrib.block_size) { in target_do_xcopy()
940 xop->src_dev->dev_attrib.block_size, in target_do_xcopy()
941 xop->dst_dev->dev_attrib.block_size); in target_do_xcopy()