Searched refs:attn_type (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 2382 qed_get_block_attn_data(enum block_id block_id, enum dbg_attn_type attn_type) in qed_get_block_attn_data() argument 2388 return &base_attn_block_arr[block_id].per_type_data[attn_type]; in qed_get_block_attn_data() 2393 qed_get_block_attn_regs(enum block_id block_id, enum dbg_attn_type attn_type, in qed_get_block_attn_regs() argument 2397 qed_get_block_attn_data(block_id, attn_type); in qed_get_block_attn_regs() 5560 enum dbg_attn_type attn_type, in qed_dbg_read_attn() argument 5577 attn_type, &num_attn_regs); in qed_dbg_read_attn() 5621 qed_get_block_attn_data(block_id, attn_type)->names_offset; in qed_dbg_read_attn() 5622 SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type); in qed_dbg_read_attn() 7629 enum dbg_attn_type attn_type; in qed_dbg_parse_attn() local 7634 attn_type = (enum dbg_attn_type) in qed_dbg_parse_attn() [all …]
|
D | qed_hsi.h | 3338 enum dbg_attn_type attn_type,
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 3373 uint8_t attn_type; in lpfc_mbx_cmpl_read_topology() local 3392 attn_type = bf_get(lpfc_mbx_read_top_att_type, la); in lpfc_mbx_cmpl_read_topology() 3405 if (attn_type == LPFC_ATT_LINK_UP) in lpfc_mbx_cmpl_read_topology() 3421 if ((attn_type == LPFC_ATT_LINK_UP) && in lpfc_mbx_cmpl_read_topology() 3447 } else if (attn_type == LPFC_ATT_LINK_DOWN || in lpfc_mbx_cmpl_read_topology() 3448 attn_type == LPFC_ATT_UNEXP_WWPN) { in lpfc_mbx_cmpl_read_topology() 3457 else if (attn_type == LPFC_ATT_UNEXP_WWPN) in lpfc_mbx_cmpl_read_topology() 3476 attn_type == LPFC_ATT_LINK_UP) { in lpfc_mbx_cmpl_read_topology()
|