Searched refs:opstate (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/edac/ |
H A D | edac_module.c | 50 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 D | tidss_kms.c | 50 struct drm_plane_state *opstate; in tidss_atomic_check() local 71 for_each_oldnew_plane_in_state(state, plane, opstate, npstate, i) { in tidss_atomic_check() 75 if (!opstate->crtc || opstate->crtc_x != npstate->crtc_x || in tidss_atomic_check() 76 opstate->crtc_y != npstate->crtc_y) { in tidss_atomic_check()
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | switchdev.rst | 144 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/net/ethernet/mellanox/mlx5/core/sf/ |
H A D | sf.h | 30 enum devlink_port_fn_opstate *opstate,
|
H A D | devlink.c | 147 enum devlink_port_fn_opstate *opstate, in mlx5_devlink_sf_port_fn_state_get() argument 156 *opstate = mlx5_sf_to_devlink_opstate(sf->hw_state); in mlx5_devlink_sf_port_fn_state_get()
|
/linux/drivers/nvme/host/ |
H A D | fc.c | 1803 int opstate; in __nvme_fc_abort_op() local 1806 opstate = atomic_xchg(&op->state, FCPOP_STATE_ABORTED); in __nvme_fc_abort_op() 1807 if (opstate != FCPOP_STATE_ACTIVE) in __nvme_fc_abort_op() 1808 atomic_set(&op->state, opstate); in __nvme_fc_abort_op() 1815 if (opstate != FCPOP_STATE_ACTIVE) in __nvme_fc_abort_op() 1842 struct nvme_fc_fcp_op *op, int opstate) in __nvme_fc_fcpop_chk_teardowns() argument 1846 if (opstate == FCPOP_STATE_ABORTED) { in __nvme_fc_fcpop_chk_teardowns() 1897 int opstate; in nvme_fc_fcpio_done() local 1936 opstate = atomic_xchg(&op->state, FCPOP_STATE_COMPLETE); in nvme_fc_fcpio_done() 1941 if (opstate == FCPOP_STATE_ABORTED) in nvme_fc_fcpio_done() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 290 __field(unsigned long, opstate) 298 __entry->opstate = mp->m_opstate; 306 __print_flags(__entry->opstate, "|", XFS_OPSTATE_STRINGS),
|