Home
last modified time | relevance | path

Searched refs:trigger_state (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.c5423 struct dbg_bus_trigger_state_data *trigger_state; in ecore_dbg_bus_add_constraint() local
5425 trigger_state = &bus->trigger_states[curr_trigger_state_id]; in ecore_dbg_bus_add_constraint()
5428 …if (!(GET_FIELD(trigger_state->data, DBG_BUS_TRIGGER_STATE_DATA_BLOCK_SHIFTED_ENABLE_MASK) & (u8)(… in ecore_dbg_bus_add_constraint()
5432 …SET_FIELD(trigger_state->data, DBG_BUS_TRIGGER_STATE_DATA_CONSTRAINT_DWORD_MASK, GET_FIELD(trigger… in ecore_dbg_bus_add_constraint()
5840 u32 trigger_state = ecore_rd(p_hwfn, p_ptt, DBG_REG_TRIGGER_STATUS_CUR_STATE); in ecore_dbg_bus_stop() local
5842 if (trigger_state != MAX_TRIGGER_STATES) in ecore_dbg_bus_stop()