TCF_LUN_RESET
if (arg->flags & (TCF_LUN_RESET | TCF_ABORT_TASK_SET | TCF_CLEAR_TASK_SET))
if (flags & (TCF_LUN_RESET|TCF_ABORT_TASK_SET|TCF_CLEAR_TASK_SET|TCF_CLEAR_ACA)) {
if (flags & (TCF_LUN_RESET | TCF_ABORT_TASK_SET|
if (type == TCF_LUN_RESET) {
type == TCF_LUN_RESET ? MK_SYNC_ID_LUN : MK_SYNC_ID);
return qla2x00_async_tm_cmd(fcport, TCF_LUN_RESET, l, tag);
return __qla24xx_issue_tmf("Lun", TCF_LUN_RESET, fcport, l, tag);
if (tm_iocb.control_flags == cpu_to_le32((uint32_t)TCF_LUN_RESET)) {
return qla2x00_async_tm_cmd(fcport, TCF_LUN_RESET, l, tag);