Searched refs:tm_flags (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_fc.h | 213 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()
|
D | zfcp_scsi.c | 212 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()
|
D | zfcp_fsf.c | 2305 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/ |
D | bnx2fc_io.c | 586 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()
|
D | bnx2fc.h | 387 u8 tm_flags; member
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfi_ms.h | 818 u8 tm_flags; /* see enum fcp_tm_cmnd */ member
|
D | bfa_fc.h | 1074 u8 tm_flags; /* task management flags */ member
|
D | bfa_fcpim.c | 3412 m->tm_flags = tskim->tm_cmnd; in bfa_tskim_send()
|