Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/rcutorture/bin/
A Dconfiginit.sh29 grep '^grep' < $T/u.sh > $T/upd.sh
30 echo "cat - $c" >> $T/upd.sh
37 sh $T/upd.sh < .config.sav > .config
/linux/net/wireless/
A Dmlme.c451 struct mgmt_frame_regs upd = {}; in cfg80211_mgmt_registrations_update() local
470 upd.global_stypes |= mask; in cfg80211_mgmt_registrations_update()
471 upd.global_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
474 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update()
475 upd.interface_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
484 rdev_update_mgmt_frame_registrations(rdev, wdev, &upd); in cfg80211_mgmt_registrations_update()
A Drdev-ops.h827 struct mgmt_frame_regs *upd) in rdev_update_mgmt_frame_registrations() argument
831 trace_rdev_update_mgmt_frame_registrations(&rdev->wiphy, wdev, upd); in rdev_update_mgmt_frame_registrations()
834 upd); in rdev_update_mgmt_frame_registrations()
A Dtrace.h1640 struct mgmt_frame_regs *upd),
1641 TP_ARGS(wiphy, wdev, upd),
1651 __entry->global_stypes = upd->global_stypes;
1652 __entry->interface_stypes = upd->interface_stypes;
/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.h26 struct mgmt_frame_regs *upd);
A Dcfg80211.c1227 struct mgmt_frame_regs *upd) in wilc_update_mgmt_frame_registrations() argument
1236 bool now = upd->interface_stypes & presp_bit; in wilc_update_mgmt_frame_registrations()
1242 now = upd->interface_stypes & action_bit; in wilc_update_mgmt_frame_registrations()
1249 upd->interface_stypes & (presp_bit | action_bit); in wilc_update_mgmt_frame_registrations()
/linux/drivers/clk/axs10x/
A Dpll_clock.c126 static inline u32 axs10x_encode_div(unsigned int id, int upd) in axs10x_encode_div() argument
134 PLL_REG_SET_NOUPD(div, upd == 0 ? 1 : 0); in axs10x_encode_div()
/linux/drivers/crypto/nx/
A Dnx-common-pseries.c851 struct of_reconfig_data *upd = data; in nx842_OF_notifier() local
862 !strcmp(upd->dn->name, node->name)) { in nx842_OF_notifier()
864 nx842_OF_upd(upd->prop); in nx842_OF_notifier()
/linux/Documentation/filesystems/caching/
A Dfscache.rst235 | |upd=N |Number of objects that needed a coherency data update |
266 | |nul=N |Number of upd reqs given a NULL parent |
268 | |run=N |Number of upd reqs granted CPU time |
/linux/net/mac80211/
A Dcfg.c3637 struct mgmt_frame_regs *upd) in ieee80211_update_mgmt_frame_registrations() argument
3646 (local->probe_req_reg != !!(upd->global_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
3648 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
3649 local->probe_req_reg = upd->global_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
3650 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
3653 !!(upd->interface_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
3655 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
3656 sdata->vif.probe_req_reg = upd->interface_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
3658 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
/linux/net/sched/
A Dsch_cake.c592 bool rev = !skb->_nfct, upd = false; in cake_update_flowkeys() local
604 upd = true; in cake_update_flowkeys()
609 upd = true; in cake_update_flowkeys()
618 upd = true; in cake_update_flowkeys()
623 upd = true; in cake_update_flowkeys()
626 return upd; in cake_update_flowkeys()
/linux/drivers/net/wireless/quantenna/qtnfmac/
A Dcfg80211.c394 struct mgmt_frame_regs *upd) in qtnf_update_mgmt_frame_registrations() argument
397 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.c333 .upd = &wcn3990_ctrl1_upd,
A Dhw.h372 struct ath10k_hw_ce_ctrl1_upd *upd; member
A Dce.c2021 value |= ar->hw_ce_regs->upd->mask; in ath10k_ce_alloc_rri()
/linux/fs/
A Dio_uring.c5813 struct io_poll_update *upd = &req->poll_update; in io_poll_update_prep() local
5828 upd->old_user_data = READ_ONCE(sqe->addr); in io_poll_update_prep()
5829 upd->update_events = flags & IORING_POLL_UPDATE_EVENTS; in io_poll_update_prep()
5830 upd->update_user_data = flags & IORING_POLL_UPDATE_USER_DATA; in io_poll_update_prep()
5832 upd->new_user_data = READ_ONCE(sqe->off); in io_poll_update_prep()
5833 if (!upd->update_user_data && upd->new_user_data) in io_poll_update_prep()
5835 if (upd->update_events) in io_poll_update_prep()
5836 upd->events = io_poll_parse_events(sqe, flags); in io_poll_update_prep()
/linux/drivers/scsi/lpfc/
A Dlpfc_hw.h2946 uint32_t upd:1; member
2955 uint32_t upd:1;
A Dlpfc_mbox.c896 mb->un.varRegVpi.upd = 1; in lpfc_reg_vpi()
/linux/lib/
A Dtest_bpf.c1896 u64 mem, upd, res; in __bpf_fill_atomic_reg_pairs() local
1906 upd = 0xfedcba9876543210ULL; in __bpf_fill_atomic_reg_pairs()
1909 upd = 0x76543210U; in __bpf_fill_atomic_reg_pairs()
1915 res = upd; in __bpf_fill_atomic_reg_pairs()
1921 __bpf_alu_result(&res, mem, upd, BPF_OP(op)); in __bpf_fill_atomic_reg_pairs()
1935 i += __bpf_ld_imm64(&insn[i], rs, upd); in __bpf_fill_atomic_reg_pairs()
1969 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs()
1973 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs()
/linux/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.c655 ice_set_key(u8 *key, u16 size, u8 *val, u8 *upd, u8 *dc, u8 *nm, u16 off, in ice_set_key() argument
678 if (ice_gen_key_word(val[i], upd ? upd[i] : 0xff, in ice_set_key()
/linux/drivers/net/wireless/ath/ath6kl/
A Dcfg80211.c3254 struct mgmt_frame_regs *upd) in ath6kl_update_mgmt_frame_registrations() argument
3264 upd->interface_stypes & BIT(IEEE80211_STYPE_PROBE_REQ >> 4); in ath6kl_update_mgmt_frame_registrations()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dcfg80211.c275 struct mgmt_frame_regs *upd) in mwifiex_cfg80211_update_mgmt_frame_registrations() argument
278 u32 mask = upd->interface_stypes; in mwifiex_cfg80211_update_mgmt_frame_registrations()
/linux/include/net/
A Dcfg80211.h4269 struct mgmt_frame_regs *upd);

Completed in 934 milliseconds

12