Home
last modified time | relevance | path

Searched refs:transport_lookup_tmr_lun (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_fabric.h191 int transport_lookup_tmr_lun(struct se_cmd *);
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_tmr.c158 WARN_ON_ONCE(transport_lookup_tmr_lun(tmr->task_cmd) < in core_tmr_abort_task()
H A Dtarget_core_device.c146 int transport_lookup_tmr_lun(struct se_cmd *se_cmd) in transport_lookup_tmr_lun() function
190 EXPORT_SYMBOL(transport_lookup_tmr_lun);
H A Dtarget_core_transport.c1855 ret = transport_lookup_tmr_lun(se_cmd); in target_submit_tmr()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target.c2056 ret = transport_lookup_tmr_lun(&cmd->se_cmd); in iscsit_handle_task_mgt_cmd()