| /Linux-v5.4/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.4/net/sched/ |
| D | act_csum.c | 100 params_new->update_flags = parm->update_flags; in tcf_csum_init() 387 static int tcf_csum_ipv4(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv4() argument 401 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4() 407 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4() 413 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4() 419 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4() 425 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDPLITE) in tcf_csum_ipv4() 431 if ((update_flags & TCA_CSUM_UPDATE_FLAG_SCTP) && in tcf_csum_ipv4() 437 if (update_flags & TCA_CSUM_UPDATE_FLAG_IPV4HDR) { in tcf_csum_ipv4() 486 static int tcf_csum_ipv6(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv6() argument [all …]
|
| /Linux-v5.4/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.4/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc.c | 1349 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type() local 1356 update_flags->bits.color_space_change = 1; in get_plane_info_update_type() 1361 update_flags->bits.horizontal_mirror_change = 1; in get_plane_info_update_type() 1366 update_flags->bits.rotation_change = 1; in get_plane_info_update_type() 1371 update_flags->bits.pixel_format_change = 1; in get_plane_info_update_type() 1376 update_flags->bits.stereo_format_change = 1; in get_plane_info_update_type() 1381 update_flags->bits.per_pixel_alpha_change = 1; in get_plane_info_update_type() 1386 update_flags->bits.global_alpha_change = 1; in get_plane_info_update_type() 1391 update_flags->bits.sdr_white_level = 1; in get_plane_info_update_type() 1398 update_flags->bits.dcc_change = 1; in get_plane_info_update_type() [all …]
|
| /Linux-v5.4/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.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_hw_sequencer.c | 2237 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc() 2294 if (plane_state->update_flags.bits.full_update) { in update_dchubp_dpp() 2319 if (plane_state->update_flags.bits.full_update) { in update_dchubp_dpp() 2336 if (plane_state->update_flags.bits.full_update || in update_dchubp_dpp() 2337 plane_state->update_flags.bits.bpp_change) in update_dchubp_dpp() 2340 if (plane_state->update_flags.bits.full_update || in update_dchubp_dpp() 2341 plane_state->update_flags.bits.per_pixel_alpha_change || in update_dchubp_dpp() 2342 plane_state->update_flags.bits.global_alpha_change) in update_dchubp_dpp() 2345 if (plane_state->update_flags.bits.full_update || in update_dchubp_dpp() 2346 plane_state->update_flags.bits.per_pixel_alpha_change || in update_dchubp_dpp() [all …]
|
| /Linux-v5.4/include/uapi/linux/tc_act/ |
| D | tc_csum.h | 30 __u32 update_flags; member
|
| /Linux-v5.4/include/trace/events/ |
| D | neigh.h | 96 __field(u32, update_flags) 137 __entry->update_flags = flags; 153 __entry->update_flags, __entry->pid)
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sp.c | 5159 test_bit(BNX2X_Q_UPDATE_IN_VLAN_REM, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5162 ¶ms->update_flags); in bnx2x_q_fill_update_data() 5166 test_bit(BNX2X_Q_UPDATE_OUT_VLAN_REM, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5169 ¶ms->update_flags); in bnx2x_q_fill_update_data() 5175 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5177 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF_CHNG, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5181 test_bit(BNX2X_Q_UPDATE_ACTIVATE, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5183 test_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5187 test_bit(BNX2X_Q_UPDATE_DEF_VLAN_EN, ¶ms->update_flags); in bnx2x_q_fill_update_data() 5190 ¶ms->update_flags); in bnx2x_q_fill_update_data() [all …]
|
| D | bnx2x_sriov.c | 2389 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching() 2392 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching() 2395 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching() 2912 &update_params->update_flags); in bnx2x_set_vf_vlan() 2914 &update_params->update_flags); in bnx2x_set_vf_vlan() 2921 &update_params->update_flags); in bnx2x_set_vf_vlan() 2923 &update_params->update_flags); in bnx2x_set_vf_vlan() 2929 &update_params->update_flags); in bnx2x_set_vf_vlan() 2931 &update_params->update_flags); in bnx2x_set_vf_vlan() 3002 &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.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_hwseq.c | 1007 pipe_ctx->plane_state->update_flags.bits.full_update = in dcn20_program_pipe() 1008 …context->commit_hints.full_update_needed ? 1 : pipe_ctx->plane_state->update_flags.bits.full_updat… in dcn20_program_pipe() 1010 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dcn20_program_pipe() 1017 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dcn20_program_pipe() 1018 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change || in dcn20_program_pipe() 1019 pipe_ctx->plane_state->update_flags.bits.gamma_change) in dcn20_program_pipe() 1028 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dcn20_program_pipe() 1162 top_pipe_to_program->plane_state->update_flags.bits.full_update; in dcn20_apply_ctx_for_surface() 1755 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn20_update_mpcc()
|
| /Linux-v5.4/fs/btrfs/ |
| D | delayed-ref.h | 60 bool update_flags; member
|
| D | delayed-ref.c | 691 if (update->extent_op->update_flags) { in update_existing_head_ref() 694 existing->extent_op->update_flags = true; in update_existing_head_ref()
|
| D | extent-tree.c | 256 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info() 1537 if (extent_op->update_flags) { in __run_delayed_extent_op() 1662 BUG_ON(!extent_op || !extent_op->update_flags); in run_delayed_tree_ref() 2230 extent_op->update_flags = true; in btrfs_set_disk_extent_flags() 4530 extent_op->update_flags = true; in btrfs_alloc_tree_block()
|
| /Linux-v5.4/arch/powerpc/mm/book3s64/ |
| D | hash_utils.c | 1521 int rc, ssize, update_flags = 0; in hash_preload() local 1570 update_flags |= HPTE_LOCAL_UPDATE; in hash_preload() 1576 update_flags, ssize); in hash_preload() 1579 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ |
| D | core_types.h | 312 union pipe_update_flags update_flags; member
|
| /Linux-v5.4/drivers/md/ |
| D | dm-cache-metadata.c | 559 static void update_flags(struct cache_disk_superblock *disk_super, in update_flags() function 622 update_flags(disk_super, mutator); in __begin_transaction_flags() 690 update_flags(disk_super, mutator); in __commit_transaction()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/ |
| D | dce110_hw_sequencer.c | 2530 if (pipe_ctx->plane_state->update_flags.bits.full_update || in dce110_program_front_end_for_pipe() 2531 pipe_ctx->plane_state->update_flags.bits.in_transfer_func_change || in dce110_program_front_end_for_pipe() 2532 pipe_ctx->plane_state->update_flags.bits.gamma_change) in dce110_program_front_end_for_pipe() 2535 if (pipe_ctx->plane_state->update_flags.bits.full_update) in dce110_program_front_end_for_pipe()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/ |
| D | dc.h | 759 union surface_update_flags update_flags; member
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.c | 2583 u32 update_flags, in csum_offload_supported() argument 2598 if (update_flags & ~prot_flags) { in csum_offload_supported() 2603 update_flags); in csum_offload_supported()
|