Home
last modified time | relevance | path

Searched refs:FCP_TMF_LUN_RESET (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/fc/
Dfc_fcp.h79 #define FCP_TMF_LUN_RESET 0x10 /* logical unit reset task management */ macro
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_scsi.c251 if (filter->tmf_scope == FCP_TMF_LUN_RESET && in zfcp_scsi_forget_cmnd()
268 if (tm_flags == FCP_TMF_LUN_RESET) { in zfcp_scsi_forget_cmnds()
269 filter.tmf_scope = FCP_TMF_LUN_RESET; in zfcp_scsi_forget_cmnds()
340 return zfcp_scsi_task_mgmt_function(sdev, FCP_TMF_LUN_RESET); in zfcp_scsi_eh_device_reset_handler()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
Dtfc_cmd.c345 case FCP_TMF_LUN_RESET: in ft_send_tm()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_io.c2267 if (io_req->tm_flags == FCP_TMF_LUN_RESET || in qedf_initiate_cleanup()
2337 if (tm_flags == FCP_TMF_LUN_RESET) in qedf_execute_tmf()
2410 if (tm_flags == FCP_TMF_LUN_RESET) in qedf_execute_tmf()
Dqedf_main.c871 return qedf_initiate_tmf(sc_cmd, FCP_TMF_LUN_RESET); in qedf_eh_device_reset()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_io.c1080 return bnx2fc_initiate_tmf(sc_cmd, FCP_TMF_LUN_RESET); in bnx2fc_eh_device_reset()
1566 if (tm_req->tm_flags & FCP_TMF_LUN_RESET) in bnx2fc_process_tm_compl()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_fcp.c1319 fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET; in fc_lun_reset()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
Dcsio_scsi.c2126 cmnd->SCp.Message = FCP_TMF_LUN_RESET; in csio_eh_lun_reset_handler()