Home
last modified time | relevance | path

Searched refs:update_flags (Results 1 – 25 of 38) 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/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1489 new_pipe->update_flags.raw = 0; in dcn20_detect_pipe_changes()
1500 new_pipe->update_flags.bits.disable = 1; in dcn20_detect_pipe_changes()
1507 new_pipe->update_flags.bits.odm = 1; in dcn20_detect_pipe_changes()
1514 new_pipe->update_flags.bits.enable = 1; in dcn20_detect_pipe_changes()
1515 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1516 new_pipe->update_flags.bits.dppclk = 1; in dcn20_detect_pipe_changes()
1517 new_pipe->update_flags.bits.hubp_interdependent = 1; in dcn20_detect_pipe_changes()
1518 new_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn20_detect_pipe_changes()
1519 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1520 new_pipe->update_flags in dcn20_detect_pipe_changes()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1274 pipe_ctx->plane_state->update_flags.bits.addr_update) { in dcn401_calculate_cab_allocation()
2067 if (pipe_ctx->update_flags.bits.enable || in dcn401_reset_hw_ctx_wrap()
2068 pipe_ctx->update_flags.bits.odm || in dcn401_reset_hw_ctx_wrap()
2069 pipe_ctx->stream->update_flags.bits.abm_level) in dcn401_reset_hw_ctx_wrap()
2076 if (pipe_ctx->update_flags.bits.global_sync && !pipe_ctx->top_pipe in dcn401_reset_hw_ctx_wrap()
2080 if (pipe_ctx->update_flags.bits.odm) in dcn401_reset_hw_ctx_wrap()
2083 if (pipe_ctx->update_flags.bits.enable) {
2093 if (pipe_ctx->update_flags.bits.det_size) { in dcn401_calculate_vready_offset_for_group()
2102 if (pipe_ctx->plane_state && (pipe_ctx->update_flags.raw || in dcn401_calculate_vready_offset_for_group()
2103 pipe_ctx->plane_state->update_flags in dcn401_calculate_vready_offset_for_group()
[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/rust/kernel/mm/
H A Dvirt.rs243 unsafe fn update_flags(&self, set: vm_flags_t, unset: vm_flags_t) {
262 unsafe { self.update_flags(flags::MIXEDMAP, 0) }; in set_mixedmap()
276 unsafe { self.update_flags(flags::IO, 0) }; in set_io()
285 unsafe { self.update_flags(flags::DONTEXPAND, 0) }; in set_dontexpand()
295 unsafe { self.update_flags(flags::DONTCOPY, 0) }; in set_dontcopy()
305 unsafe { self.update_flags(flags::DONTDUMP, 0) }; in set_dontdump()
329 unsafe { self.update_flags(0, flags::MAYREAD) }; in try_clear_mayread()
354 unsafe { self.update_flags(0, flags::MAYWRITE) }; in try_clear_maywrite()
379 unsafe { self.update_flags(0, flags::MAYEXEC) }; in try_clear_mayexec()
245 unsafe fn update_flags(&self, set: vm_flags_t, unset: vm_flags_t) { update_flags() method
/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/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/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/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.c2308 uint32_t prev_dsc_changed = context->streams[i]->update_flags.bits.dsc_changed; in dc_commit_state_no_check()
2310 context->streams[i]->update_flags.raw = 0xFFFFFFFF; in dc_commit_state_no_check()
2311 context->streams[i]->update_flags.bits.dsc_changed = prev_dsc_changed; in dc_commit_state_no_check()
2416 context->streams[i]->update_flags.raw = 0x0; in dc_commit_streams()
2764 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type()
2774 update_flags->bits.color_space_change = 1; in get_plane_info_update_type()
2779 update_flags->bits.horizontal_mirror_change = 1; in get_plane_info_update_type()
2784 update_flags->bits.rotation_change = 1; in get_scaling_info_update_type()
2789 update_flags in get_scaling_info_update_type()
2677 union surface_update_flags *update_flags = &u->surface->update_flags; get_plane_info_update_type() local
2785 union surface_update_flags *update_flags = &u->surface->update_flags; get_scaling_info_update_type() local
2842 union surface_update_flags *update_flags = &u->surface->update_flags; det_surface_update() local
3974 check_address_only_update(union surface_update_flags update_flags) check_address_only_update() argument
[all...]
H A Ddc_hw_sequencer.c798 if (dc->hwss.set_flip_control_gsl && current_mpc_pipe->plane_state->update_flags.raw) { in hwss_build_fast_sequence()
804 if (dc->hwss.program_triplebuffer && dc->debug.enable_tri_buf && current_mpc_pipe->plane_state->update_flags.raw) { in hwss_build_fast_sequence()
811 if (dc->hwss.update_plane_addr && current_mpc_pipe->plane_state->update_flags.bits.addr_update) { in hwss_build_fast_sequence()
827 if (hws->funcs.set_input_transfer_func && current_mpc_pipe->plane_state->update_flags.bits.gamma_change) { in hwss_build_fast_sequence()
835 if (dc->hwss.program_gamut_remap && current_mpc_pipe->plane_state->update_flags.bits.gamut_remap_change) { in hwss_build_fast_sequence()
840 if (current_mpc_pipe->plane_state->update_flags.bits.input_csc_change) { in hwss_build_fast_sequence()
845 if (current_mpc_pipe->plane_state->update_flags.bits.coeff_reduction_change) { in hwss_build_fast_sequence()
850 if (current_mpc_pipe->plane_state->update_flags.bits.cm_hist_change) { in hwss_build_fast_sequence()
861 if (hws->funcs.set_output_transfer_func && current_mpc_pipe->stream->update_flags.bits.out_tf) { in hwss_build_fast_sequence()
876 if (current_mpc_pipe->stream->update_flags in hwss_build_fast_sequence()
[all...]
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c320 static void update_flags(int *flags, int flag, bool clear) in parse_retval()
554 update_flags(&spec->prog_flags, BPF_F_STRICT_ALIGNMENT, clear); in parse_test_spec()
556 update_flags(&spec->prog_flags, BPF_F_ANY_ALIGNMENT, clear); in parse_test_spec()
558 update_flags(&spec->prog_flags, BPF_F_TEST_RND_HI32, clear); in parse_test_spec()
560 update_flags(&spec->prog_flags, BPF_F_TEST_STATE_FREQ, clear); in parse_test_spec()
562 update_flags(&spec->prog_flags, BPF_F_SLEEPABLE, clear); in parse_test_spec()
564 update_flags(&spec->prog_flags, BPF_F_XDP_HAS_FRAGS, clear); in parse_test_spec()
566 update_flags(&spec->prog_flags, BPF_F_TEST_REG_INVARIANTS, clear); in parse_test_spec()
571 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.c2942 if (!pipe_ctx->plane_state->update_flags.bits.full_update) { in dcn10_update_mpcc()
3002 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
3057 if (plane_state->update_flags.bits.full_update) { in dcn10_update_dchubp_dpp()
3074 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3075 plane_state->update_flags.bits.bpp_change) in dcn10_update_dchubp_dpp()
3078 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3079 plane_state->update_flags.bits.per_pixel_alpha_change || in dcn10_update_dchubp_dpp()
3080 plane_state->update_flags.bits.global_alpha_change) in dcn10_update_dchubp_dpp()
3083 if (plane_state->update_flags.bits.full_update || in dcn10_update_dchubp_dpp()
3084 plane_state->update_flags 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.c1455 if (pipe->plane_state && pipe->plane_state->update_flags.bits.position_change) { in dcn32_update_phantom_vp_position()
1463 phantom_pipe->plane_state->update_flags.bits.position_change = 1;
1478 phantom_pipe->update_flags.raw = 0; in dcn32_apply_update_flags_for_phantom()
1480 phantom_pipe->update_flags.bits.enable = 1; in dcn32_apply_update_flags_for_phantom()
1481 phantom_pipe->update_flags.bits.mpcc = 1; in dcn32_apply_update_flags_for_phantom()
1482 phantom_pipe->update_flags.bits.dppclk = 1; in dcn32_apply_update_flags_for_phantom()
1483 phantom_pipe->update_flags.bits.hubp_interdependent = 1; in dcn32_apply_update_flags_for_phantom()
1484 phantom_pipe->update_flags.bits.hubp_rq_dlg_ttu = 1; in dcn32_apply_update_flags_for_phantom()
1485 phantom_pipe->update_flags.bits.gamut_remap = 1; in dcn32_apply_update_flags_for_phantom()
1486 phantom_pipe->update_flags 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.c1372 uint64_t update_flags = flags; in amdgpu_vm_bo_update()
1378 update_flags &= ~AMDGPU_PTE_READABLE; in amdgpu_vm_bo_update()
1380 update_flags &= ~AMDGPU_PTE_WRITEABLE; in amdgpu_vm_bo_update()
1384 &update_flags); in amdgpu_vm_bo_update()
1390 mapping->last, update_flags, in amdgpu_vm_bo_update()
1354 uint64_t update_flags = flags; amdgpu_vm_bo_update() local

12