Searched refs:next_state (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 3713 cur_pending, o->next_state); in ecore_queue_comp_cmd() 3732 o->state = o->next_state; in ecore_queue_comp_cmd() 3734 o->next_state = ECORE_Q_STATE_MAX; in ecore_queue_comp_cmd() 4557 state, cmd, next_state); in ecore_queue_chk_transition() 4558 o->next_state = next_state; in ecore_queue_chk_transition() 4620 state, cmd, next_state); in ecore_queue_chk_fwd_transition() 4621 o->next_state = next_state; in ecore_queue_chk_fwd_transition() 4708 o->next_state); in ecore_func_state_change_comp() 4715 o->state = o->next_state; in ecore_func_state_change_comp() 4841 state, cmd, next_state); in ecore_func_chk_transition() [all …]
|
| H A D | ecore_sp.h | 1480 enum ecore_q_state state, next_state; member 1751 enum ecore_func_state state, next_state; member
|
| H A D | bnx2x_stats.c | 1262 enum bnx2x_stats_state next_state; member 1287 sc->stats_state = bnx2x_stats_stm[state][event].next_state; in bnx2x_stats_handle()
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_ha_mgr.c | 487 enum ulp_ha_mgr_state curr_state, next_state, poll_state; in ulp_ha_mgr_close() local 512 next_state = ULP_HA_STATE_INIT; in ulp_ha_mgr_close() 513 ulp_ha_mgr_state_set(ulp_ctx, next_state); in ulp_ha_mgr_close() 598 next_state = ULP_HA_STATE_INIT; in ulp_ha_mgr_close() 599 rc = ulp_ha_mgr_state_set(ulp_ctx, next_state); in ulp_ha_mgr_close()
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | npc.h | 360 uint8_t next_state; member 398 uint64_t next_state : 8; member
|