Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/tcm_fc/
Dtfc_cmd.c359 u8 tm_func; in ft_send_tm() local
365 tm_func = TMR_LUN_RESET; in ft_send_tm()
368 tm_func = TMR_TARGET_WARM_RESET; in ft_send_tm()
371 tm_func = TMR_CLEAR_TASK_SET; in ft_send_tm()
374 tm_func = TMR_ABORT_TASK_SET; in ft_send_tm()
377 tm_func = TMR_CLEAR_ACA; in ft_send_tm()
392 cmd, tm_func, GFP_KERNEL, 0, TARGET_SCF_ACK_KREF); in ft_send_tm()