Home
last modified time | relevance | path

Searched refs:hw_id_mask (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_debug_tools.h733 …__le16 hw_id_mask /* The HW IDs of the recorded HW blocks, where bits i*3..i*3+2 contain the HW ID… member
H A Decore_dbg_fw_funcs.c2670 if (OSAL_SNPRINTF(hw_id_mask_str, sizeof(hw_id_mask_str), "0x%x", dev_data->bus.hw_id_mask) < 0) in ecore_bus_dump_hdr()
5708 dev_data->bus.hw_id_mask = 0; in ecore_config_block_inputs()
5710 bus->hw_id_mask |= (hw_ids[val_id] << (val_id * HW_ID_BITS)); in ecore_config_block_inputs()
5711 ecore_wr(p_hwfn, p_ptt, DBG_REG_HW_ID_NUM, bus->hw_id_mask); in ecore_config_block_inputs()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_debug_tools.h733 …__le16 hw_id_mask /* The HW IDs of the recorded HW blocks, where bits i*3..i*3+2 contain the HW ID… member