/Linux-v5.10/include/net/tc_act/ |
D | tc_csum.h | 10 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/ |
D | dcn20_hwseq.c | 1228 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/ |
D | act_csum.c | 100 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/ |
D | con3270.c | 51 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 …]
|
D | tty3270.c | 75 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/ |
D | dc.c | 1710 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/ |
D | dcn10_hw_sequencer.c | 2412 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/ |
D | gina20_dsp.c | 33 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()
|
D | mia_dsp.c | 34 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()
|
D | layla20_dsp.c | 36 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/ |
D | dce60_hw_sequencer.c | 335 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/ |
D | tc_csum.h | 30 __u32 update_flags; member
|
/Linux-v5.10/include/trace/events/ |
D | neigh.h | 96 __field(u32, update_flags) 137 __entry->update_flags = flags; 153 __entry->update_flags, __entry->pid)
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 5161 test_bit(BNX2X_Q_UPDATE_IN_VLAN_REM, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5164 ¶ms->update_flags); in bnx2x_q_fill_update_data() 5168 test_bit(BNX2X_Q_UPDATE_OUT_VLAN_REM, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5171 ¶ms->update_flags); in bnx2x_q_fill_update_data() 5177 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5179 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF_CHNG, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5183 test_bit(BNX2X_Q_UPDATE_ACTIVATE, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5185 test_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5189 test_bit(BNX2X_Q_UPDATE_DEF_VLAN_EN, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5192 ¶ms->update_flags); in bnx2x_q_fill_update_data() [all …]
|
D | bnx2x_sriov.c | 2368 &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 …]
|
D | bnx2x_sp.h | 913 unsigned long update_flags; /* BNX2X_Q_UPDATE_XX bits */ member
|
/Linux-v5.10/fs/btrfs/ |
D | delayed-ref.h | 60 bool update_flags; member
|
D | delayed-ref.c | 690 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/ |
D | hash_utils.c | 1576 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/ |
D | core_types.h | 332 union pipe_update_flags update_flags; member
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/ |
D | dc_stream.h | 233 union stream_update_flags update_flags; member
|
D | dc.h | 872 union surface_update_flags update_flags; member
|
/Linux-v5.10/drivers/md/ |
D | dm-cache-metadata.c | 563 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/ |
D | dce110_hw_sequencer.c | 2601 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/ |
D | fw.c | 2406 __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()
|