Home
last modified time | relevance | path

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

12

/linux/net/sched/
H A 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/include/net/tc_act/
H A Dtc_csum.h10 u32 update_flags; member
24 u32 update_flags; in tcf_csum_update_flags() local
27 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
30 return update_flags; in tcf_csum_update_flags()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1484 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1495 new_pipe->update_flags.bits.disable = 1; in dcn20_detect_pipe_changes()
1502 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
1509 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1510 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1511 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1512 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
1513 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()
1514 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1515 new_pipe->update_flags.bits.gamut_remap = 1; in dcn20_detect_pipe_changes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1358 pipe_ctx->plane_state->update_flags.bits.addr_update) { in dcn401_wait_for_dcc_meta_propagation()
2134 if (pipe_ctx->update_flags.bits.enable || in dcn401_program_pipe()
2135 pipe_ctx->update_flags.bits.odm || in dcn401_program_pipe()
2136 pipe_ctx->stream->update_flags.bits.abm_level) in dcn401_program_pipe()
2143 if (pipe_ctx->update_flags.bits.global_sync && !pipe_ctx->top_pipe in dcn401_program_pipe()
2147 if (pipe_ctx->update_flags.bits.odm) in dcn401_program_pipe()
2150 if (pipe_ctx->update_flags.bits.enable) { in dcn401_program_pipe()
2160 if (pipe_ctx->update_flags.bits.det_size) { in dcn401_program_pipe()
2169 if (pipe_ctx->plane_state && (pipe_ctx->update_flags.raw || in dcn401_program_pipe()
2170 pipe_ctx->plane_state->update_flags.raw || in dcn401_program_pipe()
[all …]
/linux/rust/kernel/mm/
H A Dvirt.rs245 unsafe fn update_flags(&self, set: vm_flags_t, unset: vm_flags_t) { in update_flags() method
264 unsafe { self.update_flags(flags::MIXEDMAP, 0) }; in set_mixedmap()
278 unsafe { self.update_flags(flags::IO, 0) }; in set_io()
287 unsafe { self.update_flags(flags::DONTEXPAND, 0) }; in set_dontexpand()
297 unsafe { self.update_flags(flags::DONTCOPY, 0) }; in set_dontcopy()
307 unsafe { self.update_flags(flags::DONTDUMP, 0) }; in set_dontdump()
331 unsafe { self.update_flags(0, flags::MAYREAD) }; in try_clear_mayread()
356 unsafe { self.update_flags(0, flags::MAYWRITE) }; in try_clear_maywrite()
381 unsafe { self.update_flags(0, flags::MAYEXEC) }; in try_clear_mayexec()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H 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/sound/pci/echoaudio/
H A Dgina20_dsp.c18 static int update_flags(struct echoaudio *chip);
182 static int update_flags(struct echoaudio *chip) in update_flags() function
201 return update_flags(chip); in set_professional_spdif()
H A Dmia_dsp.c19 static int update_flags(struct echoaudio *chip);
190 static int update_flags(struct echoaudio *chip) in update_flags() function
210 return update_flags(chip); in set_professional_spdif()
H A Dlayla20_dsp.c21 static int update_flags(struct echoaudio *chip);
256 static int update_flags(struct echoaudio *chip) in update_flags() function
275 return update_flags(chip); in set_professional_spdif()
/linux/drivers/s390/char/
H A Dcon3270.c87 unsigned long update_flags; /* Update indication bits. */ member
210 tp->update_flags |= TTY_UPDATE_INPUT; in tty3270_update_prompt()
308 tp->update_flags = TTY_UPDATE_ALL; in tty3270_write_callback()
490 tp->update_flags &= ~TTY_UPDATE_LINES; in tty3270_update_lines_visible()
518 tp->update_flags &= ~TTY_UPDATE_LINES; in tty3270_update_lines_all()
539 if (tp->update_flags == TTY_UPDATE_ALL) in tty3270_update()
549 if (tp->update_flags & TTY_UPDATE_STATUS) { in tty3270_update()
552 tp->update_flags &= ~TTY_UPDATE_STATUS; in tty3270_update()
558 if (tp->update_flags & TTY_UPDATE_INPUT) { in tty3270_update()
561 tp->update_flags &= ~TTY_UPDATE_INPUT; in tty3270_update()
[all …]
/linux/drivers/hid/
H A Dhid-nvidia-shield.c217 unsigned long update_flags; member
328 if (test_and_clear_bit(THUNDERSTRIKE_FW_VERSION_UPDATE, &ts->update_flags)) { in thunderstrike_hostcmd_req_work_handler()
334 if (test_and_clear_bit(THUNDERSTRIKE_LED_UPDATE, &ts->update_flags)) { in thunderstrike_hostcmd_req_work_handler()
341 if (test_and_clear_bit(THUNDERSTRIKE_POWER_SUPPLY_STATS_UPDATE, &ts->update_flags)) { in thunderstrike_hostcmd_req_work_handler()
351 if (test_and_clear_bit(THUNDERSTRIKE_BOARD_INFO_UPDATE, &ts->update_flags)) { in thunderstrike_hostcmd_req_work_handler()
357 if (test_and_clear_bit(THUNDERSTRIKE_HAPTICS_UPDATE, &ts->update_flags)) { in thunderstrike_hostcmd_req_work_handler()
372 set_bit(THUNDERSTRIKE_FW_VERSION_UPDATE, &ts->update_flags); in thunderstrike_request_firmware_version()
378 set_bit(THUNDERSTRIKE_BOARD_INFO_UPDATE, &ts->update_flags); in thunderstrike_request_board_info()
392 set_bit(THUNDERSTRIKE_HAPTICS_UPDATE, &ts->update_flags); in thunderstrike_update_haptics()
452 set_bit(THUNDERSTRIKE_LED_UPDATE, &ts->update_flags); in thunderstrike_led_set_brightness()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2231 uint32_t prev_dsc_changed = context->streams[i]->update_flags.bits.dsc_changed; in dc_commit_state_no_check()
2233 context->streams[i]->update_flags.raw = 0xFFFFFFFF; in dc_commit_state_no_check()
2234 context->streams[i]->update_flags.bits.dsc_changed = prev_dsc_changed; in dc_commit_state_no_check()
2339 context->streams[i]->update_flags.raw = 0x0; in dc_commit_state_no_check()
2677 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type() local
2687 update_flags->bits.color_space_change = 1; in get_plane_info_update_type()
2692 update_flags->bits.horizontal_mirror_change = 1; in get_plane_info_update_type()
2697 update_flags->bits.rotation_change = 1; in get_plane_info_update_type()
2702 update_flags->bits.pixel_format_change = 1; in get_plane_info_update_type()
2707 update_flags->bits.stereo_format_change = 1; in get_plane_info_update_type()
[all …]
H A Ddc_hw_sequencer.c797 if (dc->hwss.set_flip_control_gsl && current_mpc_pipe->plane_state->update_flags.raw) { in hwss_build_fast_sequence()
803 …gram_triplebuffer && dc->debug.enable_tri_buf && current_mpc_pipe->plane_state->update_flags.raw) { in hwss_build_fast_sequence()
810 … if (dc->hwss.update_plane_addr && current_mpc_pipe->plane_state->update_flags.bits.addr_update) { in hwss_build_fast_sequence()
826 …if (hws->funcs.set_input_transfer_func && current_mpc_pipe->plane_state->update_flags.bits.gamma_c… in hwss_build_fast_sequence()
834 …if (dc->hwss.program_gamut_remap && current_mpc_pipe->plane_state->update_flags.bits.gamut_remap_c… in hwss_build_fast_sequence()
839 if (current_mpc_pipe->plane_state->update_flags.bits.input_csc_change) { in hwss_build_fast_sequence()
844 if (current_mpc_pipe->plane_state->update_flags.bits.coeff_reduction_change) { in hwss_build_fast_sequence()
850 if (hws->funcs.set_output_transfer_func && current_mpc_pipe->stream->update_flags.bits.out_tf) { in hwss_build_fast_sequence()
865 if (current_mpc_pipe->stream->update_flags.bits.out_csc) { in hwss_build_fast_sequence()
923 current_mpc_pipe->plane_state->update_flags.bits.addr_update && in hwss_build_fast_sequence()
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c338 static void update_flags(int *flags, int flag, bool clear) in update_flags()
561 update_flags(&spec->prog_flags, BPF_F_STRICT_ALIGNMENT, clear); in parse_test_spec()
563 update_flags(&spec->prog_flags, BPF_F_ANY_ALIGNMENT, clear); in parse_test_spec()
565 update_flags(&spec->prog_flags, BPF_F_TEST_RND_HI32, clear); in parse_test_spec()
567 update_flags(&spec->prog_flags, BPF_F_TEST_STATE_FREQ, clear); in parse_test_spec()
569 update_flags(&spec->prog_flags, BPF_F_SLEEPABLE, clear); in parse_test_spec()
571 update_flags(&spec->prog_flags, BPF_F_XDP_HAS_FRAGS, clear); in parse_test_spec()
573 update_flags(&spec->prog_flags, BPF_F_TEST_REG_INVARIANTS, clear); in parse_test_spec()
578 update_flags(&spec->prog_flags, flags, clear); in parse_test_spec()
335 static void update_flags(int *flags, int flag, bool clear) update_flags() function
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2934 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
2994 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
3049 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
3066 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3067 plane_state->update_flags.bits.bpp_change) in dcn10_update_dchubp_dpp()
3070 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3071 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
3072 plane_state->update_flags.bits.global_alpha_change) in dcn10_update_dchubp_dpp()
3075 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3076 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
[all …]
/linux/include/trace/events/
H A Dneigh.h96 __field(u32, update_flags)
137 __entry->update_flags = flags;
144 "new_state %s update_flags %02x pid %d",
153 __entry->update_flags, __entry->pid)
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1448 if (pipe->plane_state && pipe->plane_state->update_flags.bits.position_change) { in dcn32_update_phantom_vp_position()
1456 phantom_pipe->plane_state->update_flags.bits.position_change = 1; in dcn32_update_phantom_vp_position()
1471 phantom_pipe->update_flags.raw = 0; in dcn32_apply_update_flags_for_phantom()
1473 phantom_pipe->update_flags.bits.enable = 1; in dcn32_apply_update_flags_for_phantom()
1474 phantom_pipe->update_flags.bits.mpcc = 1; in dcn32_apply_update_flags_for_phantom()
1475 phantom_pipe->update_flags.bits.dppclk = 1; in dcn32_apply_update_flags_for_phantom()
1476 phantom_pipe->update_flags.bits.hubp_interdependent = 1; in dcn32_apply_update_flags_for_phantom()
1477 phantom_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn32_apply_update_flags_for_phantom()
1478 phantom_pipe->update_flags.bits.gamut_remap = 1; in dcn32_apply_update_flags_for_phantom()
1479 phantom_pipe->update_flags.bits.scaler = 1; in dcn32_apply_update_flags_for_phantom()
[all …]
/linux/include/uapi/linux/tc_act/
H A Dtc_csum.h30 __u32 update_flags; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_trace.h32 pipe_ctx->update_flags.raw); \
H A Ddc_stream.h314 union stream_update_flags update_flags; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A 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 …]
H A Dbnx2x_sriov.c2372 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2375 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2378 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching()
2901 &update_params->update_flags); in bnx2x_set_vf_vlan()
2903 &update_params->update_flags); in bnx2x_set_vf_vlan()
2910 &update_params->update_flags); in bnx2x_set_vf_vlan()
2912 &update_params->update_flags); in bnx2x_set_vf_vlan()
2918 &update_params->update_flags); in bnx2x_set_vf_vlan()
2920 &update_params->update_flags); in bnx2x_set_vf_vlan()
2991 &update_params->update_flags); in bnx2x_set_vf_spoofchk()
[all …]
/linux/fs/btrfs/
H A Ddelayed-ref.h115 bool update_flags; member
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c2037 int rc, ssize, update_flags = 0; in hash_preload() local
2089 update_flags |= HPTE_LOCAL_UPDATE; in hash_preload()
2095 update_flags, ssize); in hash_preload()
2098 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c1351 uint64_t update_flags = flags; in amdgpu_vm_bo_update() local
1357 update_flags &= ~AMDGPU_PTE_READABLE; in amdgpu_vm_bo_update()
1359 update_flags &= ~AMDGPU_PTE_WRITEABLE; in amdgpu_vm_bo_update()
1363 &update_flags); in amdgpu_vm_bo_update()
1369 mapping->last, update_flags, in amdgpu_vm_bo_update()

12