Searched refs:transport_lookup_tmr_lun (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/target/
H A Dtarget_core_fabric.h170 int transport_lookup_tmr_lun(struct se_cmd *, u32);
/linux-4.1.27/drivers/target/
H A Dtarget_core_device.c145 int transport_lookup_tmr_lun(struct se_cmd *se_cmd, u32 unpacked_lun) transport_lookup_tmr_lun() function
187 EXPORT_SYMBOL(transport_lookup_tmr_lun); variable
H A Dtarget_core_transport.c1592 ret = transport_lookup_tmr_lun(se_cmd, unpacked_lun); target_submit_tmr()
/linux-4.1.27/drivers/target/loopback/
H A Dtcm_loop.c273 if (transport_lookup_tmr_lun(se_cmd, lun) < 0) { tcm_loop_issue_tmr()
/linux-4.1.27/drivers/xen/
H A Dxen-scsiback.c616 if (transport_lookup_tmr_lun(se_cmd, pending_req->v2p->lun) < 0) scsiback_device_action()
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target.c1863 ret = transport_lookup_tmr_lun(&cmd->se_cmd, iscsit_handle_task_mgt_cmd()

Completed in 339 milliseconds