Searched refs:tas (Results 1 – 2 of 2) sorted by relevance
/drivers/target/ |
D | target_core_tmr.c | 81 struct se_session *tmr_sess, int tas) in __target_check_io_state() argument 106 if ((tmr_sess != se_cmd->se_sess) && tas) in __target_check_io_state() 254 int tas, in core_tmr_drain_state_list() argument 305 rc = __target_check_io_state(cmd, tmr_sess, tas); in core_tmr_drain_state_list() 337 int tas; in core_tmr_lun_reset() local 349 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset() 367 dev->transport->name, tas); in core_tmr_lun_reset() 370 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, in core_tmr_lun_reset()
|
D | target_core_transport.c | 747 bool tas = cmd->transport_state & CMD_T_TAS; in target_handle_abort() local 751 pr_debug("tag %#llx: send_abort_response = %d\n", cmd->tag, tas); in target_handle_abort() 753 if (tas) { in target_handle_abort() 2637 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2642 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2687 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2690 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2955 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument 2970 *tas = true; in __transport_wait_for_tasks() 3012 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local [all …]
|