Searched refs:tmr_func (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/elx/efct/
H A Defct_lio.c1400 unsigned char tmr_func; local
1415 tmr_func = TMR_ABORT_TASK;
1418 tmr_func = TMR_ABORT_TASK_SET;
1421 tmr_func = TMR_CLEAR_TASK_SET;
1424 tmr_func = TMR_LUN_RESET;
1427 tmr_func = TMR_CLEAR_ACA;
1430 tmr_func = TMR_TARGET_WARM_RESET;
1438 tmfio->tgt_io.tmf = tmr_func;
1448 rc = target_submit_tmr(&ocp->cmd, se_sess, NULL, lun, ocp, tmr_func,
/linux-master/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c576 uint16_t tmr_func, uint32_t tag)
582 switch (tmr_func) {
613 sess->vha->host_no, tmr_func);
575 tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, u64 lun, uint16_t tmr_func, uint32_t tag) argument
H A Dqla_target.h957 uint16_t tmr_func; member in struct:qla_tgt_mgmt_cmd
H A Dqla_target.c2066 switch (mcmd->tmr_func) {
2076 mcmd->tmr_func, tag);
2080 switch (mcmd->tmr_func) {
2135 mcmd->tmr_func = QLA_TGT_ABTS;
4474 mcmd->tmr_func = fn;
4562 mcmd->tmr_func = QLA_TGT_2G_ABORT_TASK;
4565 rc = ha->tgt.tgt_ops->handle_tmr(mcmd, unpacked_lun, mcmd->tmr_func,

Completed in 168 milliseconds