Searched refs:state_id (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_phy.h | 376 #define scic_sds_phy_set_base_state_handlers(phy, state_id) \ argument 379 &scic_sds_phy_state_handler_table[(state_id)] \
|
H A D | scic_sds_port.h | 272 #define scic_sds_port_set_base_state_handlers(this_port, state_id) \ argument 274 (this_port), &scic_sds_port_state_handler_table[(state_id)])
|
H A D | scic_sds_controller.h | 499 #define scic_sds_controller_set_base_state_handlers(this_controller, state_id) \ argument 501 this_controller, &scic_sds_controller_state_handler_table[(state_id)])
|
H A D | scic_sds_port.c | 3332 #define scic_sds_port_set_ready_state_handlers(port, state_id) \ argument 3334 port, &scic_sds_port_ready_substate_handler_table[(state_id)] \
|
H A D | scic_sds_phy.c | 3555 #define scic_sds_phy_set_starting_substate_handlers(phy, state_id) \ argument 3558 &scic_sds_phy_starting_substate_handler_table[(state_id)] \
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-general.cpp | 68 ompt_state_t state_id; member 543 if (ompt_state_info[i].state_id == current_state) { 544 *next_state = ompt_state_info[i + 1].state_id;
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.c | 5673 u8 val_id, state_id; in ecore_assign_hw_ids() local 5682 for (state_id = 0; state_id < bus->next_trigger_state && hw_id_per_dword; state_id++) { in ecore_assign_hw_ids() 5686 …if (GET_FIELD(bus->trigger_states[state_id].data, DBG_BUS_TRIGGER_STATE_DATA_CONSTRAINT_DWORD_MASK… in ecore_assign_hw_ids() 5732 u8 val_id, state_id; in ecore_config_block_inputs() local 5738 for (state_id = 0; state_id < bus->next_trigger_state; state_id++) { in ecore_config_block_inputs() 5740 u8 state_data = bus->trigger_states[state_id].data; in ecore_config_block_inputs() 5743 … 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()
|