Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/fc/
Dfc_fcp.h91 #define FCP_TMF_LUN_RESET 0x10 /* logical unit reset task management */ macro
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_cmd.c362 case FCP_TMF_LUN_RESET: in ft_send_tm()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_scsi.c253 return zfcp_task_mgmt_function(scpnt, FCP_TMF_LUN_RESET); in zfcp_scsi_eh_device_reset_handler()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_io.c1067 return bnx2fc_initiate_tmf(sc_cmd, FCP_TMF_LUN_RESET); in bnx2fc_eh_device_reset()
1500 if (tm_req->tm_flags & FCP_TMF_LUN_RESET) in bnx2fc_process_tm_compl()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_fcp.c1282 fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET; in fc_lun_reset()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_scsi.c2130 cmnd->SCp.Message = FCP_TMF_LUN_RESET; in csio_eh_lun_reset_handler()