Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_fc.h213 u8 tm_flags) in zfcp_fc_scsi_to_fcp() argument
219 if (unlikely(tm_flags)) { in zfcp_fc_scsi_to_fcp()
220 fcp->fc_tm_flags = tm_flags; in zfcp_fc_scsi_to_fcp()
Dzfcp_scsi.c231 static int zfcp_task_mgmt_function(struct scsi_cmnd *scpnt, u8 tm_flags) in zfcp_task_mgmt_function() argument
240 fsf_req = zfcp_fsf_fcp_task_mgmt(scpnt, tm_flags); in zfcp_task_mgmt_function()
251 zfcp_dbf_scsi_devreset("nres", scpnt, tm_flags); in zfcp_task_mgmt_function()
261 zfcp_dbf_scsi_devreset("fail", scpnt, tm_flags); in zfcp_task_mgmt_function()
264 zfcp_dbf_scsi_devreset("okay", scpnt, tm_flags); in zfcp_task_mgmt_function()
Dzfcp_fsf.c2267 u8 tm_flags) in zfcp_fsf_fcp_task_mgmt() argument
2302 zfcp_fc_scsi_to_fcp(fcp_cmnd, scmnd, tm_flags); in zfcp_fsf_fcp_task_mgmt()
/linux-2.6.39/drivers/scsi/bnx2fc/
Dbnx2fc_io.c569 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()
671 static int bnx2fc_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags) in bnx2fc_initiate_tmf() argument
746 tm_req->tm_flags = tm_flags; in bnx2fc_initiate_tmf()
1362 if (tm_req->tm_flags & FCP_TMF_LUN_RESET) in bnx2fc_process_tm_compl()
1364 else if (tm_req->tm_flags & FCP_TMF_TGT_RESET) in bnx2fc_process_tm_compl()
1524 fcp_cmnd->fc_tm_flags = io_req->mp_req.tm_flags; in bnx2fc_build_fcp_cmnd()
Dbnx2fc.h339 u8 tm_flags; member
/linux-2.6.39/drivers/scsi/bfa/
Dbfi_ms.h739 u8 tm_flags; /* see enum fcp_tm_cmnd */ member
Dbfa_fc.h1078 u8 tm_flags; /* task management flags */ member
Dbfa_fcpim.c3030 m->tm_flags = tskim->tm_cmnd; in bfa_tskim_send()