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()
5717 enum dbg_attn_type attn_type, in qed_dbg_read_attn() argument
5735 attn_type, &num_attn_regs); in qed_dbg_read_attn()
5779 qed_get_block_attn_data(p_hwfn, block_id, attn_type)->names_offset; in qed_dbg_read_attn()
5780 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type); in qed_dbg_read_attn()
7729 enum dbg_attn_type attn_type; in qed_dbg_parse_attn() local
7733 attn_type in qed_dbg_parse_attn()
[all...]
H A Dqed_dbg_hsi.h1124 * @attn_type: Attention type.
1135 enum dbg_attn_type attn_type,
/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c3748 uint8_t attn_type; in lpfc_mbx_cmpl_read_topology() local
3766 attn_type = bf_get(lpfc_mbx_read_top_att_type, la); in lpfc_mbx_cmpl_read_topology()
3777 if (attn_type == LPFC_ATT_LINK_UP) in lpfc_mbx_cmpl_read_topology()
3784 if (attn_type == LPFC_ATT_LINK_UP) { in lpfc_mbx_cmpl_read_topology()
3814 } else if (attn_type == LPFC_ATT_LINK_DOWN || in lpfc_mbx_cmpl_read_topology()
3815 attn_type == LPFC_ATT_UNEXP_WWPN) { in lpfc_mbx_cmpl_read_topology()
3824 else if (attn_type == LPFC_ATT_UNEXP_WWPN) in lpfc_mbx_cmpl_read_topology()
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2500 efc_log_info(sli4, "link=%d attn_type=%#x top=%#x speed=%#x pfault=%#x\n", in sli_fc_process_link_attention()
2501 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()
2522 efc_log_info(sli4, "attn_type: no hard alpa\n"); in sli_fc_process_link_attention()
2526 efc_log_info(sli4, "attn_type: unknown\n"); in sli_fc_process_link_attention()
H A Dsli4.h944 u8 attn_type; member