Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c1675 enum block_id block_id, enum dbg_attn_type attn_type) in qed_get_block_attn_data() argument
1681 return &base_attn_block_arr[block_id].per_type_data[attn_type]; in qed_get_block_attn_data()
1687 enum block_id block_id, enum dbg_attn_type attn_type, in qed_get_block_attn_regs() argument
1691 qed_get_block_attn_data(p_hwfn, block_id, attn_type); in qed_get_block_attn_regs()
5335 enum dbg_attn_type attn_type, in qed_dbg_read_attn() argument
5353 attn_type, &num_attn_regs); in qed_dbg_read_attn()
5397 qed_get_block_attn_data(p_hwfn, block_id, attn_type)->names_offset; in qed_dbg_read_attn()
5398 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type); in qed_dbg_read_attn()
7305 enum dbg_attn_type attn_type; in qed_dbg_parse_attn() local
7309 attn_type = GET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE); in qed_dbg_parse_attn()
[all …]
Dqed_hsi.h3363 enum dbg_attn_type attn_type,
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_hbadisc.c3576 uint8_t attn_type; in lpfc_mbx_cmpl_read_topology() local
3595 attn_type = bf_get(lpfc_mbx_read_top_att_type, la); in lpfc_mbx_cmpl_read_topology()
3608 if (attn_type == LPFC_ATT_LINK_UP) in lpfc_mbx_cmpl_read_topology()
3624 if ((attn_type == LPFC_ATT_LINK_UP) && in lpfc_mbx_cmpl_read_topology()
3654 } else if (attn_type == LPFC_ATT_LINK_DOWN || in lpfc_mbx_cmpl_read_topology()
3655 attn_type == LPFC_ATT_UNEXP_WWPN) { in lpfc_mbx_cmpl_read_topology()
3664 else if (attn_type == LPFC_ATT_UNEXP_WWPN) in lpfc_mbx_cmpl_read_topology()
3683 attn_type == LPFC_ATT_LINK_UP) { in lpfc_mbx_cmpl_read_topology()
/Linux-v5.15/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