/linux/drivers/target/ |
A D | target_core_file.c | 163 dev->dev_attrib.is_nonrot = 1; in fd_configure_device() 181 dev->dev_attrib.unmap_granularity = 1; in fd_configure_device() 457 cmd->se_dev->dev_attrib.block_size); in fd_execute_write_same() 470 len += se_dev->dev_attrib.block_size; in fd_execute_write_same() 614 dev->dev_attrib.pi_prot_verify) { in fd_execute_rw_buffered() 616 ilog2(dev->dev_attrib.block_size); in fd_execute_rw_buffered() 625 dev->dev_attrib.pi_prot_verify) { in fd_execute_rw_buffered() 627 ilog2(dev->dev_attrib.block_size); in fd_execute_rw_buffered() 644 dev->dev_attrib.block_size; in fd_execute_rw_buffered() 825 dev->dev_attrib.block_size); in fd_get_blocks() [all …]
|
A D | target_core_device.c | 785 dev->dev_attrib.da_dev = dev; in target_alloc_device() 787 dev->dev_attrib.emulate_dpo = 1; in target_alloc_device() 789 dev->dev_attrib.emulate_fua_read = 1; in target_alloc_device() 809 dev->dev_attrib.unmap_zeroes_data = in target_alloc_device() 864 switch (dev->dev_attrib.block_size) { in target_to_linux_sector() 968 dev->dev_attrib.block_size = dev->dev_attrib.hw_block_size; in target_configure_device() 969 dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth; in target_configure_device() 974 dev->dev_attrib.hw_max_sectors = in target_configure_device() 976 dev->dev_attrib.hw_block_size); in target_configure_device() 977 dev->dev_attrib.optimal_sectors = dev->dev_attrib.hw_max_sectors; in target_configure_device() [all …]
|
A D | target_core_spc.c | 105 if (dev->dev_attrib.emulate_3pc) in spc_emulate_inquiry_std() 522 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) in spc_emulate_evpd_b0() 533 if (dev->dev_attrib.emulate_caw) in spc_emulate_evpd_b0() 552 dev->dev_attrib.block_size; in spc_emulate_evpd_b0() 611 buf[5] = dev->dev_attrib.is_nonrot ? 1 : 0; in spc_emulate_evpd_b1() 653 if (dev->dev_attrib.emulate_tpu != 0) in spc_emulate_evpd_b2() 662 if (dev->dev_attrib.emulate_tpws != 0) in spc_emulate_evpd_b2() 672 if (((dev->dev_attrib.emulate_tpu != 0) || in spc_emulate_evpd_b2() 673 (dev->dev_attrib.emulate_tpws != 0)) && in spc_emulate_evpd_b2() 1063 u32 block_size = dev->dev_attrib.block_size; in spc_emulate_modesense() [all …]
|
A D | target_core_iblock.c | 121 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device() 135 dev->dev_attrib.max_write_same_len = 0xFFFF; in iblock_configure_device() 138 dev->dev_attrib.is_nonrot = 1; in iblock_configure_device() 158 if (dev->dev_attrib.pi_prot_type) { in iblock_configure_device() 167 dev->dev_attrib.hw_pi_prot_type = dev->dev_attrib.pi_prot_type; in iblock_configure_device() 239 if (block_size == dev->dev_attrib.block_size) in iblock_emulate_read_cap_with_block_size() 244 switch (dev->dev_attrib.block_size) { in iblock_emulate_read_cap_with_block_size() 259 switch (dev->dev_attrib.block_size) { in iblock_emulate_read_cap_with_block_size() 274 switch (dev->dev_attrib.block_size) { in iblock_emulate_read_cap_with_block_size() 289 switch (dev->dev_attrib.block_size) { in iblock_emulate_read_cap_with_block_size() [all …]
|
A D | target_core_sbc.c | 62 put_unaligned_be32(dev->dev_attrib.block_size, &buf[4]); in sbc_emulate_readcapacity() 79 int pi_prot_type = dev->dev_attrib.pi_prot_type; in sbc_emulate_readcapacity_16() 87 put_unaligned_be32(dev->dev_attrib.block_size, &buf[8]); in sbc_emulate_readcapacity_16() 116 if (dev->dev_attrib.emulate_tpu || dev->dev_attrib.emulate_tpws) { in sbc_emulate_readcapacity_16() 123 if (dev->dev_attrib.unmap_zeroes_data) in sbc_emulate_readcapacity_16() 218 return cmd->se_dev->dev_attrib.block_size * sectors; in sbc_get_size() 323 if (!dev->dev_attrib.emulate_tpws) { in sbc_setup_write_same() 724 int pi_prot_type = dev->dev_attrib.pi_prot_type; in sbc_check_prot() 738 switch (dev->dev_attrib.pi_prot_type) { in sbc_check_prot() 994 if (!dev->dev_attrib.emulate_caw) { in sbc_parse_cdb() [all …]
|
A D | target_core_rd.c | 299 dev->dev_attrib.hw_block_size = RD_BLOCKSIZE; in rd_configure_device() 300 dev->dev_attrib.hw_max_sectors = UINT_MAX; in rd_configure_device() 301 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH; in rd_configure_device() 302 dev->dev_attrib.is_nonrot = 1; in rd_configure_device() 402 if (se_dev->dev_attrib.pi_prot_verify) { in rd_do_prot_rw() 437 tmp = cmd->t_task_lba * se_dev->dev_attrib.block_size; in rd_execute_rw() 453 if (cmd->prot_type && se_dev->dev_attrib.pi_prot_type && in rd_execute_rw() 521 if (cmd->prot_type && se_dev->dev_attrib.pi_prot_type && in rd_execute_rw() 623 dev->dev_attrib.block_size) - 1; in rd_get_blocks() 632 if (!dev->dev_attrib.pi_prot_type) in rd_init_prot() [all …]
|
A D | target_core_xcopy.c | 49 if (!se_dev->dev_attrib.emulate_3pc) { in target_xcopy_locate_se_dev_e4_iter() 589 u32 length = (src_sectors * src_dev->dev_attrib.block_size); in target_xcopy_read_source() 634 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination() 697 max_sectors = min(src_dev->dev_attrib.hw_max_sectors, in target_xcopy_do_work() 698 dst_dev->dev_attrib.hw_max_sectors); in target_xcopy_do_work() 710 u32 cur_bytes = cur_nolb * src_dev->dev_attrib.block_size; in target_xcopy_do_work() 853 if (xop->src_dev->dev_attrib.block_size != in target_parse_xcopy_cmd() 854 xop->dst_dev->dev_attrib.block_size) { in target_parse_xcopy_cmd() 857 xop->src_dev->dev_attrib.block_size, in target_parse_xcopy_cmd() 858 xop->dst_dev->dev_attrib.block_size); in target_parse_xcopy_cmd() [all …]
|
A D | target_core_ua.c | 202 bool dev_ua_intlck_clear = (dev->dev_attrib.emulate_ua_intlck_ctrl in core_scsi3_ua_for_check_condition() 260 dev->dev_attrib.emulate_ua_intlck_ctrl, in core_scsi3_ua_for_check_condition()
|
A D | target_core_user.c | 2239 if (dev->dev_attrib.hw_block_size == 0) in tcmu_configure_device() 2240 dev->dev_attrib.hw_block_size = 512; in tcmu_configure_device() 2242 if (!dev->dev_attrib.hw_max_sectors) in tcmu_configure_device() 2243 dev->dev_attrib.hw_max_sectors = 128; in tcmu_configure_device() 2244 if (!dev->dev_attrib.emulate_write_cache) in tcmu_configure_device() 2245 dev->dev_attrib.emulate_write_cache = 0; in tcmu_configure_device() 2246 dev->dev_attrib.hw_queue_depth = 128; in tcmu_configure_device() 2434 *dev_attrib = val; in tcmu_set_dev_attrib() 2548 &(dev->dev_attrib.hw_block_size)); in tcmu_set_configfs_dev_params() 2552 &(dev->dev_attrib.hw_max_sectors)); in tcmu_set_configfs_dev_params() [all …]
|
A D | target_core_transport.c | 1029 dev->dev_attrib.block_size, in transport_dump_dev_state() 1030 dev->dev_attrib.hw_max_sectors); in transport_dump_dev_state() 1332 u32 sectors = (mtl / dev->dev_attrib.block_size); in target_check_max_data_sg_nents() 2067 cmd->se_dev->dev_attrib.emulate_ua_intlck_ctrl in transport_generic_request_failure() 2159 sectors = cmd->data_length >> ilog2(cmd->se_dev->dev_attrib.block_size); in target_write_prot_action() 2454 ilog2(cmd->se_dev->dev_attrib.block_size); in target_read_prot_action() 2772 cmd->se_dev->dev_attrib.block_size; in transport_generic_new_cmd() 2794 cmd->se_dev->dev_attrib.block_size; in transport_generic_new_cmd() 3601 else if (dev->dev_attrib.emulate_write_cache > 0) in target_check_wce() 3610 return target_check_wce(dev) && dev->dev_attrib.emulate_fua_write > 0; in target_check_fua()
|
A D | target_core_pscsi.c | 301 dev->dev_attrib.hw_block_size = in pscsi_add_device_to_list() 303 dev->dev_attrib.hw_max_sectors = in pscsi_add_device_to_list() 305 dev->dev_attrib.hw_queue_depth = sd->queue_depth; in pscsi_add_device_to_list() 329 dev->dev_attrib.hw_block_size = sd->sector_size; in pscsi_add_device_to_list()
|
A D | target_core_configfs.c | 1022 if (val > dev->dev_attrib.queue_depth) { in queue_depth_store() 1023 if (val > dev->dev_attrib.hw_queue_depth) { in queue_depth_store() 1027 dev->dev_attrib.hw_queue_depth); in queue_depth_store() 1285 TB_CIT_SETUP_DRV(dev_attrib, NULL, NULL); 1760 if (!dev->dev_attrib.emulate_pr) in target_pr_res_holder_show() 1903 if (!dev->dev_attrib.emulate_pr) in target_pr_res_type_show() 1918 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_active_show() 1931 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_metadata_show() 1978 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_metadata_store() 3278 config_group_init_type_name(&dev->dev_attrib.da_group, "attrib", in target_core_make_subdev() [all …]
|
A D | target_core_tmr.c | 366 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset()
|
A D | target_core_pr.c | 1593 dev->dev_attrib.enforce_pr_isids && in core_scsi3_decode_spec_i_port() 3609 if (dev->dev_attrib.force_pr_aptpl) in target_scsi3_emulate_pr_out() 4090 if (!dev->dev_attrib.emulate_pr) in target_check_reservation()
|
A D | target_core_alua.c | 459 sectors = cmd->data_length / dev->dev_attrib.block_size; in core_alua_state_lba_dependent()
|
/linux/drivers/edac/ |
A D | edac_device.c | 61 struct edac_dev_sysfs_block_attribute *dev_attrib, *attrib_p, *attrib; in edac_device_alloc_ctl_info() local 97 dev_attrib = edac_align_ptr(&p, sizeof(*dev_attrib), count); in edac_device_alloc_ctl_info() 124 dev_attrib = (struct edac_dev_sysfs_block_attribute *) in edac_device_alloc_ctl_info() 125 (((char *)dev_ctl) + ((unsigned long)dev_attrib)); in edac_device_alloc_ctl_info() 174 attrib_p = &dev_attrib[block*nr_instances*nr_attrib]; in edac_device_alloc_ctl_info()
|
/linux/include/target/ |
A D | target_core_base.h | 849 struct se_dev_attrib dev_attrib; member
|
/linux/drivers/scsi/qla2xxx/ |
A D | tcm_qla2xxx.c | 414 cmd->blk_sz = se_cmd->se_dev->dev_attrib.block_size; in tcm_qla2xxx_write_pending() 681 cmd->blk_sz = se_cmd->se_dev->dev_attrib.block_size; in tcm_qla2xxx_queue_data_in()
|
/linux/drivers/infiniband/ulp/isert/ |
A D | ib_isert.c | 1541 u32 block_size = se_cmd->se_dev->dev_attrib.block_size + 8; in isert_check_pi_status() 1983 domain->sig.dif.pi_interval = se_cmd->se_dev->dev_attrib.block_size; in isert_set_dif_domain()
|