Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c1764 enum block_id block_id, enum dbg_attn_type attn_type) in qed_get_block_attn_data() argument
1770 return &base_attn_block_arr[block_id].per_type_data[attn_type]; in qed_get_block_attn_data()
1776 enum block_id block_id, enum dbg_attn_type attn_type, in qed_get_block_attn_regs() argument
1780 qed_get_block_attn_data(p_hwfn, block_id, attn_type); in qed_get_block_attn_regs()
5716 enum dbg_attn_type attn_type, in qed_dbg_read_attn() argument
5734 attn_type, &num_attn_regs); in qed_dbg_read_attn()
5778 qed_get_block_attn_data(p_hwfn, block_id, attn_type)->names_offset; in qed_dbg_read_attn()
5779 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type); in qed_dbg_read_attn()
7753 enum dbg_attn_type attn_type; in qed_dbg_parse_attn() local
7757 attn_type = GET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE); in qed_dbg_parse_attn()
[all …]
H A Dqed_dbg_hsi.h1135 enum dbg_attn_type attn_type,
/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c3743 uint8_t attn_type; in lpfc_mbx_cmpl_read_topology() local
3761 attn_type = bf_get(lpfc_mbx_read_top_att_type, la); in lpfc_mbx_cmpl_read_topology()
3772 if (attn_type == LPFC_ATT_LINK_UP) in lpfc_mbx_cmpl_read_topology()
3779 if (attn_type == LPFC_ATT_LINK_UP) { in lpfc_mbx_cmpl_read_topology()
3809 } else if (attn_type == LPFC_ATT_LINK_DOWN || in lpfc_mbx_cmpl_read_topology()
3810 attn_type == LPFC_ATT_UNEXP_WWPN) { in lpfc_mbx_cmpl_read_topology()
3819 else if (attn_type == LPFC_ATT_UNEXP_WWPN) in lpfc_mbx_cmpl_read_topology()
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2501 link_attn->link_number, link_attn->attn_type, in sli_fc_process_link_attention()
2514 switch (link_attn->attn_type) { in sli_fc_process_link_attention()
H A Dsli4.h944 u8 attn_type; member