Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/tcm_fc/
H A Dtcm_fc.h123 extern unsigned int ft_debug_logging;
H A Dtfc_conf.c39 unsigned int ft_debug_logging; variable
40 module_param_named(debug_logging, ft_debug_logging, int, S_IRUGO|S_IWUSR);
H A Dtfc_cmd.c65 if (unlikely(ft_debug_logging)) in ft_dump_cmd()