Searched refs:attn_type (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_debug.h | 410 enum dbg_attn_type attn_type,
|
| H A D | qede_debug.c | 1689 enum block_id block_id, enum dbg_attn_type attn_type) in qed_get_block_attn_data() argument 1695 return &base_attn_block_arr[block_id].per_type_data[attn_type]; in qed_get_block_attn_data() 1701 enum block_id block_id, enum dbg_attn_type attn_type, in qed_get_block_attn_regs() argument 1705 qed_get_block_attn_data(p_hwfn, block_id, attn_type); in qed_get_block_attn_regs() 5368 enum dbg_attn_type attn_type, in qed_dbg_read_attn() argument 5386 attn_type, &num_attn_regs); in qed_dbg_read_attn() 5430 qed_get_block_attn_data(p_hwfn, block_id, attn_type)->names_offset; in qed_dbg_read_attn() 5431 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type); in qed_dbg_read_attn() 7359 enum dbg_attn_type attn_type; in qed_dbg_parse_attn() local 7363 attn_type = GET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE); in qed_dbg_parse_attn() [all …]
|