Home
last modified time | relevance | path

Searched refs:opstate (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/edac/
H A Dedac_module.c50 char *edac_op_state_to_string(int opstate) in edac_op_state_to_string() argument
52 if (opstate == OP_RUNNING_POLL) in edac_op_state_to_string()
54 else if (opstate == OP_RUNNING_INTERRUPT) in edac_op_state_to_string()
56 else if (opstate == OP_RUNNING_POLL_INTR) in edac_op_state_to_string()
58 else if (opstate == OP_ALLOC) in edac_op_state_to_string()
60 else if (opstate == OP_OFFLINE) in edac_op_state_to_string()
/linux/drivers/gpu/drm/tidss/
H A Dtidss_kms.c72 struct drm_plane_state *opstate; in tidss_atomic_check() local
93 for_each_oldnew_plane_in_state(state, plane, opstate, npstate, i) { in tidss_atomic_check()
97 if (!opstate->crtc || opstate->crtc_x != npstate->crtc_x || in tidss_atomic_check()
98 opstate->crtc_y != npstate->crtc_y) { in tidss_atomic_check()
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst144 hw_addr 00:00:00:00:00:00 state inactive opstate detached
151 hw_addr 00:00:00:00:00:00 state inactive opstate detached
224 hw_addr 00:00:00:00:88:88 state inactive opstate detached
233 hw_addr 00:00:00:00:88:88 state active opstate detached
281 hw_addr 00:00:00:00:88:88 state active opstate attached
/linux/drivers/nvme/host/
H A Dfc.c1814 int opstate; in __nvme_fc_abort_op() local
1817 opstate = atomic_xchg(&op->state, FCPOP_STATE_ABORTED); in __nvme_fc_abort_op()
1818 if (opstate != FCPOP_STATE_ACTIVE) in __nvme_fc_abort_op()
1819 atomic_set(&op->state, opstate); in __nvme_fc_abort_op()
1826 if (opstate != FCPOP_STATE_ACTIVE) in __nvme_fc_abort_op()
1853 struct nvme_fc_fcp_op *op, int opstate) in __nvme_fc_fcpop_chk_teardowns() argument
1857 if (opstate == FCPOP_STATE_ABORTED) { in __nvme_fc_fcpop_chk_teardowns()
1908 int opstate; in nvme_fc_fcpio_done() local
1947 opstate = atomic_xchg(&op->state, FCPOP_STATE_COMPLETE); in nvme_fc_fcpio_done()
1952 if (opstate in nvme_fc_fcpio_done()
2642 int ret, opstate; nvme_fc_start_fcp_op() local
[all...]
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c786 enum devlink_port_fn_opstate *opstate, in ice_devlink_port_fn_state_get() argument
799 *opstate = DEVLINK_PORT_FN_OPSTATE_ATTACHED; in ice_devlink_port_fn_state_get()
801 *opstate = DEVLINK_PORT_FN_OPSTATE_DETACHED; in ice_devlink_port_fn_state_get()