Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/target/
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()
Dtarget_core_device.c57 deve = target_nacl_find_deve(nacl, se_cmd->orig_fe_lun); in transport_lookup_cmd_lun()
73 se_cmd->orig_fe_lun); in transport_lookup_cmd_lun()
99 if (se_cmd->orig_fe_lun != 0) { in transport_lookup_cmd_lun()
103 se_cmd->orig_fe_lun, in transport_lookup_cmd_lun()
152 deve = target_nacl_find_deve(nacl, se_cmd->orig_fe_lun); in transport_lookup_tmr_lun()
173 se_cmd->orig_fe_lun, in transport_lookup_tmr_lun()
191 deve = target_nacl_find_deve(se_sess->se_node_acl, cmd->orig_fe_lun); in target_lun_is_rdonly()
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()
1502 NULL, cmd->orig_fe_lun, l_isid, in core_scsi3_decode_spec_i_port()
2084 NULL, cmd->orig_fe_lun, isid_ptr, in core_scsi3_emulate_pro_register()
Dtarget_core_transport.c1472 cmd->orig_fe_lun = unpacked_lun; in __target_init_cmd()
2104 cmd->orig_fe_lun, 0x2C, in transport_generic_request_failure()
/linux-6.6.21/include/trace/events/
Dtarget.h150 __entry->unpacked_lun = cmd->orig_fe_lun;
190 __entry->unpacked_lun = cmd->orig_fe_lun;
/linux-6.6.21/drivers/target/iscsi/
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()
Discsi_target.c2840 int_to_scsilun(cmd->se_cmd.orig_fe_lun, in iscsit_build_datain_pdu()
3126 int_to_scsilun(cmd->se_cmd.orig_fe_lun, in iscsit_send_r2t()
/linux-6.6.21/include/target/
Dtarget_core_base.h486 u64 orig_fe_lun; member
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_target.c2141 mcmd->unpacked_lun = abort_cmd->se_cmd.orig_fe_lun; in __qlt_24xx_handle_abts()