Home
last modified time | relevance | path

Searched refs:update_flags (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.3-rc2/include/net/tc_act/
A Dtc_csum.h10 u32 update_flags; member
32 u32 update_flags; in tcf_csum_update_flags() local
35 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
38 return update_flags; in tcf_csum_update_flags()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c1322 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1343 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1556 if (pipe_ctx->update_flags.bits.mpcc in dcn20_update_dchubp_dpp()
1600 if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->update_flags.bits.opp_changed || in dcn20_update_dchubp_dpp()
1612 if (pipe_ctx->update_flags.bits.enable || pipe_ctx->update_flags.bits.opp_changed in dcn20_update_dchubp_dpp()
1700 if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->stream->update_flags.bits.abm_level) in dcn20_program_pipe()
1726 if (pipe_ctx->update_flags.bits.odm) in dcn20_program_pipe()
1739 …if (pipe_ctx->update_flags.raw || pipe_ctx->plane_state->update_flags.raw || pipe_ctx->stream->upd… in dcn20_program_pipe()
1898 && (pipe->update_flags.raw || (pipe->plane_state && pipe->plane_state->update_flags.raw) in dcn20_program_front_end_for_ctx()
1919 pipe->update_flags.bits.disable && in dcn20_program_front_end_for_ctx()
[all …]
/linux-6.3-rc2/net/sched/
A Dact_csum.c101 params_new->update_flags = parm->update_flags; in tcf_csum_init()
399 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4()
405 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4()
411 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4()
417 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4()
532 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv6()
575 u32 update_flags; in tcf_csum_act() local
588 update_flags = params->update_flags; in tcf_csum_act()
593 if (!tcf_csum_ipv4(skb, update_flags)) in tcf_csum_act()
597 if (!tcf_csum_ipv6(skb, update_flags)) in tcf_csum_act()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dcsum.c11 u32 update_flags, in csum_offload_supported() argument
26 if (update_flags & ~prot_flags) { in csum_offload_supported()
31 update_flags); in csum_offload_supported()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c2310 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type() local
2359 update_flags->bits.dcc_change = 1; in get_plane_info_update_type()
2368 update_flags->bits.bpp_change = 1; in get_plane_info_update_type()
2403 union surface_update_flags *update_flags = &u->surface->update_flags; in get_scaling_info_update_type() local
2443 if (update_flags->bits.clock_change in get_scaling_info_update_type()
2460 union surface_update_flags *update_flags = &u->surface->update_flags; in det_surface_update() local
2463 update_flags->bits.addr_update = 1; in det_surface_update()
2466 update_flags->raw = 0xFFFFFFFF; in det_surface_update()
2510 update_flags->bits.lut_3d = 1; in det_surface_update()
2514 update_flags->bits.hdr_mult = 1; in det_surface_update()
[all …]
/linux-6.3-rc2/sound/pci/echoaudio/
A Dgina20_dsp.c33 static int update_flags(struct echoaudio *chip);
197 static int update_flags(struct echoaudio *chip) in update_flags() function
216 return update_flags(chip); in set_professional_spdif()
A Dmia_dsp.c34 static int update_flags(struct echoaudio *chip);
205 static int update_flags(struct echoaudio *chip) in update_flags() function
225 return update_flags(chip); in set_professional_spdif()
A Dlayla20_dsp.c36 static int update_flags(struct echoaudio *chip);
271 static int update_flags(struct echoaudio *chip) in update_flags() function
290 return update_flags(chip); in set_professional_spdif()
/linux-6.3-rc2/drivers/s390/char/
A Dcon3270.c209 tp->update_flags |= TTY_UPDATE_INPUT; in tty3270_update_prompt()
307 tp->update_flags = TTY_UPDATE_ALL; in tty3270_write_callback()
573 if (tp->update_flags) in tty3270_update()
631 tp->update_flags = TTY_UPDATE_ALL; in tty3270_redraw()
701 tp->update_flags = TTY_UPDATE_ALL; in tty3270_read_tasklet()
786 tp->update_flags = TTY_UPDATE_ALL; in tty3270_activate()
819 tp->update_flags = TTY_UPDATE_ALL; in tty3270_irq()
1006 tp->update_flags = TTY_UPDATE_ALL; in tty3270_resize()
1922 tp->update_flags = TTY_UPDATE_ALL; in tty3270_hangup()
2118 tp->update_flags = TTY_UPDATE_ALL; in con3270_notify()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_hwseq.c1299 phantom_pipe->update_flags.raw = 0; in dcn32_apply_update_flags_for_phantom()
1302 phantom_pipe->update_flags.bits.enable = 1; in dcn32_apply_update_flags_for_phantom()
1303 phantom_pipe->update_flags.bits.mpcc = 1; in dcn32_apply_update_flags_for_phantom()
1304 phantom_pipe->update_flags.bits.dppclk = 1; in dcn32_apply_update_flags_for_phantom()
1306 phantom_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn32_apply_update_flags_for_phantom()
1307 phantom_pipe->update_flags.bits.gamut_remap = 1; in dcn32_apply_update_flags_for_phantom()
1308 phantom_pipe->update_flags.bits.scaler = 1; in dcn32_apply_update_flags_for_phantom()
1309 phantom_pipe->update_flags.bits.viewport = 1; in dcn32_apply_update_flags_for_phantom()
1310 phantom_pipe->update_flags.bits.det_size = 1; in dcn32_apply_update_flags_for_phantom()
1312 phantom_pipe->update_flags.bits.odm = 1; in dcn32_apply_update_flags_for_phantom()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_hw_sequencer.c335 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce60_program_front_end_for_pipe()
336 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change || in dce60_program_front_end_for_pipe()
337 pipe_ctx->plane_state->update_flags.bits.gamma_change) in dce60_program_front_end_for_pipe()
340 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce60_program_front_end_for_pipe()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c2722 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2777 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2794 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2795 plane_state->update_flags.bits.bpp_change) in dcn10_update_dchubp_dpp()
2798 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2803 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2806 plane_state->update_flags.bits.scaling_change || in dcn10_update_dchubp_dpp()
2811 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2812 plane_state->update_flags.bits.scaling_change || in dcn10_update_dchubp_dpp()
2844 plane_state->update_flags.bits.dcc_change || in dcn10_update_dchubp_dpp()
[all …]
/linux-6.3-rc2/include/uapi/linux/tc_act/
A Dtc_csum.h30 __u32 update_flags; member
/linux-6.3-rc2/include/trace/events/
A Dneigh.h96 __field(u32, update_flags)
137 __entry->update_flags = flags;
153 __entry->update_flags, __entry->pid)
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_trace.h32 pipe_ctx->update_flags.raw); \
A Ddc_stream.h292 union stream_update_flags update_flags; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_trace.h387 int update_flags),
388 TP_ARGS(pipe_idx, plane_state, stream, plane_res, update_flags),
419 __field(unsigned int, update_flags)
451 __entry->update_flags = update_flags;
485 __entry->update_flags
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_sp.c5164 &params->update_flags); in bnx2x_q_fill_update_data()
5171 &params->update_flags); in bnx2x_q_fill_update_data()
5192 &params->update_flags); in bnx2x_q_fill_update_data()
5197 &params->update_flags); in bnx2x_q_fill_update_data()
5208 &params->update_flags); in bnx2x_q_fill_update_data()
5558 &update_params->update_flags) && in bnx2x_queue_chk_transition()
5560 &update_params->update_flags)) in bnx2x_queue_chk_transition()
5585 &update_params->update_flags) && in bnx2x_queue_chk_transition()
5587 &update_params->update_flags)) in bnx2x_queue_chk_transition()
5620 &update_params->update_flags) && in bnx2x_queue_chk_transition()
[all …]
A Dbnx2x_sriov.c2376 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2379 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2905 &update_params->update_flags); in bnx2x_set_vf_vlan()
2907 &update_params->update_flags); in bnx2x_set_vf_vlan()
2914 &update_params->update_flags); in bnx2x_set_vf_vlan()
2916 &update_params->update_flags); in bnx2x_set_vf_vlan()
2922 &update_params->update_flags); in bnx2x_set_vf_vlan()
2924 &update_params->update_flags); in bnx2x_set_vf_vlan()
2995 &update_params->update_flags); in bnx2x_set_vf_spoofchk()
2998 &update_params->update_flags); in bnx2x_set_vf_spoofchk()
[all …]
/linux-6.3-rc2/fs/btrfs/
A Ddelayed-ref.h60 bool update_flags; member
A Ddelayed-ref.c695 if (update->extent_op->update_flags) { in update_existing_head_ref()
698 existing->extent_op->update_flags = true; in update_existing_head_ref()
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dhash_utils.c1759 int rc, ssize, update_flags = 0; in hash_preload() local
1811 update_flags |= HPTE_LOCAL_UPDATE; in hash_preload()
1817 update_flags, ssize); in hash_preload()
1820 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h430 union pipe_update_flags update_flags; member
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.c1043 uint64_t update_flags = flags; in amdgpu_vm_bo_update() local
1049 update_flags &= ~AMDGPU_PTE_READABLE; in amdgpu_vm_bo_update()
1051 update_flags &= ~AMDGPU_PTE_WRITEABLE; in amdgpu_vm_bo_update()
1054 amdgpu_gmc_get_vm_pte(adev, mapping, &update_flags); in amdgpu_vm_bo_update()
1060 update_flags, mapping->offset, in amdgpu_vm_bo_update()
/linux-6.3-rc2/drivers/md/
A Ddm-cache-metadata.c568 static void update_flags(struct cache_disk_superblock *disk_super, in update_flags() function
632 update_flags(disk_super, mutator); in __begin_transaction_flags()
700 update_flags(disk_super, mutator); in __commit_transaction()

Completed in 90 milliseconds

12