Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/scsi/
Dzfcp_fc.h213 u8 tm_flags) in zfcp_fc_scsi_to_fcp() argument
217 if (unlikely(tm_flags)) { in zfcp_fc_scsi_to_fcp()
218 fcp->fc_tm_flags = tm_flags; in zfcp_fc_scsi_to_fcp()
Dzfcp_scsi.c212 static int zfcp_task_mgmt_function(struct scsi_cmnd *scpnt, u8 tm_flags) in zfcp_task_mgmt_function() argument
221 fsf_req = zfcp_fsf_fcp_task_mgmt(scpnt, tm_flags); in zfcp_task_mgmt_function()
232 zfcp_dbf_scsi_devreset("nres", scpnt, tm_flags); in zfcp_task_mgmt_function()
242 zfcp_dbf_scsi_devreset("fail", scpnt, tm_flags); in zfcp_task_mgmt_function()
245 zfcp_dbf_scsi_devreset("okay", scpnt, tm_flags); in zfcp_task_mgmt_function()
Dzfcp_fsf.c2305 u8 tm_flags) in zfcp_fsf_fcp_task_mgmt() argument
2340 zfcp_fc_scsi_to_fcp(fcp_cmnd, scmnd, tm_flags); in zfcp_fsf_fcp_task_mgmt()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_io.c586 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()
689 static int bnx2fc_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags) in bnx2fc_initiate_tmf() argument
768 tm_req->tm_flags = tm_flags; in bnx2fc_initiate_tmf()
1561 if (tm_req->tm_flags & FCP_TMF_LUN_RESET) in bnx2fc_process_tm_compl()
1563 else if (tm_req->tm_flags & FCP_TMF_TGT_RESET) in bnx2fc_process_tm_compl()
1738 fcp_cmnd->fc_tm_flags = io_req->mp_req.tm_flags; in bnx2fc_build_fcp_cmnd()
Dbnx2fc.h387 u8 tm_flags; member
/linux-4.1.27/drivers/scsi/bfa/
Dbfi_ms.h818 u8 tm_flags; /* see enum fcp_tm_cmnd */ member
Dbfa_fc.h1074 u8 tm_flags; /* task management flags */ member
Dbfa_fcpim.c3412 m->tm_flags = tskim->tm_cmnd; in bfa_tskim_send()