Searched refs:next_state (Results 1 - 25 of 77) sorted by last modified time

1234

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2254 enum sge_eosw_state next_state; local
2280 next_state = CXGB4_EO_STATE_FLOWC_OPEN_REPLY;
2282 next_state = CXGB4_EO_STATE_FLOWC_CLOSE_REPLY;
2309 eosw_txq->state = next_state;
2527 enum sge_eosw_state next_state; local
2562 next_state = CXGB4_EO_STATE_FLOWC_OPEN_SEND;
2567 next_state = CXGB4_EO_STATE_FLOWC_CLOSE_SEND;
2604 eosw_txq->state = next_state;
/linux-master/kernel/
H A Dcpu.c309 enum cpuhp_sync_state next_state)
320 if (!atomic_try_cmpxchg(st, &sync, next_state))
308 cpuhp_wait_for_sync_state(unsigned int cpu, enum cpuhp_sync_state state, enum cpuhp_sync_state next_state) argument
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c385 int event, next_state; local
436 next_state = sctp_states[direction][event][cp->state];
438 if (next_state != cp->state) {
451 sctp_state_name(next_state),
455 (next_state != IP_VS_SCTP_S_ESTABLISHED)) {
460 (next_state == IP_VS_SCTP_S_ESTABLISHED)) {
466 if (next_state == IP_VS_SCTP_S_ESTABLISHED)
470 cp->timeout = pd->timeout_table[cp->state = next_state];
472 cp->timeout = sctp_timeouts[cp->state = next_state];
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1448 action0.next_state = kpuaction->next_state;
H A Dnpc.h272 u8 next_state; member in struct:npc_kpu_profile_action
314 u64 next_state : 8; member in struct:npc_kpu_action0
334 u64 next_state : 8;
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c3245 enum tcpm_state next_state; local
3320 next_state = SNK_READY;
3322 next_state = SNK_WAIT_CAPABILITIES;
3328 tcpm_set_state(port, next_state, 0);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1076 static int mlx5e_modify_rq_state(struct mlx5e_rq *rq, int curr_state, int next_state) argument
1090 if (curr_state == MLX5_RQC_STATE_RST && next_state == MLX5_RQC_STATE_RDY)
1096 MLX5_SET(rqc, rqc, state, next_state);
1714 MLX5_SET(sqc, sqc, state, p->next_state);
1715 if (p->rl_update && p->next_state == MLX5_SQC_STATE_RDY) {
1719 if (p->qos_update && p->next_state == MLX5_SQC_STATE_RDY) {
1751 msp.next_state = MLX5_SQC_STATE_RDY;
2289 msp.next_state = MLX5_SQC_STATE_RDY;
H A Den.h838 int next_state; member in struct:mlx5e_modify_sq_param
/linux-master/init/
H A Dinitramfs.c223 } state, next_state; variable in typeref:enum:state
249 next_state = next;
272 state = next_state;
300 next_state = GotSymlink;
316 state = next_state;
361 next_state = Reset;
432 next_state = Reset;
/linux-master/drivers/usb/host/
H A Dxhci-hub.c1836 u32 next_state; local
1862 next_state = XDEV_U0;
1864 next_state = XDEV_RESUME;
1885 portsc |= PORT_LINK_STROBE | next_state;
/linux-master/drivers/bus/mhi/host/
H A Dpm.c590 enum dev_st_transition next_state; local
720 next_state = DEV_ST_TRANSITION_PBL;
722 next_state = DEV_ST_TRANSITION_READY;
725 mhi_queue_state_transition(mhi_cntrl, next_state);
1092 enum dev_st_transition next_state; local
1159 next_state = MHI_IN_PBL(current_ee) ?
1162 mhi_queue_state_transition(mhi_cntrl, next_state);
/linux-master/include/rdma/
H A Dib_verbs.h2985 * @next_state: Next QP state
2991 * checks that cur_state and next_state are valid QP states, that a
2992 * transition from cur_state to next_state is allowed by the IB spec,
2995 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
/linux-master/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h465 u32 next_state; member in struct:c4iw_qp_attributes
/linux-master/drivers/vfio/pci/pds/
H A Dvfio_dev.c57 enum vfio_device_mig_state next_state; local
60 new_state, &next_state);
66 res = pds_vfio_step_device_state_locked(pds_vfio, next_state);
70 pds_vfio->state = next_state;
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c1237 enum vfio_device_mig_state next_state; local
1244 new_state, &next_state);
1249 res = mlx5vf_pci_step_device_state_locked(mvdev, next_state);
1252 mvdev->mig_state = next_state;
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1038 enum vfio_device_mig_state next_state; local
1046 new_state, &next_state);
1052 res = hisi_acc_vf_set_device_state(hisi_acc_vdev, next_state);
1055 hisi_acc_vdev->mig_state = next_state;
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c713 next_state:
766 goto next_state;
804 goto next_state;
/linux-master/drivers/md/dm-vdo/
H A Dadmin-state.c207 vdo_set_admin_state_code(state, state->next_state);
228 const struct admin_state_code *next_state = get_next_state(state, operation); local
230 if (next_state == NULL) {
241 state->next_state = next_state;
H A Dadmin-state.h55 const struct admin_state_code *next_state; member in struct:admin_state
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8mp-hdmi-pvi.c110 struct drm_bridge_state *next_state; local
115 next_state = drm_atomic_get_new_bridge_state(crtc_state->state,
119 next_state,
/linux-master/kernel/sched/
H A Didle.c138 int next_state)
155 return cpuidle_enter(drv, dev, next_state);
171 int next_state, entered_state; local
221 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns);
222 call_cpuidle(drv, dev, next_state);
229 next_state = cpuidle_select(drv, dev, &stop_tick);
236 entered_state = call_cpuidle(drv, dev, next_state);
137 call_cpuidle(struct cpuidle_driver *drv, struct cpuidle_device *dev, int next_state) argument
/linux-master/fs/btrfs/
H A Dextent-io-tree.c220 static inline struct extent_state *next_state(struct extent_state *state) function
286 entry = next_state(entry);
329 entry = next_state(entry);
378 next = next_state(state);
588 next = next_state(state);
598 next = next_state(state);
696 state = next_state(state);
834 state = next_state(state);
885 state = next_state(state);
909 while ((state = next_state(stat
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4807 u8 next_state, tol = chip->rssi_tol; local
4812 next_state = BTC_RSSI_ST_HIGH;
4814 next_state = BTC_RSSI_ST_STAY_LOW;
4817 next_state = BTC_RSSI_ST_LOW;
4819 next_state = BTC_RSSI_ST_STAY_HIGH;
4822 return next_state;
/linux-master/kernel/trace/
H A Dtrace_output.c1083 T = task_index_to_char(field->next_state);
1120 T = task_index_to_char(field->next_state);
1156 T = task_index_to_char(field->next_state);
1195 SEQ_PUT_FIELD(s, field->next_state);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c631 enum sdma_states next_state)
640 sdma_state_names[next_state]);
645 ss->current_state = next_state;
648 next_state == sdma_state_s99_running)
651 if (action[next_state].op_enable)
654 if (action[next_state].op_intenable)
657 if (action[next_state].op_halt)
660 if (action[next_state].op_cleanup)
663 if (action[next_state].go_s99_running_tofalse)
666 if (action[next_state]
630 sdma_set_state(struct sdma_engine *sde, enum sdma_states next_state) argument
[all...]

Completed in 650 milliseconds

1234