Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
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
/kernel/linux/linux-5.10/drivers/mtd/ubi/
DMakefile4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.h26 struct mgmt_frame_regs *upd);
Dcfg80211.c1245 struct mgmt_frame_regs *upd) in wilc_update_mgmt_frame_registrations() argument
1254 bool now = upd->interface_stypes & presp_bit; in wilc_update_mgmt_frame_registrations()
1260 now = upd->interface_stypes & action_bit; in wilc_update_mgmt_frame_registrations()
1267 upd->interface_stypes & (presp_bit | action_bit); in wilc_update_mgmt_frame_registrations()
/kernel/linux/linux-5.10/net/wireless/
Dmlme.c447 struct mgmt_frame_regs upd = {}; in cfg80211_mgmt_registrations_update() local
466 upd.global_stypes |= mask; in cfg80211_mgmt_registrations_update()
467 upd.global_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
470 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update()
471 upd.interface_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
480 rdev_update_mgmt_frame_registrations(rdev, wdev, &upd); in cfg80211_mgmt_registrations_update()
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()
Dtrace.h1600 struct mgmt_frame_regs *upd),
1601 TP_ARGS(wiphy, wdev, upd),
1611 __entry->global_stypes = upd->global_stypes;
1612 __entry->interface_stypes = upd->interface_stypes;
/kernel/linux/linux-5.10/drivers/clk/axs10x/
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()
/kernel/linux/linux-5.10/drivers/crypto/nx/
Dnx-842-pseries.c828 struct of_reconfig_data *upd = data; in nx842_OF_notifier() local
839 !strcmp(upd->dn->name, node->name)) { in nx842_OF_notifier()
841 nx842_OF_upd(upd->prop); in nx842_OF_notifier()
/kernel/linux/linux-5.10/net/mac80211/
Dcfg.c3559 struct mgmt_frame_regs *upd) in ieee80211_update_mgmt_frame_registrations() argument
3568 (local->probe_req_reg != !!(upd->global_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
3570 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
3571 local->probe_req_reg = upd->global_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
3572 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
3575 !!(upd->interface_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
3577 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
3578 sdata->vif.probe_req_reg = upd->interface_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
3580 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
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 |
/kernel/linux/linux-5.10/net/sched/
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()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
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()
/kernel/linux/linux-5.10/Documentation/networking/
Dxfrm_sync.rst17 We already have the ability to generate SA add/del/upd events.
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dhw.c333 .upd = &wcn3990_ctrl1_upd,
Dhw.h372 struct ath10k_hw_ce_ctrl1_upd *upd; member
Dce.c2021 value |= ar->hw_ce_regs->upd->mask; in ath10k_ce_alloc_rri()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_hw.h2822 uint32_t upd:1; member
2831 uint32_t upd:1;
Dlpfc_mbox.c894 mb->un.varRegVpi.upd = 1; in lpfc_reg_vpi()
Dlpfc_els.c9116 mb->un.varRegVpi.upd); in lpfc_cmpl_reg_new_vport()
9118 mb->un.varRegVpi.upd) in lpfc_cmpl_reg_new_vport()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c653 ice_set_key(u8 *key, u16 size, u8 *val, u8 *upd, u8 *dc, u8 *nm, u16 off, in ice_set_key() argument
676 if (ice_gen_key_word(val[i], upd ? upd[i] : 0xff, in ice_set_key()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
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()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
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()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h4121 struct mgmt_frame_regs *upd);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c5084 struct mgmt_frame_regs *upd) in brcmf_cfg80211_update_mgmt_frame_registrations() argument
5090 vif->mgmt_rx_reg = upd->interface_stypes; in brcmf_cfg80211_update_mgmt_frame_registrations()

12