Home
last modified time | relevance | path

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

/linux-3.4.99/include/scsi/fc/
Dfc_fcp.h91 #define FCP_TMF_LUN_RESET 0x10 /* logical unit reset task management */ macro
/linux-3.4.99/drivers/target/tcm_fc/
Dtfc_cmd.c366 case FCP_TMF_LUN_RESET: in ft_send_tm()
/linux-3.4.99/drivers/s390/scsi/
Dzfcp_scsi.c274 return zfcp_task_mgmt_function(scpnt, FCP_TMF_LUN_RESET); in zfcp_scsi_eh_device_reset_handler()
/linux-3.4.99/drivers/scsi/bnx2fc/
Dbnx2fc_io.c1089 return bnx2fc_initiate_tmf(sc_cmd, FCP_TMF_LUN_RESET); in bnx2fc_eh_device_reset()
1525 if (tm_req->tm_flags & FCP_TMF_LUN_RESET) in bnx2fc_process_tm_compl()
/linux-3.4.99/drivers/scsi/libfc/
Dfc_fcp.c1258 fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET; in fc_lun_reset()