Home
last modified time | relevance | path

Searched refs:tm_flags (Results 1 – 10 of 10) sorted by relevance

/drivers/s390/scsi/
Dzfcp_scsi.c253 static void zfcp_scsi_forget_cmnds(struct zfcp_scsi_dev *zsdev, u8 tm_flags) in zfcp_scsi_forget_cmnds() argument
262 if (tm_flags == FCP_TMF_LUN_RESET) { in zfcp_scsi_forget_cmnds()
277 static int zfcp_task_mgmt_function(struct scsi_cmnd *scpnt, u8 tm_flags) in zfcp_task_mgmt_function() argument
286 fsf_req = zfcp_fsf_fcp_task_mgmt(scpnt, tm_flags); in zfcp_task_mgmt_function()
290 zfcp_dbf_scsi_devreset("wait", scpnt, tm_flags, NULL); in zfcp_task_mgmt_function()
294 zfcp_dbf_scsi_devreset("fiof", scpnt, tm_flags, NULL); in zfcp_task_mgmt_function()
300 zfcp_dbf_scsi_devreset("nres", scpnt, tm_flags, NULL); in zfcp_task_mgmt_function()
305 zfcp_dbf_scsi_devreset("reqf", scpnt, tm_flags, NULL); in zfcp_task_mgmt_function()
312 zfcp_dbf_scsi_devreset("fail", scpnt, tm_flags, fsf_req); in zfcp_task_mgmt_function()
315 zfcp_dbf_scsi_devreset("okay", scpnt, tm_flags, fsf_req); in zfcp_task_mgmt_function()
[all …]
Dzfcp_fc.h214 u8 tm_flags) in zfcp_fc_scsi_to_fcp() argument
220 if (unlikely(tm_flags)) { in zfcp_fc_scsi_to_fcp()
221 fcp->fc_tm_flags = tm_flags; in zfcp_fc_scsi_to_fcp()
Dzfcp_fsf.c2330 u8 tm_flags) in zfcp_fsf_fcp_task_mgmt() argument
2365 zfcp_fc_scsi_to_fcp(fcp_cmnd, scmnd, tm_flags); in zfcp_fsf_fcp_task_mgmt()
/drivers/scsi/qedf/
Dqedf_io.c346 io_req->tm_flags = 0; in qedf_alloc_cmd()
557 fcp_cmnd->fc_tm_flags = io_req->tm_flags; in qedf_build_fcp_cmnd()
1836 uint8_t tm_flags) in qedf_execute_tmf() argument
1861 "tm_flags = %d\n", fcport->rdata->ids.port_id, tm_flags); in qedf_execute_tmf()
1881 io_req->tm_flags = tm_flags; in qedf_execute_tmf()
1922 if (tm_flags == FCP_TMF_LUN_RESET) in qedf_execute_tmf()
1940 int qedf_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags) in qedf_initiate_tmf() argument
1979 rc = qedf_execute_tmf(fcport, sc_cmd, tm_flags); in qedf_initiate_tmf()
Dqedf.h121 uint8_t tm_flags; member
479 extern int qedf_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags);
/drivers/scsi/bnx2fc/
Dbnx2fc_io.c554 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()
661 static int bnx2fc_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags) in bnx2fc_initiate_tmf() argument
740 tm_req->tm_flags = tm_flags; in bnx2fc_initiate_tmf()
1507 if (tm_req->tm_flags & FCP_TMF_LUN_RESET) in bnx2fc_process_tm_compl()
1509 else if (tm_req->tm_flags & FCP_TMF_TGT_RESET) in bnx2fc_process_tm_compl()
1684 fcp_cmnd->fc_tm_flags = io_req->mp_req.tm_flags; in bnx2fc_build_fcp_cmnd()
Dbnx2fc.h389 u8 tm_flags; member
/drivers/scsi/bfa/
Dbfi_ms.h819 u8 tm_flags; /* see enum fcp_tm_cmnd */ member
Dbfa_fc.h1075 u8 tm_flags; /* task management flags */ member
Dbfa_fcpim.c3412 m->tm_flags = tskim->tm_cmnd; in bfa_tskim_send()