Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c57 deve = target_nacl_find_deve(nacl, se_cmd->orig_fe_lun); in transport_lookup_cmd_lun()
85 se_cmd->orig_fe_lun); in transport_lookup_cmd_lun()
100 if (se_cmd->orig_fe_lun != 0) { in transport_lookup_cmd_lun()
104 se_cmd->orig_fe_lun, in transport_lookup_cmd_lun()
156 deve = target_nacl_find_deve(nacl, se_cmd->orig_fe_lun); in transport_lookup_tmr_lun()
177 se_cmd->orig_fe_lun, in transport_lookup_tmr_lun()
199 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()
1516 NULL, cmd->orig_fe_lun, l_isid, in core_scsi3_decode_spec_i_port()
2101 NULL, cmd->orig_fe_lun, isid_ptr, in core_scsi3_emulate_pro_register()
H A Dtarget_core_transport.c1398 cmd->orig_fe_lun = unpacked_lun; in transport_init_se_cmd()
1787 *unpacked_lun = se_cmd->orig_fe_lun; in target_lookup_lun_from_tag()
1851 &se_cmd->orig_fe_lun)) in target_submit_tmr()
1946 cmd->orig_fe_lun, 0x2C, in transport_generic_request_failure()
3404 cmd->orig_fe_lun, 0x29, in target_tmr_work()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dtarget.h150 __entry->unpacked_lun = cmd->orig_fe_lun;
190 __entry->unpacked_lun = cmd->orig_fe_lun;
/OK3568_Linux_fs/kernel/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.c2799 int_to_scsilun(cmd->se_cmd.orig_fe_lun, in iscsit_build_datain_pdu()
3085 int_to_scsilun(cmd->se_cmd.orig_fe_lun, in iscsit_send_r2t()
/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_base.h479 u64 orig_fe_lun; member