Home
last modified time | relevance | path

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

12

/Linux-v5.10/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.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1228 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1235 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1236 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1237 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1238 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
1239 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()
1240 new_pipe->update_flags.bits.gamut_remap = 1; in dcn20_detect_pipe_changes()
1241 new_pipe->update_flags.bits.scaler = 1; in dcn20_detect_pipe_changes()
1242 new_pipe->update_flags.bits.viewport = 1; in dcn20_detect_pipe_changes()
1244 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
[all …]
/Linux-v5.10/net/sched/
Dact_csum.c100 params_new->update_flags = parm->update_flags; in tcf_csum_init()
384 static int tcf_csum_ipv4(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv4() argument
398 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4()
404 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4()
410 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4()
416 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4()
422 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDPLITE) in tcf_csum_ipv4()
428 if ((update_flags & TCA_CSUM_UPDATE_FLAG_SCTP) && in tcf_csum_ipv4()
434 if (update_flags & TCA_CSUM_UPDATE_FLAG_IPV4HDR) { in tcf_csum_ipv4()
483 static int tcf_csum_ipv6(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv6() argument
[all …]
/Linux-v5.10/drivers/s390/char/
Dcon3270.c51 unsigned long update_flags; /* Update indication bits. */ member
98 cp->update_flags |= CON_UPDATE_STATUS; in con3270_update_status()
162 cp->update_flags |= CON_UPDATE_LIST; in con3270_rebuild_update()
231 if (cp->update_flags & CON_UPDATE_ALL) { in con3270_update()
234 cp->update_flags = CON_UPDATE_ERASE | CON_UPDATE_LIST | in con3270_update()
237 if (cp->update_flags & CON_UPDATE_ERASE) { in con3270_update()
250 if (cp->update_flags & CON_UPDATE_STATUS) in con3270_update()
255 if (cp->update_flags & CON_UPDATE_LIST) { in con3270_update()
280 cp->update_flags &= ~updated; in con3270_update()
281 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.10/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1710 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type() local
1717 update_flags->bits.color_space_change = 1; in get_plane_info_update_type()
1722 update_flags->bits.horizontal_mirror_change = 1; in get_plane_info_update_type()
1727 update_flags->bits.rotation_change = 1; in get_plane_info_update_type()
1732 update_flags->bits.pixel_format_change = 1; in get_plane_info_update_type()
1737 update_flags->bits.stereo_format_change = 1; in get_plane_info_update_type()
1742 update_flags->bits.per_pixel_alpha_change = 1; in get_plane_info_update_type()
1747 update_flags->bits.global_alpha_change = 1; in get_plane_info_update_type()
1754 update_flags->bits.dcc_change = 1; in get_plane_info_update_type()
1763 update_flags->bits.bpp_change = 1; in get_plane_info_update_type()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2412 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
2471 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2526 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
2543 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2544 plane_state->update_flags.bits.bpp_change) in dcn10_update_dchubp_dpp()
2547 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2548 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
2549 plane_state->update_flags.bits.global_alpha_change) in dcn10_update_dchubp_dpp()
2552 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
2553 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
[all …]
/Linux-v5.10/sound/pci/echoaudio/
Dgina20_dsp.c33 static int update_flags(struct echoaudio *chip);
195 static int update_flags(struct echoaudio *chip) in update_flags() function
214 return update_flags(chip); in set_professional_spdif()
Dmia_dsp.c34 static int update_flags(struct echoaudio *chip);
203 static int update_flags(struct echoaudio *chip) in update_flags() function
223 return update_flags(chip); in set_professional_spdif()
Dlayla20_dsp.c36 static int update_flags(struct echoaudio *chip);
269 static int update_flags(struct echoaudio *chip) in update_flags() function
288 return update_flags(chip); in set_professional_spdif()
/Linux-v5.10/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.10/include/uapi/linux/tc_act/
Dtc_csum.h30 __u32 update_flags; member
/Linux-v5.10/include/trace/events/
Dneigh.h96 __field(u32, update_flags)
137 __entry->update_flags = flags;
153 __entry->update_flags, __entry->pid)
/Linux-v5.10/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.c2368 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2371 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2374 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2897 &update_params->update_flags); in bnx2x_set_vf_vlan()
2899 &update_params->update_flags); in bnx2x_set_vf_vlan()
2906 &update_params->update_flags); in bnx2x_set_vf_vlan()
2908 &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()
2987 &update_params->update_flags); in bnx2x_set_vf_spoofchk()
[all …]
Dbnx2x_sp.h913 unsigned long update_flags; /* BNX2X_Q_UPDATE_XX bits */ member
/Linux-v5.10/fs/btrfs/
Ddelayed-ref.h60 bool update_flags; member
Ddelayed-ref.c690 if (update->extent_op->update_flags) { in update_existing_head_ref()
693 existing->extent_op->update_flags = true; in update_existing_head_ref()
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c1576 int rc, ssize, update_flags = 0; in hash_preload() local
1636 update_flags |= HPTE_LOCAL_UPDATE; in hash_preload()
1642 update_flags, ssize); in hash_preload()
1645 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h332 union pipe_update_flags update_flags; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h233 union stream_update_flags update_flags; member
Ddc.h872 union surface_update_flags update_flags; member
/Linux-v5.10/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.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2601 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe()
2602 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change || in dce110_program_front_end_for_pipe()
2603 pipe_ctx->plane_state->update_flags.bits.gamma_change) in dce110_program_front_end_for_pipe()
2606 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Dfw.c2406 __be32 update_flags; member
2517 config_dev.update_flags = cpu_to_be32(MLX4_VXLAN_UDP_DPORT); in mlx4_config_vxlan_port()
2530 config_dev.update_flags = cpu_to_be32(MLX4_DISABLE_RX_PORT); in mlx4_disable_rx_port_check()
2543 config_dev.update_flags = cpu_to_be32(MLX4_ROCE_V2_UDP_DPORT); in mlx4_config_roce_v2_port()

12