Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_cmd.c372 u8 tm_func; in ft_send_tm() local
378 tm_func = TMR_LUN_RESET; in ft_send_tm()
381 tm_func = TMR_TARGET_WARM_RESET; in ft_send_tm()
384 tm_func = TMR_CLEAR_TASK_SET; in ft_send_tm()
387 tm_func = TMR_ABORT_TASK_SET; in ft_send_tm()
390 tm_func = TMR_CLEAR_ACA; in ft_send_tm()
405 cmd, tm_func, GFP_KERNEL, 0, 0); in ft_send_tm()