/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 269 ## void sha512_transform_ssse3(struct sha512_state *state, const u8 *data, 271 # (struct sha512_state is assumed to begin with u64 state[8]) 272 # Purpose: Updates the SHA512 digest stored at "state" with the message 298 # Load state variables
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 981 set_bit(__IXGBE_RX_CSUM_UDP_ZERO_ERR, &ring->state); in ixgbe_alloc_q_vector() 989 set_bit(__IXGBE_RX_FCOE, &ring->state); in ixgbe_alloc_q_vector() 1257 set_bit(__IXGBE_DOWN, &adapter->state); in ixgbe_init_interrupt_scheme()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | qp.c | 453 if (ib_rvt_state_ops[qp->state] & RVT_PROCESS_RECV_OK) { in iowait_sleep() 508 * a QP in the error state and cannot in iowait_sdma_drained() 621 qp->state, in qp_iter_print() 765 /* Clear any OPFN state */ in notify_qp_reset() 892 !(ib_rvt_state_ops[qp->state] & RVT_POST_SEND_OK)) in hfi1_qp_iter_cb() 911 * hfi1_error_port_qps - put a port's RC/UC qps into error state 916 * state. It is generally called to force upper lay apps to abandon stale qps
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | wow.c | 832 switch (ar->state) { in ath11k_wow_op_resume() 834 ar->state = ATH11K_STATE_RESTARTING; in ath11k_wow_op_resume() 842 ath11k_warn(ar->ab, "encountered unexpected device state %d on resume, cannot recover\n", in ath11k_wow_op_resume() 843 ar->state); in ath11k_wow_op_resume()
|
/kernel/linux/linux-6.6/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 137 dev->state = (dev->state & ~IPVLAN_STATE_MASK) | in ipvlan_init() 138 (phy_dev->state & IPVLAN_STATE_MASK); in ipvlan_init()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov2685.c | 401 struct v4l2_subdev_state *state, unsigned int pad, in __ov2685_get_pad_crop() 408 return v4l2_subdev_get_try_crop(&ov2685->subdev, state, pad); in __ov2685_get_pad_crop() 558 try_fmt = v4l2_subdev_get_try_format(sd, fh->state, 0); in ov2685_open() 400 __ov2685_get_pad_crop(struct ov2685 *ov2685, struct v4l2_subdev_state *state, unsigned int pad, enum v4l2_subdev_format_whence which) __ov2685_get_pad_crop() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_core.c | 704 if (!test_bit(MT76_STATE_PM, &mphy->state)) in mt792x_mcu_drv_pmctrl() 771 clear_bit(MT76_STATE_PM, &mphy->state); in mt792xe_mcu_drv_pmctrl() 796 clear_bit(MT76_STATE_PM, &mphy->state); in mt792xe_mcu_fw_pmctrl()
|
H A D | tx.c | 489 if (test_bit(MT76_RESET, &phy->state)) in mt76_txq_send_burst() 533 if (test_bit(MT76_RESET, &phy->state)) in mt76_txq_schedule_list() 665 if (!test_bit(MT76_STATE_RUNNING, &phy->state)) in mt76_wake_tx_queue()
|
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
H A D | pinctrl-ssbi-mpp.c | 496 bool state; in pm8xxx_mpp_get() local 506 ret = irq_get_irqchip_state(irq, IRQCHIP_STATE_LINE_LEVEL, &state); in pm8xxx_mpp_get() 508 ret = !!state; in pm8xxx_mpp_get()
|
H A D | pinctrl-ssbi-gpio.c | 492 bool state; in pm8xxx_gpio_get() local 500 &state); in pm8xxx_gpio_get() 502 ret = !!state; in pm8xxx_gpio_get()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | pciehp_hpc.c | 734 ctrl->state == ON_STATE) { in pciehp_ist() 875 if (ctrl->state != ON_STATE) in pciehp_slot_reset() 891 * disable link state notification and presence detection change notification 1011 ctrl->state = list_empty(&subordinate->devices) ? OFF_STATE : ON_STATE; in pcie_init()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | fault.c | 904 * from the XSAVE state. This function captures the pkey from in bad_area_access_error() 1511 irqentry_state_t state; in DEFINE_IDTENTRY_RAW_ERRORCODE() local 1549 state = irqentry_enter(regs); in DEFINE_IDTENTRY_RAW_ERRORCODE() 1555 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW_ERRORCODE()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | traps.c | 233 * state to what it was at the exception site. in handle_bug() 251 irqentry_state_t state; in DEFINE_IDTENTRY_RAW() local 261 state = irqentry_enter(regs); in DEFINE_IDTENTRY_RAW() 265 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW() 337 * the register state wrong on entry, so returning could be a bad idea. 915 * about restoring all the debug state, and ptrace doesn't have to 1138 * Synchronize the FPU register state to the memory register state in math_error() 1338 * NMIs/Machine-checks/Interrupts will be in a disabled state in DEFINE_IDTENTRY()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-core.c | 344 if (test_bit(GD_DEAD, &disk->state)) in __bio_queue_enter() 361 test_bit(GD_DEAD, &disk->state)); in __bio_queue_enter() 362 if (test_bit(GD_DEAD, &disk->state)) in __bio_queue_enter() 1015 * If the drivers want to export their busy state, they must set own
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_cursor.c | 619 to_intel_plane_state(plane->base.state); in intel_legacy_cursor_update() 622 to_intel_crtc_state(crtc->base.state); in intel_legacy_cursor_update() 644 * overridden by a previous synchronous update's state. in intel_legacy_cursor_update() 701 /* Swap plane state */ in intel_legacy_cursor_update() 702 plane->base.state = &new_plane_state->uapi; in intel_legacy_cursor_update() 707 * destroy the old state, we will cause a use-after-free there. in intel_legacy_cursor_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | chipone-icn6211.c | 347 struct drm_atomic_state *state = old_bridge_state->base.state; in chipone_atomic_enable() local 368 /* Get the DPI flags from the bridge state. */ in chipone_atomic_enable() 369 bridge_state = drm_atomic_get_new_bridge_state(state, bridge); in chipone_atomic_enable()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | iw_cxgb4.h | 380 u32 state:1; member 457 u32 state; member 846 enum c4iw_ep_state state; member
|
H A D | mem.c | 381 mhp->attr.state = 1; in finish_mem_reg() 651 mhp->attr.state = 0; in c4iw_alloc_mr() 737 mhp->attr.state = 0; in c4iw_invalidate_mr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_kms.c | 501 struct drm_atomic_state *state) in rcar_du_atomic_check() 506 ret = drm_atomic_helper_check(dev, state); in rcar_du_atomic_check() 513 return rcar_du_atomic_check_planes(dev, state); in rcar_du_atomic_check() 500 rcar_du_atomic_check(struct drm_device *dev, struct drm_atomic_state *state) rcar_du_atomic_check() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_shader.c | 76 enum vmw_cmdbuf_res_state state); 351 * @state: Indicating whether a creation or removal has been committed. 355 enum vmw_cmdbuf_res_state state) in vmw_dx_shader_commit_notify() 360 if (state == VMW_CMDBUF_RES_ADD) { in vmw_dx_shader_commit_notify() 354 vmw_dx_shader_commit_notify(struct vmw_resource *res, enum vmw_cmdbuf_res_state state) vmw_dx_shader_commit_notify() argument
|
/kernel/linux/linux-6.6/drivers/iio/frequency/ |
H A D | ad9523.c | 515 bool state; in ad9523_store() local 518 ret = kstrtobool(buf, &state); in ad9523_store() 522 if (!state) in ad9523_store()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 67 /* join state that allows creating mcg with sendonly member request */ 332 attr.state != IB_PORT_ACTIVE) { in ipoib_mcast_carrier_on_task() 566 if (port_attr.state != IB_PORT_ACTIVE) { in ipoib_mcast_join_task() 567 ipoib_dbg(priv, "port state is not ACTIVE (state = %d) suspending join task\n", in ipoib_mcast_join_task() 568 port_attr.state); in ipoib_mcast_join_task()
|
/kernel/linux/linux-6.6/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 635 static void return_buffers(struct vb2_queue *q, int state) in return_buffers() argument 644 vb2_buffer_done(&buf->vb.vb2_buf, state); in return_buffers() 649 vb2_buffer_done(&buf->vb.vb2_buf, state); in return_buffers()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/riscv/ |
H A D | get-reg-list.c | 272 case KVM_REG_RISCV_TIMER_REG(state): in timer_id_to_str() 273 return "KVM_REG_RISCV_TIMER_REG(state)"; in timer_id_to_str() 538 KVM_REG_RISCV | KVM_REG_SIZE_U64 | KVM_REG_RISCV_TIMER | KVM_REG_RISCV_TIMER_REG(state), 554 * - KVM_REG_RISCV_TIMER_REG(state): set would fail if it was not initialized properly. 557 KVM_REG_RISCV | KVM_REG_SIZE_U64 | KVM_REG_RISCV_TIMER | KVM_REG_RISCV_TIMER_REG(state),
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | key.c | 204 * returned in an uninstantiated state and the caller needs to instantiate the 408 * Change the key state to being instantiated. 412 /* Commit the payload before setting the state; barrier versus in mark_key_instantiated() 415 smp_store_release(&key->state, in mark_key_instantiated() 442 if (key->state == KEY_IS_UNINSTANTIATED) { in __key_instantiate_and_link() 488 * Instantiate a key that's in the uninstantiated state using the provided data 559 * Negatively instantiate a key that's in the uninstantiated state and, if 602 if (key->state == KEY_IS_UNINSTANTIATED) { in key_reject_and_link() 1257 * Initialise the key management state.
|