Home
last modified time | relevance | path

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

/openbmc/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()
7754 enum dbg_attn_type attn_type; in qed_dbg_parse_attn() local
7758 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,
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c3759 uint8_t attn_type; in lpfc_mbx_cmpl_read_topology() local
3778 attn_type = bf_get(lpfc_mbx_read_top_att_type, la); in lpfc_mbx_cmpl_read_topology()
3791 if (attn_type == LPFC_ATT_LINK_UP) in lpfc_mbx_cmpl_read_topology()
3798 if (attn_type == LPFC_ATT_LINK_UP) { in lpfc_mbx_cmpl_read_topology()
3828 } else if (attn_type == LPFC_ATT_LINK_DOWN || in lpfc_mbx_cmpl_read_topology()
3829 attn_type == LPFC_ATT_UNEXP_WWPN) { in lpfc_mbx_cmpl_read_topology()
3838 else if (attn_type == LPFC_ATT_UNEXP_WWPN) in lpfc_mbx_cmpl_read_topology()
/openbmc/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