Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
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 …]
Dqed_dbg_hsi.h1135 enum dbg_attn_type attn_type,
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_hbadisc.c3733 uint8_t attn_type; in lpfc_mbx_cmpl_read_topology() local
3752 attn_type = bf_get(lpfc_mbx_read_top_att_type, la); in lpfc_mbx_cmpl_read_topology()
3765 if (attn_type == LPFC_ATT_LINK_UP) in lpfc_mbx_cmpl_read_topology()
3772 if (attn_type == LPFC_ATT_LINK_UP) { in lpfc_mbx_cmpl_read_topology()
3802 } else if (attn_type == LPFC_ATT_LINK_DOWN || in lpfc_mbx_cmpl_read_topology()
3803 attn_type == LPFC_ATT_UNEXP_WWPN) { in lpfc_mbx_cmpl_read_topology()
3812 else if (attn_type == LPFC_ATT_UNEXP_WWPN) in lpfc_mbx_cmpl_read_topology()
/linux-6.1.9/drivers/scsi/elx/libefc_sli/
Dsli4.c2505 link_attn->link_number, link_attn->attn_type, in sli_fc_process_link_attention()
2518 switch (link_attn->attn_type) { in sli_fc_process_link_attention()
Dsli4.h944 u8 attn_type; member