Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c334 u8 tm_func; in ft_send_tm() local
340 tm_func = TMR_LUN_RESET; in ft_send_tm()
343 tm_func = TMR_TARGET_WARM_RESET; in ft_send_tm()
346 tm_func = TMR_CLEAR_TASK_SET; in ft_send_tm()
349 tm_func = TMR_ABORT_TASK_SET; in ft_send_tm()
352 tm_func = TMR_CLEAR_ACA; in ft_send_tm()
367 cmd, tm_func, GFP_KERNEL, 0, TARGET_SCF_ACK_KREF); in ft_send_tm()