Home
last modified time | relevance | path

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

/drivers/target/tcm_fc/
Dtfc_cmd.c361 u8 tm_func; in ft_send_tm() local
367 tm_func = TMR_LUN_RESET; in ft_send_tm()
370 tm_func = TMR_TARGET_WARM_RESET; in ft_send_tm()
373 tm_func = TMR_CLEAR_TASK_SET; in ft_send_tm()
376 tm_func = TMR_ABORT_TASK_SET; in ft_send_tm()
379 tm_func = TMR_CLEAR_ACA; in ft_send_tm()
394 cmd, tm_func, GFP_KERNEL, 0, 0); in ft_send_tm()