Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c5624 u8 hw_ids[VALUES_PER_CYCLE]) in ecore_assign_hw_ids()
5632 OSAL_MEMSET(hw_ids, 0, VALUES_PER_CYCLE); in ecore_assign_hw_ids()
5654 hw_ids[val_id] = val_id; in ecore_assign_hw_ids()
5677 hw_ids[val_id] = block_bus->hw_id; in ecore_assign_hw_ids()
5688 u8 hw_ids[VALUES_PER_CYCLE]; in ecore_config_block_inputs() local
5691 ecore_assign_hw_ids(p_hwfn, hw_ids); in ecore_config_block_inputs()
5700 … ecore_wr(p_hwfn, p_ptt, DBG_REG_TRIGGER_STATE_ID_0 + state_id * BYTES_IN_DWORD, hw_ids[val_id]); in ecore_config_block_inputs()
5710 bus->hw_id_mask |= (hw_ids[val_id] << (val_id * HW_ID_BITS)); in ecore_config_block_inputs()