Searched defs:tmr_func (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c648 uint8_t tmr_func, uint32_t tag)
654 tmr_func, GFP_ATOMIC, tag, TARGET_SCF_ACK_KREF);
647 tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, uint32_t lun, uint8_t tmr_func, uint32_t tag) argument
H A Dqla_target.c3477 uint8_t tmr_func; local
3494 mcmd->tmr_func = fn;
3502 tmr_func = TMR_CLEAR_ACA;
3509 tmr_func = TMR_TARGET_WARM_RESET;
3515 tmr_func = TMR_LUN_RESET;
3521 tmr_func = TMR_CLEAR_TASK_SET;
3527 tmr_func = TMR_ABORT_TASK_SET;
3534 tmr_func = 0;
3541 tmr_func = 0;
3548 tmr_func
[all...]
H A Dqla_target.h984 uint8_t tmr_func; member in struct:qla_tgt_mgmt_cmd

Completed in 380 milliseconds