Searched refs:TCF_LUN_RESET (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_fw.h | 971 #define TCF_LUN_RESET BIT_4 macro
|
H A D | qla_mr.c | 738 return qla2x00_async_tm_cmd(fcport, TCF_LUN_RESET, l, tag); in qlafx00_lun_reset() 3186 if (tm_iocb.control_flags == cpu_to_le32((uint32_t)TCF_LUN_RESET)) { in qlafx00_tm_iocb()
|
H A D | qla_mbx.c | 3382 if (type == TCF_LUN_RESET) { in __qla24xx_issue_tmf() 3420 type == TCF_LUN_RESET ? MK_SYNC_ID_LUN : MK_SYNC_ID); in __qla24xx_issue_tmf() 3451 return qla2x00_async_tm_cmd(fcport, TCF_LUN_RESET, l, tag); in qla24xx_lun_reset() 3453 return __qla24xx_issue_tmf("Lun", TCF_LUN_RESET, fcport, l, tag); in qla24xx_lun_reset()
|
H A D | qla_init.c | 2159 if (arg->flags & (TCF_LUN_RESET | TCF_ABORT_TASK_SET | TCF_CLEAR_TASK_SET)) in qla_tmf_wait() 2333 if (flags & (TCF_LUN_RESET|TCF_ABORT_TASK_SET|TCF_CLEAR_TASK_SET|TCF_CLEAR_ACA)) { in qla2x00_async_tm_cmd()
|
H A D | qla_iocb.c | 2564 if (flags & (TCF_LUN_RESET | TCF_ABORT_TASK_SET| in qla24xx_tm_iocb()
|