Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.h111 bool grc_input_en);
H A Decore_hsi_debug_tools.h738 u8 grc_input_en /* Indicates if GRC recording is enabled (0/1) */; member
H A Decore_dbg_fw_funcs.c4894 bool grc_input_en) in ecore_dbg_bus_reset() argument
4903 …unify_inputs = %d, grc_input_en = %d\n", one_shot_en, force_hw_dwords, unify_inputs, grc_input_en); in ecore_dbg_bus_reset()
4933 dev_data->bus.grc_input_en = grc_input_en; in ecore_dbg_bus_reset()
4935 dev_data->bus.num_enabled_blocks = grc_input_en ? 1 : 0; in ecore_dbg_bus_reset()
4938 if (grc_input_en) in ecore_dbg_bus_reset()
5513 if (bus->grc_input_en) in ecore_config_dbg_block_client_mask()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_debug_tools.h738 u8 grc_input_en /* Indicates if GRC recording is enabled (0/1) */; member