Home
last modified time | relevance | path

Searched +full:ps +full:- +full:seq +full:- +full:id (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/dlg,da7280.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Dialog Semiconductor DA7280 Low Power High-Definition Haptic Driver
10 - Roy Im <roy.im.opensource@diasemi.com>
23 dlg,actuator-type:
25 - LRA # Linear Resonance Actuator type
26 - ERM-bar # Bar type Eccentric Rotating Mass
27 - ERM-coin # Coin type Eccentric Rotating Mass
[all …]
H A Ddlg,da7280.txt4 - compatible: Should be "dlg,da7280".
5 - reg: Specifies the I2C slave address.
7 - interrupt-parent : Specifies the phandle of the interrupt controller to
10 - dlg,actuator-type: Set Actuator type. it should be one of:
11 "LRA" - Linear Resonance Actuator type.
12 "ERM-bar" - Bar type Eccentric Rotating Mass.
13 "ERM-coin" - Coin type Eccentric Rotating Mass.
15 - dlg,const-op-mode: Haptic operation mode for FF_CONSTANT.
17 1 - Direct register override(DRO) mode triggered by i2c(default),
18 2 - PWM data source mode controlled by PWM duty,
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg3 # These variables are used by zfs-tests.sh to constrain which utilities
47 id
70 ps
79 seq
231 zed_fd_spill-zedlet
241 zfs_diff-socket
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve.td1 //===- arm_mve.td - ACLE intrinsic functions for MVE architecture ---------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the set of ACLE-specified source-level intrinsic
17 //===----------------------------------------------------------------------===//
71 // special-purpose IR intrinsics. This is because such a general form
72 // (such as NEON uses) required a variable-width vector size, and we are
168 defvar m2_cg = !if(add, (id $m2), (fneg $m2));
185 (seq (splat $m2_s):$m2, unpred_cg)>;
188 (seq (splat $addend_s):$addend, unpred_cg)>;
[all …]
/freebsd/sys/net80211/
H A Dieee80211_ioctl.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
76 uint32_t ns_ps_discard; /* ps discard 'cuz of age */
78 /* MIB-related state */
88 /* Hardware A-MSDU decode */
89 uint32_t ns_rx_amsdu_more; /* RX decap A-MSDU, more coming from A-MSDU */
90 uint32_t ns_rx_amsdu_more_end; /* RX decap A-MSDU (or any other frame), no more coming */
138 uint32_t is_rx_ccmpreplay; /* rx seq# violation (CCMP) */
141 uint32_t is_rx_tkipreplay; /* rx seq# violation (TKIP) */
[all …]
H A Dieee80211_hostap.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
79 ic->ic_vattach[IEEE80211_M_HOSTAP] = hostap_vattach; in ieee80211_hostap_attach()
95 vap->iv_newstate = hostap_newstate; in hostap_vattach()
96 vap->iv_input = hostap_input; in hostap_vattach()
97 vap->iv_recv_mgmt = hostap_recv_mgmt; in hostap_vattach()
98 vap->iv_recv_ctl = hostap_recv_ctl; in hostap_vattach()
99 vap->iv_opdetach = hostap_vdetach; in hostap_vattach()
100 vap->iv_deliver_data = hostap_deliver_data; in hostap_vattach()
[all …]
H A Dieee80211_node.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
56 /* threshold for aging overlapping non-ERP bss */
62 (((const uint8_t *)(addr))[IEEE80211_ADDR_LEN - 1] % \
85 uint8_t *meshid_ie; /* captured MESH ID ie */
113 * describing up-to which channel width the station can receive.
120 * bitfield-alike for use with %b.
151 uint8_t nss; /* VHT - number of spatial streams */
152 uint8_t mcs; /* HT/VHT - MCS */
[all …]
H A Dieee80211.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
7 * Copyright (c) 2020-2025 The FreeBSD Foundation
135 /* 802.11-2020 Table 9-1-Valid type and subtype combinations */
154 /* 0000-0001 Reserved 0x00-0x10 */
155 #define IEEE80211_FC0_SUBTYPE_TRIGGER 0x20 /* Trigger, 80211ax-2021 */
158 #define IEEE80211_FC0_SUBTYPE_VHT_HE_NDP 0x50 /* VHT/HE NDP Announcement, 80211ac/ax-2013/2021 */
163 #define IEEE80211_FC0_SUBTYPE_PS_POLL 0xa0 /* PS-Poll */
167 #define IEEE80211_FC0_SUBTYPE_CF_END 0xe0 /* CF-End */
[all …]
/freebsd/sys/geom/part/
H A Dg_part_ldm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
83 * We do not keep all fields of on-disk structures, only most useful.
84 * All numbers in an on-disk structures are in big-endian format.
90 * - the first offset is relative to the disk start;
91 * - the second and third offset are relative to the LDM database start.
172 * Volumes <- Components <- Partitions -> Disks
182 uint64_t id; /* object id */ member
183 uint64_t vol_id; /* parent volume object id */
191 uint64_t id; /* object id */ member
[all …]
/freebsd/contrib/mandoc/
H A Dterm.c1 /* $Id: term.c,v 1.294 2025/08/01 14:59:39 schwarze Exp $ */
3 * Copyright (c) 2010-2022, 2025 Ingo Schwarze <schwarze@openbsd.org>
49 if (maxtcol > p->maxtcol) { in term_setcol()
50 p->tcols = mandoc_recallocarray(p->tcols, in term_setcol()
51 p->maxtcol, maxtcol, sizeof(*p->tcols)); in term_setcol()
52 p->maxtcol = maxtcol; in term_setcol()
54 p->lasttcol = maxtcol - in term_setcol()
551 const char *seq, *cp; term_word() local
977 const char *seq, *rhs; term_strlen() local
[all...]
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h3 /*-
52 /* RX buffers must be large enough to hold a full 4K A-MPDU. */
56 /* HW supports 36-bit DMA addresses. */
108 * Flow-Handler registers.
191 #define IWN_PRPH_DWORD ((sizeof (uint32_t) - 1) << 24)
418 * 28-14: Reserved
419 * 13-00: RX frame size
444 /* 0:4 TX queue id - 5:6 reserved - 7 unsolicited RX
445 * or uCode-originated notification
616 #define IWN4965_RXONSZ (sizeof (struct iwn_rxon) - 6)
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Dwow.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2022 Realtek Corporation
10 #include "ps.h"
17 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data; in __rtw89_wow_parse_akm()
18 struct rtw89_wow_param *rtw_wow = &rtwdev->wow; in __rtw89_wow_parse_akm()
19 const u8 *rsn, *ies = mgmt->u.assoc_req.variable; in __rtw89_wow_parse_akm()
26 rsn = cfg80211_find_ie(WLAN_EID_RSN, ies, skb->len); in __rtw89_wow_parse_akm()
35 rtw_wow->akm = rsn_ie->akm_cipher_suite.type; in __rtw89_wow_parse_akm()
63 if (cipher_info_defs->cipher == cipher) in rtw89_cipher_alg_recognize()
73 switch (key->cipher) { in _pn_to_iv()
[all …]
/freebsd/sys/dev/atkbdc/
H A Dpsm.c1 /*-
28 * Thanks are also due to Rick Macklem, rick@snowhite.cis.uoguelph.ca -
36 * Andrew Herbert <andrew@werple.apana.org.au> - 8 June 1993
39 * Andrew Herbert - 12 June 1993
41 * Modified for PS/2 mouse by Charles Hannum <mycroft@ai.mit.edu>
42 * - 13 June 1993
44 * Modified for PS/2 AUX mouse by Shoji Yuen <yuen@nuie.nagoya-u.ac.jp>
45 * - 24 October 1993
48 * Kazutaka Yokota <yokota@zodiac.mech.utsunomiya-u.ac.jp>
49 * - 3, 14, 22 October 1996.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1 //===- SplitKit.cpp - Toolkit for splitting live ranges -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
31 #include "llvm/Config/llvm-config.h"
49 EnableLoopIVHeuristic("enable-split-loopiv-heuristic",
58 //===----------------------------------------------------------------------===//
60 //===----------------------------------------------------------------------===//
76 if (SMBB->isEHPad()) { in computeLastInsertPoint()
79 } else if (SMBB->isInlineAsmBrIndirectTarget()) in computeLastInsertPoint()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c1 // SPDX-License-Identifier: ISC
19 struct sk_buff *skb, int seq) in mt7921_mcu_parse_response() argument
26 dev_err(mdev->dev, "Message %08x (seq %d) timeout\n", in mt7921_mcu_parse_response()
27 cmd, seq); in mt7921_mcu_parse_response()
30 return -ETIMEDOUT; in mt7921_mcu_parse_response()
33 rxd = (struct mt76_connac2_mcu_rxd *)skb->data; in mt7921_mcu_parse_response()
34 if (seq != rxd->seq) in mt7921_mcu_parse_response()
35 return -EAGAIN; in mt7921_mcu_parse_response()
39 skb_pull(skb, sizeof(*rxd) - 4); in mt7921_mcu_parse_response()
40 ret = *skb->data; in mt7921_mcu_parse_response()
[all …]
/freebsd/contrib/tcpdump/
H A Dtcpdump.1.in25 tcpdump \- dump traffic on a network
30 .B \-AbdDefhHIJKlLnNOpqStuUvxX#
32 .B \-B
37 .B \-c
41 .B \-\-count
44 .B \-C
49 .B \-E
54 .B \-F
58 .B \-G
62 .B \-i
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
14 #include "ps.h"
46 MODULE_PARM_DESC(disable_lps_deep, "Set Y to disable Deep PS");
231 .n_bitrates = ARRAY_SIZE(rtw_ratetable) - 4,
244 struct rtw_bf_info *bf_info = &rtwdev->bf_info; in rtw_dynamic_csi_rate()
248 if (rtwvif->bfee.role != RTW_BFEE_SU && in rtw_dynamic_csi_rate()
249 rtwvif->bfee.role != RTW_BFEE_MU) in rtw_dynamic_csi_rate()
252 rtw_chip_cfg_csi_rate(rtwdev, rtwdev->dm_info.min_rssi, in rtw_dynamic_csi_rate()
253 bf_info->cur_csi_rpt_rate, in rtw_dynamic_csi_rate()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c1 // SPDX-License-Identifier: ISC
18 struct sk_buff *skb, int seq) in mt7925_mcu_parse_response() argument
25 dev_err(mdev->dev, "Message %08x (seq %d) timeout\n", cmd, seq); in mt7925_mcu_parse_response()
28 return -ETIMEDOUT; in mt7925_mcu_parse_response()
31 rxd = (struct mt7925_mcu_rxd *)skb->data; in mt7925_mcu_parse_response()
32 if (seq != rxd->seq) in mt7925_mcu_parse_response()
33 return -EAGAIN; in mt7925_mcu_parse_response()
37 skb_pull(skb, sizeof(*rxd) - 4); in mt7925_mcu_parse_response()
38 ret = *skb->data; in mt7925_mcu_parse_response()
47 event = (struct mt7925_mcu_uni_event *)skb->data; in mt7925_mcu_parse_response()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2012-2015, 2018-2025 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
24 fw_has_api(&mvm->fw->ucode_capa, IWL_UCODE_TLV_API_STA_TYPE)) in iwl_mvm_add_sta_cmd_size()
36 WARN_ON_ONCE(test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status)); in iwl_mvm_find_free_sta_id()
38 lockdep_assert_held(&mvm->mutex); in iwl_mvm_find_free_sta_id()
44 /* Don't take rcu_read_lock() since we are protected by mvm->mutex */ in iwl_mvm_find_free_sta_id()
45 for (sta_id = 0; sta_id < mvm->fw->ucode_capa.num_stations; sta_id++) { in iwl_mvm_find_free_sta_id()
49 if (!rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_find_free_sta_id()
[all …]
/freebsd/usr.sbin/wlanstat/
H A Dwlanstat.c1 /*-
2 * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting
162 { 5, "rx_ccmpreplay", "ccmpreplay", "rx seq# violation (CCMP)" },
168 { 5, "rx_tkipreplay", "tkipreplay", "rx seq# violation (TKIP)" },
242 { 5, "ps_unassoc", "ps_unassoc", "ps-poll received for unassociated station" },
244 { 5, "ps_badaid", "ps_badaid", "ps-poll received with invalid association id" },
246 { 5, "ps_qempty", "ps_qempty", "ps-poll received with nothing to send" },
270 { 8, "amsdu_tooshort", "tooshort","A-MSDU rx decap error" },
272 { 8, "amsdu_split", "split", "A-MSDU rx failed on frame split" },
274 { 8, "amsdu_decap", "decap", "A-MSDU frames received" },
[all …]
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch2 #-
3 # Copyright (c) 2014-2018 Devin Teske
40 " # END-QUOTE
49 VERSION='$Version: 1.4 $' # -V
54 # Command-line arguments
59 # Command-line defaults
61 _MAX_ARGS=64 # -B num
62 _MAX_DEPTH=64 # -K num
65 # Command-line options
67 CONSOLE= # -y
[all …]
/freebsd/sys/netipsec/
H A Dkey.c3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
127 * - SAs that are not in DEAD state will have (total external reference + 1)
130 * - SAs that are in DEAD state will have (total external reference)
186 /* Hash table for lookup SP using unique id */
194 #define SPHASH_HASHVAL(id) (key_u32hash(id) & V_sphash_mask) argument
195 #define SPHASH_HASH(id) &V_sphashtbl[SPHASH_HASHVAL(id)] argument
225 (key_addrprotohash(&(idx)->src, &(idx)->dst, &(idx)->ul_proto) & \
272 (key_addrprotohash(&(idx)->src, &(idx)->dst, &(idx)->proto) & \
296 switch (dst->sa.sa_family) { in key_addrprotohash()
[all …]
/freebsd/sys/kern/
H A Dkern_proc.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
109 MALLOC_DEFINE(M_SUBPROC, "subproc", "Proc sub-structures");
195 pidhashlock--; in procinit()
245 KASSERT((p->p_numthreads == 1), in proc_dtor()
247 KASSERT(STAILQ_EMPTY(&p->p_ktr), ("proc_dtor: non-empty p_ktr")); in proc_dtor()
260 if (p->p_ksi != NULL) in proc_dtor()
261 KASSERT(! KSI_ONQ(p->p_ksi), ("SIGCHLD queue")); in proc_dtor()
265 * Initialize type-stable parts of a proc (when newly created).
273 mtx_init(&p->p_mtx, "process lock", NULL, MTX_DEF | MTX_DUPOK | MTX_NEW); in proc_init()
[all …]
/freebsd/contrib/sendmail/src/
H A Dconf.c2 * Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
16 SM_RCSID("@(#)$Id: conf.c,v 8.1192 2014-01-27 18:23:21 ca Exp $")
64 ** CONF.C -- Sendmail Configuration Tables.
69 ** HdrInfo -- a table describing well-known header fields.
78 ** are running, or is really static -- for example
103 { "resent-sender", H_FROM|H_RESENT, NULL },
104 { "resent-from", H_FROM|H_RESENT, NULL },
105 { "resent-reply-to", H_FROM|H_RESENT, NULL },
108 { "reply-to", H_FROM | Xflags, NULL },
[all …]
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1 /*-
2 * Copyright (c) 2020-2025 The FreeBSD Foundation
3 * Copyright (c) 2020-2025 Bjoern A. Zeeb
58 /* hw->conf.flags */
66 /* (*ops->config()) */
92 FIF_FLAGS_MASK = BIT(8)-1,
132 /* 802.11 Figure 9-256 Suite selector format. [OUI(3), SUITE TYPE(1)] */
135 /* 802.11 Table 9-131 Cipher suite selectors. */
142 #define WLAN_CIPHER_SUITE_CCMP WLAN_CIPHER_SUITE(4) /* CCMP-128 */
144 #define WLAN_CIPHER_SUITE_AES_CMAC WLAN_CIPHER_SUITE(6) /* BIP-CMAC-128 */
[all …]

1234