Searched refs:tm_flags (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/s390/scsi/ |
D | zfcp_fc.h | 213 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()
|
D | zfcp_scsi.c | 231 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()
|
D | zfcp_fsf.c | 2267 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/ |
D | bnx2fc_io.c | 569 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()
|
D | bnx2fc.h | 339 u8 tm_flags; member
|
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfi_ms.h | 739 u8 tm_flags; /* see enum fcp_tm_cmnd */ member
|
D | bfa_fc.h | 1078 u8 tm_flags; /* task management flags */ member
|
D | bfa_fcpim.c | 3030 m->tm_flags = tskim->tm_cmnd; in bfa_tskim_send()
|