Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_message.c142 long opstate; in xfs_warn_experimental() member
145 .opstate = XFS_OPSTATE_WARNED_PNFS, in xfs_warn_experimental()
149 .opstate = XFS_OPSTATE_WARNED_SCRUB, in xfs_warn_experimental()
153 .opstate = XFS_OPSTATE_WARNED_SHRINK, in xfs_warn_experimental()
157 .opstate = XFS_OPSTATE_WARNED_LARP, in xfs_warn_experimental()
161 .opstate = XFS_OPSTATE_WARNED_LBS, in xfs_warn_experimental()
165 .opstate = XFS_OPSTATE_WARNED_EXCHRANGE, in xfs_warn_experimental()
169 .opstate = XFS_OPSTATE_WARNED_PPTR, in xfs_warn_experimental()
173 .opstate = XFS_OPSTATE_WARNED_METADIR, in xfs_warn_experimental()
177 .opstate = XFS_OPSTATE_WARNED_ZONED, in xfs_warn_experimental()
[all …]
H A Dxfs_trace.h437 __field(unsigned long, opstate)
445 __entry->opstate = mp->m_opstate;
453 __print_flags(__entry->opstate, "|", XFS_OPSTATE_STRINGS),
/linux-6.15/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-6.15/drivers/gpu/drm/tidss/
H A Dtidss_kms.c50 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-6.15/drivers/media/platform/via/
H A Dvia-camera.c67 enum viacam_opstate opstate; member
321 if (cam->opstate != S_RUNNING) in viacam_next_buffer()
543 cam->opstate = S_RUNNING; in viacam_start_engine()
554 cam->opstate = S_IDLE; in viacam_stop_engine()
616 if (cam->opstate != S_IDLE) { in viacam_vb2_start_streaming()
884 if (cam->opstate != S_IDLE) in viacam_s_fmt_vid_cap()
1019 enum viacam_opstate state = cam->opstate; in viacam_suspend()
1021 if (cam->opstate != S_IDLE) { in viacam_suspend()
1023 cam->opstate = state; /* So resume restarts */ in viacam_suspend()
1051 if (cam->opstate != S_IDLE) { in viacam_resume()
[all …]
/linux-6.15/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-6.15/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dsf.h30 enum devlink_port_fn_opstate *opstate,
H A Ddevlink.c147 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-6.15/net/devlink/
H A Dport.c325 devlink_port_fn_opstate_valid(enum devlink_port_fn_opstate opstate) in devlink_port_fn_opstate_valid() argument
327 return opstate == DEVLINK_PORT_FN_OPSTATE_DETACHED || in devlink_port_fn_opstate_valid()
328 opstate == DEVLINK_PORT_FN_OPSTATE_ATTACHED; in devlink_port_fn_opstate_valid()
336 enum devlink_port_fn_opstate opstate; in devlink_port_fn_state_fill() local
343 err = port->ops->port_fn_state_get(port, &state, &opstate, extack); in devlink_port_fn_state_fill()
354 if (!devlink_port_fn_opstate_valid(opstate)) { in devlink_port_fn_state_fill()
360 nla_put_u8(msg, DEVLINK_PORT_FN_ATTR_OPSTATE, opstate)) in devlink_port_fn_state_fill()
/linux-6.15/drivers/nvme/host/
H A Dfc.c1803 int opstate; in __nvme_fc_abort_op() local
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
1941 if (opstate == FCPOP_STATE_ABORTED) in nvme_fc_fcpio_done()
2029 __nvme_fc_fcpop_chk_teardowns(ctrl, op, opstate); in nvme_fc_fcpio_done()
2036 __nvme_fc_fcpop_chk_teardowns(ctrl, op, opstate); in nvme_fc_fcpio_done()
[all …]
/linux-6.15/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c784 enum devlink_port_fn_opstate *opstate, in ice_devlink_port_fn_state_get() argument
797 *opstate = DEVLINK_PORT_FN_OPSTATE_ATTACHED; in ice_devlink_port_fn_state_get()
799 *opstate = DEVLINK_PORT_FN_OPSTATE_DETACHED; in ice_devlink_port_fn_state_get()
/linux-6.15/drivers/spi/
H A Dspi-qup.c186 u32 opstate = readl_relaxed(controller->base + QUP_STATE); in spi_qup_is_valid_state() local
188 return opstate & QUP_STATE_VALID; in spi_qup_is_valid_state()
/linux-6.15/Documentation/netlink/specs/
H A Ddevlink.yaml60 name: port-fn-opstate
889 name: opstate
891 enum: port-fn-opstate
/linux-6.15/include/net/
H A Ddevlink.h1662 enum devlink_port_fn_opstate *opstate,