Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_ua.c40 deve = target_nacl_find_deve(nacl, cmd->orig_fe_lun); in target_scsi3_ua_check()
213 deve = target_nacl_find_deve(nacl, cmd->orig_fe_lun); in core_scsi3_ua_for_check_condition()
261 cmd->orig_fe_lun, cmd->t_task_cdb[0], *asc, *ascq); in core_scsi3_ua_for_check_condition()
285 deve = target_nacl_find_deve(nacl, cmd->orig_fe_lun); in core_scsi3_ua_clear_for_request_sense()
320 cmd->orig_fe_lun, *asc, *ascq); in core_scsi3_ua_clear_for_request_sense()
H A Dtarget_core_device.c56 deve = target_nacl_find_deve(nacl, se_cmd->orig_fe_lun); in transport_lookup_cmd_lun()
72 se_cmd->orig_fe_lun); in transport_lookup_cmd_lun()
98 if (se_cmd->orig_fe_lun != 0) { in transport_lookup_cmd_lun()
102 se_cmd->orig_fe_lun, in transport_lookup_cmd_lun()
151 deve = target_nacl_find_deve(nacl, se_cmd->orig_fe_lun); in transport_lookup_tmr_lun()
172 se_cmd->orig_fe_lun, in transport_lookup_tmr_lun()
190 deve = target_nacl_find_deve(se_sess->se_node_acl, cmd->orig_fe_lun); in target_lun_is_rdonly()
H A Dtarget_core_pr.c231 cmd->se_lun->unpacked_lun, cmd->orig_fe_lun, in target_scsi2_reservation_release()
279 cmd->orig_fe_lun, in target_scsi2_reservation_reserve()
293 cmd->se_lun->unpacked_lun, cmd->orig_fe_lun, in target_scsi2_reservation_reserve()
330 se_deve = target_nacl_find_deve(nacl, cmd->orig_fe_lun); in core_scsi3_pr_seq_non_holder()
1503 NULL, cmd->orig_fe_lun, l_isid, in core_scsi3_decode_spec_i_port()
2085 NULL, cmd->orig_fe_lun, isid_ptr, in core_scsi3_emulate_pro_register()
H A Dtarget_core_transport.c1472 cmd->orig_fe_lun = unpacked_lun; in __target_init_cmd()
2106 cmd->orig_fe_lun, 0x2C, in transport_generic_request_failure()
/linux/include/trace/events/
H A Dtarget.h150 __entry->unpacked_lun = cmd->orig_fe_lun;
190 __entry->unpacked_lun = cmd->orig_fe_lun;
/linux/drivers/target/iscsi/
H A Discsi_target_tmr.c157 if (ref_lun != ref_cmd->se_cmd.orig_fe_lun) { in iscsit_tmr_task_reassign()
160 ref_lun, ref_cmd->se_cmd.orig_fe_lun); in iscsit_tmr_task_reassign()
H A Discsi_target.c2782 int_to_scsilun(cmd->se_cmd.orig_fe_lun, in iscsit_build_datain_pdu()
3068 int_to_scsilun(cmd->se_cmd.orig_fe_lun, in iscsit_send_r2t()
/linux/include/target/
H A Dtarget_core_base.h495 u64 orig_fe_lun; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c2151 mcmd->unpacked_lun = abort_cmd->se_cmd.orig_fe_lun; in __qlt_24xx_handle_abts()