Home
last modified time | relevance | path

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

12

/Linux-v5.15/include/net/tc_act/
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-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1258 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1265 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1266 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1267 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1268 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
1269 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()
1270 new_pipe->update_flags.bits.gamut_remap = 1; in dcn20_detect_pipe_changes()
1271 new_pipe->update_flags.bits.scaler = 1; in dcn20_detect_pipe_changes()
1272 new_pipe->update_flags.bits.viewport = 1; in dcn20_detect_pipe_changes()
1273 new_pipe->update_flags.bits.det_size = 1; in dcn20_detect_pipe_changes()
[all …]
/Linux-v5.15/net/sched/
Dact_csum.c101 params_new->update_flags = parm->update_flags; in tcf_csum_init()
385 static int tcf_csum_ipv4(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv4() argument
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()
423 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDPLITE) in tcf_csum_ipv4()
429 if ((update_flags & TCA_CSUM_UPDATE_FLAG_SCTP) && in tcf_csum_ipv4()
435 if (update_flags & TCA_CSUM_UPDATE_FLAG_IPV4HDR) { in tcf_csum_ipv4()
484 static int tcf_csum_ipv6(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv6() argument
[all …]
/Linux-v5.15/drivers/s390/char/
Dcon3270.c52 unsigned long update_flags; /* Update indication bits. */ member
99 cp->update_flags |= CON_UPDATE_STATUS; in con3270_update_status()
163 cp->update_flags |= CON_UPDATE_LIST; in con3270_rebuild_update()
232 if (cp->update_flags & CON_UPDATE_ALL) { in con3270_update()
235 cp->update_flags = CON_UPDATE_ERASE | CON_UPDATE_LIST | in con3270_update()
238 if (cp->update_flags & CON_UPDATE_ERASE) { in con3270_update()
251 if (cp->update_flags & CON_UPDATE_STATUS) in con3270_update()
256 if (cp->update_flags & CON_UPDATE_LIST) { in con3270_update()
281 cp->update_flags &= ~updated; in con3270_update()
282 if (cp->update_flags) in con3270_update()
[all …]
Dtty3270.c75 unsigned long update_flags; /* Update indication bits. */ member
160 tp->update_flags |= TTY_UPDATE_INPUT; in tty3270_update_prompt()
202 tp->update_flags |= TTY_UPDATE_STATUS; in tty3270_update_status()
268 tp->update_flags |= TTY_UPDATE_LIST; in tty3270_rebuild_update()
354 tp->update_flags = TTY_UPDATE_ALL; in tty3270_write_callback()
383 if (tp->update_flags & TTY_UPDATE_ALL) { in tty3270_update()
386 tp->update_flags = TTY_UPDATE_ERASE | TTY_UPDATE_LIST | in tty3270_update()
389 if (tp->update_flags & TTY_UPDATE_ERASE) { in tty3270_update()
402 if (tp->update_flags & TTY_UPDATE_STATUS) in tty3270_update()
410 if (tp->update_flags & TTY_UPDATE_INPUT) in tty3270_update()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1951 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type() local
1958 update_flags->bits.color_space_change = 1; in get_plane_info_update_type()
1963 update_flags->bits.horizontal_mirror_change = 1; in get_plane_info_update_type()
1968 update_flags->bits.rotation_change = 1; in get_plane_info_update_type()
1973 update_flags->bits.pixel_format_change = 1; in get_plane_info_update_type()
1978 update_flags->bits.stereo_format_change = 1; in get_plane_info_update_type()
1983 update_flags->bits.per_pixel_alpha_change = 1; in get_plane_info_update_type()
1988 update_flags->bits.global_alpha_change = 1; in get_plane_info_update_type()
2000 update_flags->bits.dcc_change = 1; in get_plane_info_update_type()
2009 update_flags->bits.bpp_change = 1; in get_plane_info_update_type()
[all …]
/Linux-v5.15/sound/pci/echoaudio/
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()
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()
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-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2490 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
2551 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2606 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2623 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2624 plane_state->update_flags.bits.bpp_change) in dcn10_update_dchubp_dpp()
2627 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2628 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
2629 plane_state->update_flags.bits.global_alpha_change) in dcn10_update_dchubp_dpp()
2632 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2633 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce60/
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-v5.15/include/uapi/linux/tc_act/
Dtc_csum.h30 __u32 update_flags; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_trace.h32 pipe_ctx->update_flags.raw); \
Ddc_stream.h246 union stream_update_flags update_flags; member
/Linux-v5.15/include/trace/events/
Dneigh.h96 __field(u32, update_flags)
137 __entry->update_flags = flags;
153 __entry->update_flags, __entry->pid)
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h385 int update_flags),
386 TP_ARGS(pipe_idx, plane_state, stream, plane_res, update_flags),
417 __field(unsigned int, update_flags)
449 __entry->update_flags = update_flags;
483 __entry->update_flags
/Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c5161 test_bit(BNX2X_Q_UPDATE_IN_VLAN_REM, &params->update_flags); in bnx2x_q_fill_update_data()
5164 &params->update_flags); in bnx2x_q_fill_update_data()
5168 test_bit(BNX2X_Q_UPDATE_OUT_VLAN_REM, &params->update_flags); in bnx2x_q_fill_update_data()
5171 &params->update_flags); in bnx2x_q_fill_update_data()
5177 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF, &params->update_flags); in bnx2x_q_fill_update_data()
5179 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF_CHNG, &params->update_flags); in bnx2x_q_fill_update_data()
5183 test_bit(BNX2X_Q_UPDATE_ACTIVATE, &params->update_flags); in bnx2x_q_fill_update_data()
5185 test_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, &params->update_flags); in bnx2x_q_fill_update_data()
5189 test_bit(BNX2X_Q_UPDATE_DEF_VLAN_EN, &params->update_flags); in bnx2x_q_fill_update_data()
5192 &params->update_flags); in bnx2x_q_fill_update_data()
[all …]
Dbnx2x_sriov.c2363 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2366 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2369 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2892 &update_params->update_flags); in bnx2x_set_vf_vlan()
2894 &update_params->update_flags); in bnx2x_set_vf_vlan()
2901 &update_params->update_flags); in bnx2x_set_vf_vlan()
2903 &update_params->update_flags); in bnx2x_set_vf_vlan()
2909 &update_params->update_flags); in bnx2x_set_vf_vlan()
2911 &update_params->update_flags); in bnx2x_set_vf_vlan()
2982 &update_params->update_flags); in bnx2x_set_vf_spoofchk()
[all …]
/Linux-v5.15/fs/btrfs/
Ddelayed-ref.h60 bool update_flags; member
Ddelayed-ref.c677 if (update->extent_op->update_flags) { in update_existing_head_ref()
680 existing->extent_op->update_flags = true; in update_existing_head_ref()
/Linux-v5.15/arch/powerpc/mm/book3s64/
Dhash_utils.c1643 int rc, ssize, update_flags = 0; in hash_preload() local
1703 update_flags |= HPTE_LOCAL_UPDATE; in hash_preload()
1709 update_flags, ssize); in hash_preload()
1712 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h372 union pipe_update_flags update_flags; member
/Linux-v5.15/drivers/md/
Ddm-cache-metadata.c563 static void update_flags(struct cache_disk_superblock *disk_super, in update_flags() function
626 update_flags(disk_super, mutator); in __begin_transaction_flags()
694 update_flags(disk_super, mutator); in __commit_transaction()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c1927 uint64_t update_flags = flags; in amdgpu_vm_bo_update() local
1933 update_flags &= ~AMDGPU_PTE_READABLE; in amdgpu_vm_bo_update()
1935 update_flags &= ~AMDGPU_PTE_WRITEABLE; in amdgpu_vm_bo_update()
1938 amdgpu_gmc_get_vm_pte(adev, mapping, &update_flags); in amdgpu_vm_bo_update()
1944 mapping->last, update_flags, in amdgpu_vm_bo_update()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2682 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
2683 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change || in dce110_program_front_end_for_pipe()
2684 pipe_ctx->plane_state->update_flags.bits.gamma_change) in dce110_program_front_end_for_pipe()
2687 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()

12