Home
last modified time | relevance | path

Searched refs:upd (Results 1 – 25 of 29) sorted by relevance

12

/linux/tools/testing/selftests/rcutorture/bin/
A Dconfiginit.sh28 grep '^grep' < $T/u.sh > $T/upd.sh
29 echo "cat - $c" >> $T/upd.sh
36 sh $T/upd.sh < .config.sav > .config
/linux/io_uring/
A Dpoll.c922 struct io_poll_update *upd = io_kiocb_to_cmd(req, struct io_poll_update); in io_poll_remove_prep() local
935 upd->old_user_data = READ_ONCE(sqe->addr); in io_poll_remove_prep()
936 upd->update_events = flags & IORING_POLL_UPDATE_EVENTS; in io_poll_remove_prep()
937 upd->update_user_data = flags & IORING_POLL_UPDATE_USER_DATA; in io_poll_remove_prep()
939 upd->new_user_data = READ_ONCE(sqe->off); in io_poll_remove_prep()
940 if (!upd->update_user_data && upd->new_user_data) in io_poll_remove_prep()
942 if (upd->update_events) in io_poll_remove_prep()
943 upd->events = io_poll_parse_events(sqe, flags); in io_poll_remove_prep()
/linux/drivers/mtd/ubi/
A DMakefile4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
/linux/drivers/net/wireless/microchip/wilc1000/
A Dcfg80211.h23 struct mgmt_frame_regs *upd);
A Dcfg80211.c1275 struct mgmt_frame_regs *upd) in wilc_update_mgmt_frame_registrations() argument
1285 bool now = upd->interface_stypes & presp_bit; in wilc_update_mgmt_frame_registrations()
1291 now = upd->interface_stypes & action_bit; in wilc_update_mgmt_frame_registrations()
1297 now = upd->interface_stypes & pauth_bit; in wilc_update_mgmt_frame_registrations()
1303 upd->interface_stypes & (presp_bit | action_bit | pauth_bit); in wilc_update_mgmt_frame_registrations()
/linux/drivers/clk/axs10x/
A Dpll_clock.c122 static inline u32 axs10x_encode_div(unsigned int id, int upd) in axs10x_encode_div() argument
130 PLL_REG_SET_NOUPD(div, upd == 0 ? 1 : 0); in axs10x_encode_div()
/linux/drivers/net/wireless/realtek/rtw89/
A Dchan.c2078 struct rtw89_mcc_role *upd) in __mcc_fw_upd_macid_bitmap() argument
2084 upd->rtwvif->mac_id, in __mcc_fw_upd_macid_bitmap()
2085 upd->macid_bitmap); in __mcc_fw_upd_macid_bitmap()
2097 struct rtw89_mcc_role *upd) in __mrc_fw_upd_macid_bitmap() argument
2102 u32 new = rtw89_mcc_role_fw_macid_bitmap_to_u32(upd); in __mrc_fw_upd_macid_bitmap()
2109 arg.macid = upd->rtwvif->mac_id; in __mrc_fw_upd_macid_bitmap()
2146 struct rtw89_mcc_role upd = { in rtw89_mcc_upd_map_iterator() local
2154 rtw89_mcc_fill_role_macid_bitmap(rtwdev, &upd); in rtw89_mcc_upd_map_iterator()
2155 if (memcmp(mcc_role->macid_bitmap, upd.macid_bitmap, in rtw89_mcc_upd_map_iterator()
2162 ret = __mcc_fw_upd_macid_bitmap(rtwdev, &upd); in rtw89_mcc_upd_map_iterator()
[all …]
/linux/net/wireless/
A Dmlme.c592 struct mgmt_frame_regs upd = {}; in cfg80211_mgmt_registrations_update() local
611 upd.global_stypes |= mask; in cfg80211_mgmt_registrations_update()
612 upd.global_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
615 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update()
616 upd.interface_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
625 rdev_update_mgmt_frame_registrations(rdev, wdev, &upd); in cfg80211_mgmt_registrations_update()
A Drdev-ops.h846 struct mgmt_frame_regs *upd) in rdev_update_mgmt_frame_registrations() argument
850 trace_rdev_update_mgmt_frame_registrations(&rdev->wiphy, wdev, upd); in rdev_update_mgmt_frame_registrations()
853 upd); in rdev_update_mgmt_frame_registrations()
A Dtrace.h1785 struct mgmt_frame_regs *upd),
1786 TP_ARGS(wiphy, wdev, upd),
1796 __entry->global_stypes = upd->global_stypes;
1797 __entry->interface_stypes = upd->interface_stypes;
/linux/drivers/gpu/drm/xe/
A Dxe_pt.c307 struct xe_pt_update *upd = &wupd->updates[parent->level]; in xe_pt_new_shared() local
317 if (likely(upd->parent == parent)) in xe_pt_new_shared()
320 upd->parent = parent; in xe_pt_new_shared()
321 upd->preexisting = true; in xe_pt_new_shared()
327 upd->update = entry; in xe_pt_new_shared()
355 struct xe_pt_update *upd = &xe_walk->wupd.updates[parent->level]; in xe_pt_insert_entry() local
374 if (likely(!upd->preexisting)) { in xe_pt_insert_entry()
386 struct xe_vm_pgtable_update *entry = upd->update; in xe_pt_insert_entry()
/linux/drivers/crypto/nx/
A Dnx-common-pseries.c853 struct of_reconfig_data *upd = data; in nx842_OF_notifier() local
864 !strcmp(upd->dn->name, node->name)) { in nx842_OF_notifier()
866 nx842_OF_upd(upd->prop); in nx842_OF_notifier()
/linux/net/sched/
A Dsch_cake.c576 bool rev = !skb->_nfct, upd = false; in cake_update_flowkeys() local
588 upd = true; in cake_update_flowkeys()
593 upd = true; in cake_update_flowkeys()
602 upd = true; in cake_update_flowkeys()
607 upd = true; in cake_update_flowkeys()
610 return upd; in cake_update_flowkeys()
/linux/net/mac80211/
A Dcfg.c4122 struct mgmt_frame_regs *upd) in ieee80211_update_mgmt_frame_registrations() argument
4131 (local->probe_req_reg != !!(upd->global_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
4133 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
4134 local->probe_req_reg = upd->global_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
4135 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
4138 !!(upd->interface_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
4140 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
4141 sdata->vif.probe_req_reg = upd->interface_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
4143 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
/linux/drivers/net/wireless/quantenna/qtnfmac/
A Dcfg80211.c395 struct mgmt_frame_regs *upd) in qtnf_update_mgmt_frame_registrations() argument
398 u16 new_mask = upd->interface_stypes; in qtnf_update_mgmt_frame_registrations()
/linux/Documentation/networking/
A Dxfrm_sync.rst17 We already have the ability to generate SA add/del/upd events.
/linux/drivers/net/wireless/ath/ath10k/
A Dhw.h365 struct ath10k_hw_ce_ctrl1_upd *upd; member
A Dhw.c335 .upd = &wcn3990_ctrl1_upd,
A Dce.c1955 value |= ar->hw_ce_regs->upd->mask; in ath10k_ce_alloc_rri()
/linux/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.c239 ice_set_key(u8 *key, u16 size, u8 *val, u8 *upd, u8 *dc, u8 *nm, u16 off, in ice_set_key() argument
262 if (ice_gen_key_word(val[i], upd ? upd[i] : 0xff, in ice_set_key()
/linux/drivers/scsi/lpfc/
A Dlpfc_hw.h3030 uint32_t upd:1; member
3039 uint32_t upd:1;
A Dlpfc_mbox.c946 mb->un.varRegVpi.upd = 1; in lpfc_reg_vpi()
/linux/lib/
A Dtest_bpf.c1897 u64 mem, upd, res; in __bpf_fill_atomic_reg_pairs() local
1907 upd = 0xfedcba9876543210ULL; in __bpf_fill_atomic_reg_pairs()
1910 upd = 0x76543210U; in __bpf_fill_atomic_reg_pairs()
1916 res = upd; in __bpf_fill_atomic_reg_pairs()
1922 __bpf_alu_result(&res, mem, upd, BPF_OP(op)); in __bpf_fill_atomic_reg_pairs()
1936 i += __bpf_ld_imm64(&insn[i], rs, upd); in __bpf_fill_atomic_reg_pairs()
1970 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs()
1974 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs()
/linux/drivers/net/wireless/ath/ath6kl/
A Dcfg80211.c3255 struct mgmt_frame_regs *upd) in ath6kl_update_mgmt_frame_registrations() argument
3265 upd->interface_stypes & BIT(IEEE80211_STYPE_PROBE_REQ >> 4); in ath6kl_update_mgmt_frame_registrations()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dcfg80211.c284 struct mgmt_frame_regs *upd) in mwifiex_cfg80211_update_mgmt_frame_registrations() argument
287 u32 mask = upd->interface_stypes; in mwifiex_cfg80211_update_mgmt_frame_registrations()

Completed in 138 milliseconds

12