Home
last modified time | relevance | path

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

/openbmc/linux/include/target/
H A Dtarget_core_fabric.h206 int transport_lookup_tmr_lun(struct se_cmd *);
/openbmc/linux/drivers/target/
H A Dtarget_core_device.c143 int transport_lookup_tmr_lun(struct se_cmd *se_cmd) in transport_lookup_tmr_lun() function
182 EXPORT_SYMBOL(transport_lookup_tmr_lun);
H A Dtarget_core_transport.c2009 ret = transport_lookup_tmr_lun(se_cmd); in target_submit_tmr()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target.c2097 ret = transport_lookup_tmr_lun(&cmd->se_cmd); in iscsit_handle_task_mgt_cmd()