Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.h862 enum dbg_attn_type attn_type,
H A Decore_dbg_fw_funcs.c2879 enum dbg_attn_type attn_type) in ecore_get_block_attn_data() argument
2883 return &base_attn_block_arr[block_id].per_type_data[attn_type]; in ecore_get_block_attn_data()
2888 enum dbg_attn_type attn_type, in ecore_get_block_attn_regs() argument
2891 … struct dbg_attn_block_type_data *block_type_data = ecore_get_block_attn_data(block_id, attn_type); in ecore_get_block_attn_regs()
6388 enum dbg_attn_type attn_type, in ecore_dbg_read_attn() argument
6402 attn_reg_arr = ecore_get_block_attn_regs(block_id, attn_type, &num_attn_regs); in ecore_dbg_read_attn()
6434 results->names_offset = ecore_get_block_attn_data(block_id, attn_type)->names_offset; in ecore_dbg_read_attn()
6435 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type); in ecore_dbg_read_attn()
6444 enum dbg_attn_type attn_type; in ecore_dbg_print_attn() local
6448 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.c57 enum dbg_attn_type attn_type,
/freebsd/sys/dev/ocs_fc/
H A Dsli4.c8091 "event_tag=%#x\n", link_attn->link_number, link_attn->attn_type, in sli_fc_process_link_attention()
8102 switch (link_attn->attn_type) { in sli_fc_process_link_attention()
H A Dsli4.h5210 attn_type:8, member