Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.h856 enum dbg_attn_type attn_type,
H A Decore_dbg_fw_funcs.c2850 enum dbg_attn_type attn_type) in ecore_get_block_attn_data() argument
2854 return &base_attn_block_arr[block_id].per_type_data[attn_type]; in ecore_get_block_attn_data()
2859 enum dbg_attn_type attn_type, in ecore_get_block_attn_regs() argument
2862 … struct dbg_attn_block_type_data *block_type_data = ecore_get_block_attn_data(block_id, attn_type); in ecore_get_block_attn_regs()
6347 enum dbg_attn_type attn_type, in ecore_dbg_read_attn() argument
6361 attn_reg_arr = ecore_get_block_attn_regs(block_id, attn_type, &num_attn_regs); in ecore_dbg_read_attn()
6393 results->names_offset = ecore_get_block_attn_data(block_id, attn_type)->names_offset; in ecore_dbg_read_attn()
6394 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type); in ecore_dbg_read_attn()
6403 enum dbg_attn_type attn_type; in ecore_dbg_print_attn() local
6407 attn_type = (enum dbg_attn_type)GET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE); in ecore_dbg_print_attn()
[all …]
H A Decore_int.c62 enum dbg_attn_type attn_type,