Home
last modified time | relevance | path

Searched refs:next_state (Results 26 - 50 of 156) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4683 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_state_change()
4742 BNX2X_ERR("Bad MC reply %d for queue %d in state %d pending 0x%lx, next_state %d\n", in bnx2x_queue_comp_cmd()
4744 o->state, cur_pending, o->next_state); in bnx2x_queue_comp_cmd()
4757 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state); in bnx2x_queue_comp_cmd()
4763 o->state = o->next_state; in bnx2x_queue_comp_cmd()
4765 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_comp_cmd()
4767 /* It's important that o->state and o->next_state are in bnx2x_queue_comp_cmd()
5487 * state and, if it's legal, sets a `next_state' in the object
5498 enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() local
5509 o->next_state in bnx2x_queue_chk_transition()
5816 enum bnx2x_func_state state = o->state, next_state = BNX2X_F_STATE_MAX; bnx2x_func_chk_transition() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4683 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_state_change()
4742 BNX2X_ERR("Bad MC reply %d for queue %d in state %d pending 0x%lx, next_state %d\n", in bnx2x_queue_comp_cmd()
4744 o->state, cur_pending, o->next_state); in bnx2x_queue_comp_cmd()
4757 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state); in bnx2x_queue_comp_cmd()
4763 o->state = o->next_state; in bnx2x_queue_comp_cmd()
4765 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_comp_cmd()
4767 /* It's important that o->state and o->next_state are in bnx2x_queue_comp_cmd()
5487 * state and, if it's legal, sets a `next_state' in the object
5498 enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() local
5509 o->next_state in bnx2x_queue_chk_transition()
5816 enum bnx2x_func_state state = o->state, next_state = BNX2X_F_STATE_MAX; bnx2x_func_chk_transition() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/keystone/
H A Dgate.c72 u32 next_state, u32 domain_id) in psc_config()
79 mdctl |= next_state; in psc_config()
81 if (next_state == PSC_STATE_DISABLE) in psc_config()
101 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
71 psc_config(void __iomem *control_base, void __iomem *domain_base, u32 next_state, u32 domain_id) psc_config() argument
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H A Dvfio_dev.c80 enum vfio_device_mig_state next_state; in pds_vfio_set_device_state() local
83 new_state, &next_state); in pds_vfio_set_device_state()
89 res = pds_vfio_step_device_state_locked(pds_vfio, next_state); in pds_vfio_set_device_state()
93 pds_vfio->state = next_state; in pds_vfio_set_device_state()
/kernel/linux/linux-6.6/drivers/clk/keystone/
H A Dgate.c72 u32 next_state, u32 domain_id) in psc_config()
79 mdctl |= next_state; in psc_config()
81 if (next_state == PSC_STATE_DISABLE) in psc_config()
101 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
71 psc_config(void __iomem *control_base, void __iomem *domain_base, u32 next_state, u32 domain_id) psc_config() argument
/third_party/node/deps/v8/src/init/
H A Dv8.cc61 V8StartupState next_state = in AdvanceStartupState() local
63 if (next_state != expected_next_state) { in AdvanceStartupState()
73 static_cast<int>(current_state), static_cast<int>(next_state)); in AdvanceStartupState()
75 if (!v8_startup_state_.compare_exchange_strong(current_state, next_state)) { in AdvanceStartupState()
/kernel/linux/linux-5.10/init/
H A Dinitramfs.c192 } state, next_state; variable
218 next_state = next; in read_into()
241 state = next_state; in do_collect()
266 next_state = GotSymlink; in do_header()
282 state = next_state; in do_skip()
327 next_state = Reset; in do_name()
399 next_state = Reset; in do_symlink()
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dremote_node_context.c432 u32 next_state; in sci_remote_node_context_event_handler() local
448 next_state = SCI_RNC_INITIAL; in sci_remote_node_context_event_handler()
450 next_state = SCI_RNC_POSTING; in sci_remote_node_context_event_handler()
451 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
504 next_state = SCI_RNC_TX_SUSPENDED; in sci_remote_node_context_event_handler()
507 next_state = SCI_RNC_TX_RX_SUSPENDED; in sci_remote_node_context_event_handler()
513 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
/kernel/linux/linux-6.6/init/
H A Dinitramfs.c222 } state, next_state; variable
248 next_state = next; in read_into()
271 state = next_state; in do_collect()
299 next_state = GotSymlink; in do_header()
315 state = next_state; in do_skip()
360 next_state = Reset; in do_name()
431 next_state = Reset; in do_symlink()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dremote_node_context.c425 u32 next_state; in sci_remote_node_context_event_handler() local
441 next_state = SCI_RNC_INITIAL; in sci_remote_node_context_event_handler()
443 next_state = SCI_RNC_POSTING; in sci_remote_node_context_event_handler()
444 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
497 next_state = SCI_RNC_TX_SUSPENDED; in sci_remote_node_context_event_handler()
500 next_state = SCI_RNC_TX_RX_SUSPENDED; in sci_remote_node_context_event_handler()
506 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
/third_party/rust/crates/aho-corasick/src/
H A Ddfa.rs196 fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
255 fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
324 fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
391 fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
477 fn next_state(&self, from: S, byte: u8) -> S { in next_state() functions
705 return dfa.next_state(current, input); in nfa_next_state_memoized()
707 let next = nfa.next_state(current, input); in nfa_next_state_memoized()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-thai.cc184 thai_above_state_t next_state; member
211 thai_below_state_t next_state; member
249 above_state = above_edge.next_state; in do_thai_pua_shaping()
250 below_state = below_edge.next_state; in do_thai_pua_shaping()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi2.c768 int next_state = STATE_INITIAL; in process_midi1_byte() local
776 next_state = port->state; in process_midi1_byte()
786 next_state = STATE_FINISHED; in process_midi1_byte()
792 next_state = STATE_FINISHED; in process_midi1_byte()
799 next_state = STATE_FINISHED; in process_midi1_byte()
803 next_state = port->state; in process_midi1_byte()
816 next_state = STATE_SYSEX_1; in process_midi1_byte()
821 next_state = STATE_1PARAM; in process_midi1_byte()
825 next_state = STATE_2PARAM_1; in process_midi1_byte()
829 next_state in process_midi1_byte()
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_entries.h121 __field( unsigned char, next_state )
133 __entry->next_pid, __entry->next_prio, __entry->next_state,
151 __entry->next_pid, __entry->next_prio, __entry->next_state,
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_sdma.c195 enum qib_sdma_states next_state) in sdma_set_state()
205 ss->current_state = next_state; in sdma_set_state()
207 if (action[next_state].op_enable) in sdma_set_state()
210 if (action[next_state].op_intenable) in sdma_set_state()
213 if (action[next_state].op_halt) in sdma_set_state()
216 if (action[next_state].op_drain) in sdma_set_state()
219 if (action[next_state].go_s99_running_tofalse) in sdma_set_state()
222 if (action[next_state].go_s99_running_totrue) in sdma_set_state()
194 sdma_set_state(struct qib_pportdata *ppd, enum qib_sdma_states next_state) sdma_set_state() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_sdma.c195 enum qib_sdma_states next_state) in sdma_set_state()
205 ss->current_state = next_state; in sdma_set_state()
207 if (action[next_state].op_enable) in sdma_set_state()
210 if (action[next_state].op_intenable) in sdma_set_state()
213 if (action[next_state].op_halt) in sdma_set_state()
216 if (action[next_state].op_drain) in sdma_set_state()
219 if (action[next_state].go_s99_running_tofalse) in sdma_set_state()
222 if (action[next_state].go_s99_running_totrue) in sdma_set_state()
194 sdma_set_state(struct qib_pportdata *ppd, enum qib_sdma_states next_state) sdma_set_state() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dtransobj.c352 int curr_state, int next_state, in mlx5_hairpin_modify_rq()
360 if (next_state == MLX5_RQC_STATE_RDY) { in mlx5_hairpin_modify_rq()
366 MLX5_SET(rqc, rqc, state, next_state); in mlx5_hairpin_modify_rq()
372 int curr_state, int next_state, in mlx5_hairpin_modify_sq()
380 if (next_state == MLX5_SQC_STATE_RDY) { in mlx5_hairpin_modify_sq()
386 MLX5_SET(sqc, sqc, state, next_state); in mlx5_hairpin_modify_sq()
351 mlx5_hairpin_modify_rq(struct mlx5_core_dev *func_mdev, u32 rqn, int curr_state, int next_state, u16 peer_vhca, u32 peer_sq) mlx5_hairpin_modify_rq() argument
371 mlx5_hairpin_modify_sq(struct mlx5_core_dev *peer_mdev, u32 sqn, int curr_state, int next_state, u16 peer_vhca, u32 peer_rq) mlx5_hairpin_modify_sq() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dtransobj.c352 int curr_state, int next_state, in mlx5_hairpin_modify_rq()
360 if (next_state == MLX5_RQC_STATE_RDY) { in mlx5_hairpin_modify_rq()
366 MLX5_SET(rqc, rqc, state, next_state); in mlx5_hairpin_modify_rq()
372 int curr_state, int next_state, in mlx5_hairpin_modify_sq()
380 if (next_state == MLX5_SQC_STATE_RDY) { in mlx5_hairpin_modify_sq()
386 MLX5_SET(sqc, sqc, state, next_state); in mlx5_hairpin_modify_sq()
351 mlx5_hairpin_modify_rq(struct mlx5_core_dev *func_mdev, u32 rqn, int curr_state, int next_state, u16 peer_vhca, u32 peer_sq) mlx5_hairpin_modify_rq() argument
371 mlx5_hairpin_modify_sq(struct mlx5_core_dev *peer_mdev, u32 sqn, int curr_state, int next_state, u16 peer_vhca, u32 peer_rq) mlx5_hairpin_modify_sq() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dpostprocessor.c523 * @param next_state state to which we should advance the post processor
534 enum PP_State next_state, enum PP_State next_dash_state) in find_boundary()
571 pp->state = next_state; in find_boundary()
625 * by an empty line), transition into next_state.
630 * @param next_state state to which the post processor should
638 size_t *ioffptr, enum PP_State next_state) in process_multipart_headers()
658 pp->state = next_state; in process_multipart_headers()
692 * @param next_state what state to go into after the
705 enum PP_State next_state, in process_value_to_boundary()
744 pp->state = next_state; in process_value_to_boundary()
530 find_boundary(struct MHD_PostProcessor *pp, const char *boundary, size_t blen, size_t *ioffptr, enum PP_State next_state, enum PP_State next_dash_state) find_boundary() argument
637 process_multipart_headers(struct MHD_PostProcessor *pp, size_t *ioffptr, enum PP_State next_state) process_multipart_headers() argument
701 process_value_to_boundary(struct MHD_PostProcessor *pp, size_t *ioffptr, const char *boundary, size_t blen, enum PP_State next_state, enum PP_State next_dash_state) process_value_to_boundary() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dllc_s_st.h21 u8 next_state; member
/third_party/ffmpeg/libavcodec/
H A Djpeg2000_parser.c173 uint32_t next_state = (buf[i + m->skip_bytes] << 8) | buf[i + m->skip_bytes + 1]; in find_frame_end() local
174 if (info_marker(next_state)) { in find_frame_end()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h171 u8 next_state; member
213 u64 next_state : 8; member
233 u64 next_state : 8;
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_entries.h147 __field( unsigned char, next_state )
159 __entry->next_pid, __entry->next_prio, __entry->next_state,
177 __entry->next_pid, __entry->next_prio, __entry->next_state,
/kernel/linux/linux-6.6/include/net/
H A Dllc_s_st.h27 u8 next_state; member
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsi476x-i2c.c257 * @next_state: enum si476x_power_state describing power state to
266 enum si476x_power_state next_state) in si476x_core_set_power_state()
281 if (next_state != core->power_state) { in si476x_core_set_power_state()
282 switch (next_state) { in si476x_core_set_power_state()
301 core->power_state = next_state; in si476x_core_set_power_state()
305 core->power_state = next_state; in si476x_core_set_power_state()
265 si476x_core_set_power_state(struct si476x_core *core, enum si476x_power_state next_state) si476x_core_set_power_state() argument

Completed in 34 milliseconds

1234567