Home
last modified time | relevance | path

Searched refs:FCP_TMF_LUN_RESET (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/fc/
H A Dfc_fcp.h79 #define FCP_TMF_LUN_RESET 0x10 /* logical unit reset task management */ macro
/kernel/linux/linux-6.6/include/scsi/fc/
H A Dfc_fcp.h79 #define FCP_TMF_LUN_RESET 0x10 /* logical unit reset task management */ macro
/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_scsi.c247 /* (tmf_scope == FCP_TMF_TGT_RESET || tmf_scope == FCP_TMF_LUN_RESET) */ in zfcp_scsi_forget_cmnd()
251 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()
287 * here we only handle %FCP_TMF_TGT_RESET or %FCP_TMF_LUN_RESET.
340 return zfcp_scsi_task_mgmt_function(sdev, FCP_TMF_LUN_RESET); in zfcp_scsi_eh_device_reset_handler()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_scsi.c247 /* (tmf_scope == FCP_TMF_TGT_RESET || tmf_scope == FCP_TMF_LUN_RESET) */ in zfcp_scsi_forget_cmnd()
251 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()
287 * here we only handle %FCP_TMF_TGT_RESET or %FCP_TMF_LUN_RESET.
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/
H A Dtfc_cmd.c345 case FCP_TMF_LUN_RESET: in ft_send_tm()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_unsol.c116 {FCP_TMF_LUN_RESET, EFCT_SCSI_TMF_LOGICAL_UNIT_RESET}, in efct_dispatch_unsol_tmf()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_cmd.c339 case FCP_TMF_LUN_RESET: in ft_send_tm()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_io.c2273 if (io_req->tm_flags == FCP_TMF_LUN_RESET || in qedf_initiate_cleanup()
2344 if (tm_flags == FCP_TMF_LUN_RESET) in qedf_execute_tmf()
2417 if (tm_flags == FCP_TMF_LUN_RESET) in qedf_execute_tmf()
H A Dqedf_main.c872 return qedf_initiate_tmf(sc_cmd, FCP_TMF_LUN_RESET); in qedf_eh_device_reset()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_io.c2253 if (io_req->tm_flags == FCP_TMF_LUN_RESET || in qedf_initiate_cleanup()
2324 if (tm_flags == FCP_TMF_LUN_RESET) in qedf_execute_tmf()
2397 if (tm_flags == FCP_TMF_LUN_RESET) in qedf_execute_tmf()
H A Dqedf_main.c872 return qedf_initiate_tmf(sc_cmd, FCP_TMF_LUN_RESET); in qedf_eh_device_reset()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A 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-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1078 return bnx2fc_initiate_tmf(sc_cmd, FCP_TMF_LUN_RESET); in bnx2fc_eh_device_reset()
1564 if (tm_req->tm_flags & FCP_TMF_LUN_RESET) in bnx2fc_process_tm_compl()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_fcp.c1324 fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET; in fc_lun_reset()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_scsi.c2126 cmnd->SCp.Message = FCP_TMF_LUN_RESET; in csio_eh_lun_reset_handler()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_scsi.c2130 csio_priv(cmnd)->fc_tm_flags = FCP_TMF_LUN_RESET; in csio_eh_lun_reset_handler()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_fcp.c1314 fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET; in fc_lun_reset()

Completed in 34 milliseconds