Searched refs:TCF_LUN_RESET (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/qla2xxx/ |
D | qla_fw.h | 852 #define TCF_LUN_RESET BIT_4 macro
|
D | qla_mbx.c | 2752 if (type == TCF_LUN_RESET) { in __qla24xx_issue_tmf() 2790 type == TCF_LUN_RESET ? MK_SYNC_ID_LUN: MK_SYNC_ID); in __qla24xx_issue_tmf() 2821 return qla2x00_async_tm_cmd(fcport, TCF_LUN_RESET, l, tag); in qla24xx_lun_reset() 2823 return __qla24xx_issue_tmf("Lun", TCF_LUN_RESET, fcport, l, tag); in qla24xx_lun_reset()
|
D | qla_mr.c | 737 return qla2x00_async_tm_cmd(fcport, TCF_LUN_RESET, l, tag); in qlafx00_lun_reset() 3195 if (tm_iocb.control_flags == cpu_to_le32((uint32_t)TCF_LUN_RESET)) { in qlafx00_tm_iocb()
|
D | qla_iocb.c | 2005 if (flags == TCF_LUN_RESET) { in qla24xx_tm_iocb()
|
D | qla_init.c | 342 flags == TCF_LUN_RESET ? MK_SYNC_ID_LUN : MK_SYNC_ID); in qla2x00_async_tm_cmd()
|