Home
last modified time | relevance | path

Searched full:frames (Results 1 – 25 of 1322) sorted by relevance

12345678910>>...53

/freebsd/tools/tools/ipw/
H A Dipwstats.c67 { 1, "Number of frames submitted for transfer", INT },
68 { 2, "Number of frames transmitted", INT },
69 { 3, "Number of unicast frames transmitted", INT },
70 { 4, "Number of unicast frames transmitted at 1Mb/s", INT },
71 { 5, "Number of unicast frames transmitted at 2Mb/s", INT },
72 { 6, "Number of unicast frames transmitted at 5.5Mb/s", INT },
73 { 7, "Number of unicast frames transmitted at 11Mb/s", INT },
75 { 13, "Number of multicast frames transmitted at 1Mb/s", INT },
76 { 14, "Number of multicast frames transmitted at 2Mb/s", INT },
77 { 15, "Number of multicast frames transmitted at 5.5Mb/s", INT },
[all …]
/freebsd/tools/tools/iwi/
H A Diwistats.c53 { 4, "Number of frames submitted for transfer" },
54 { 5, "Number of frames transmitted" },
55 { 6, "Number of unicast frames transmitted" },
56 { 7, "Number of unicast 802.11b frames transmitted at 1Mb/s" },
57 { 8, "Number of unicast 802.11b frames transmitted at 2Mb/s" },
58 { 9, "Number of unicast 802.11b frames transmitted at 5.5Mb/s" },
59 { 10, "Number of unicast 802.11b frames transmitted at 11Mb/s" },
61 { 19, "Number of unicast 802.11g frames transmitted at 1Mb/s" },
62 { 20, "Number of unicast 802.11g frames transmitted at 2Mb/s" },
63 { 21, "Number of unicast 802.11g frames transmitted at 5.5Mb/s" },
[all …]
/freebsd/share/man/man4/
H A Dcgem.498 The device and driver also support 1536-byte frames for VLANs (vlanmtu).
149 A 64-bit counter of the number of bytes transmitted in frames without error.
151 Counter of frames transmitted without error excluding pause frames.
153 Counter of broadcast frames transmitted without error excluding
154 pause frames.
156 Counter of multicast frames transmitted without error excluding
157 pause frames.
159 Counter of pause frames transmitted without error.
161 Counter of 64 byte frames transmitted without error.
163 Counter of 65 to 127 byte frames transmitted without error.
[all …]
H A Dnet80211.4109 may not support transmitting AMPDU frames.
112 Return the minimum density for bursting AMPDU frames in
125 Return the limit on the size of AMPDU frames in
145 may not support transmitting AMSDU frames.
148 Return the limit on the size of AMSDU frames in
166 Application IE's are maintained for many 802.11 frames; the
195 Return the time between Beacon frames (in TU) in
211 (i.e. not transmitting or receiving frames)
224 the number of consecutive missed Beacon frames before the system will
288 When 802.11d is enabled in station mode, Beacon frames that advertise
[all …]
H A Dng_rfc1490.454 hook is used to transmit and receive encapsulated frames.
59 hooks are used to transmit and receive raw IP frames and PPP frames,
61 PPP frames are transmitted and received according to
62 RFC 1973; in particular, frames appearing on the
67 hook can be used to transmit and receive Ethernet frames (without a
83 Transmits and receives bridged raw Ethernet frames, without a checksum.
85 Transmits and receives raw IP frames.
87 Transmits and receives PPP frames.
100 IP packets are sent inside SNAP frames.
H A Dng_gif_demux.461 hooks output frames of the given type when they are received on the
80 Hook for input and output of IP frames.
82 Hook for input and output of IPv6 frames.
84 Hook for input and output of AppleTalk frames.
86 Hook for input and output of IPX frames.
88 Hook for input and output of ATM frames.
90 Hook for input and output of NATM frames.
92 Hook for input and output of NS frames.
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den_port.h106 /* Received frames with a length of 64 octets */
116 /* Received frames with a length of 127 octets */
126 /* Received frames with a length of 255 octets */
136 /* Received frames with a length of 511 octets */
146 /* Received frames with a length of 1023 octets */
156 /* Received frames with a length of 1518 octets */
166 /* Received frames with a length of 1522 octets */
176 /* Received frames with a length of 1548 octets */
186 /* Received frames with a length of 1548 < octets < MTU */
196 /* Received frames with a length of MTU< octets and good CRC */
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt70 management frames to indicate why an action took place."
110 mesh routing management frames to indicate why an
132 management frames to indicate what the result of an
633 Frames is enabled when when communicating with another Fast
634 Frames-capable station. The value is only meaningful for
635 interfaces that support Atheros Fast Frames."
655 frames. Accepted values are in units of one tenths of a dBm in
666 transmitted frames are broken into fragments. Setting the value
678 transmitted frames are preceded by transmission of an RTS
680 disable transmission of RTS frames."
[all …]
/freebsd/share/man/man9/
H A Dieee80211_output.956 work required to transmit frames.
57 Drivers usually receive fully-encapsulated 802.11 frames that
64 Outbound frames are either generated by the
66 layer (e.g. management frames) or are passed down
70 Data frames passed down for transmit flow through
73 dispatches the frames to the driver through it's transmit queue.
75 There are two control paths by which frames reach a driver for transmit.
81 Other frames are passed down using the
84 The raw transmit path may include data frames from user applications
87 and NullData frames generated by
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c16 mt76_aggr_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames, int idx) in mt76_aggr_release() argument
28 __skb_queue_tail(frames, skb); in mt76_aggr_release()
33 struct sk_buff_head *frames, in mt76_rx_aggr_release_frames() argument
40 mt76_aggr_release(tid, frames, idx); in mt76_rx_aggr_release_frames()
45 mt76_rx_aggr_release_head(struct mt76_rx_tid *tid, struct sk_buff_head *frames) in mt76_rx_aggr_release_head() argument
50 mt76_aggr_release(tid, frames, idx); in mt76_rx_aggr_release_head()
56 mt76_rx_aggr_check_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames) in mt76_rx_aggr_check_release() argument
65 mt76_rx_aggr_release_head(tid, frames); in mt76_rx_aggr_check_release()
84 mt76_rx_aggr_release_frames(tid, frames, status->seqno); in mt76_rx_aggr_check_release()
87 mt76_rx_aggr_release_head(tid, frames); in mt76_rx_aggr_check_release()
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md4 This module creates frames from the application data obtained from
5 the application. It also receives CRYPTO frames from the TLS Handshake
6 Record Layer and ACK frames from the ACK Handling And Loss Detector
86 - CFQ: queried for generic control frames
109 they no longer have any need to generate frames at the present time.
119 Many control frames do not require special handling and are handled by the
120 generic CFQ mechanism. The TX packetiser queries the CFQ for any frames to be
125 Coalesced frames are passed to the QUIC record layer for encryption and sending.
126 To send accumulated frames as packets to the QUIC Write Record Layer:
151 the per-packet information recorded by the TXPIM to track which frames are
[all …]
H A Dstream-receive-buffers.md13 - As packets with stream frames are received in arbitrary frames the
21 a DoS via unlimited flow of incoming stream data frames.
24 - As the peer can recreate stream data frames when resending them, the
25 implementation must be able to handle properly frames with partially
26 or fully overlapping data with previously received frames.
51 OpenSSL handles sending MAX_STREAM_DATA frames appropriately when the
85 Control module to send MAX_DATA and MAX_STREAM_DATA frames. Details
101 data frames. Each list item holds a pointer to the received packet
107 This invariant is ensured on the insertion of overlapping stream frames.
108 Any redundant frames are released. Insertion at the end of the list
[all …]
H A Dquic-overview.md27 The frame in flight manager manages the queueing of frames which may need to be
57 protocol handshake. It produces and parses the QUIC CRYPTO frames.
62 This module creates frames from the application data obtained from
63 the application. It also receives CRYPTO frames from the TLS Handshake
64 Record Layer and ACK frames from the ACK Handling And Loss Detector
70 Decrypted packets are split into frames here and the frames are forwarded
117 A module that tracks packets sent to the peer and received ACK frames.
119 TX packetizer that it can drop frames waiting to be ACKed when ACK is received.
120 It also schedules retransmits of frames from packets that are considered
123 The module also handles the receiving side - it schedules when ACK frames should
/freebsd/sys/dev/wtap/
H A Dif_wtapioctl.h64 u_int32_t ast_tx_mgmt; /* management frames transmitted */
65 u_int32_t ast_tx_discard; /* frames discarded prior to assoc */
80 u_int32_t ast_tx_noack; /* tx frames with no ack marked */
81 u_int32_t ast_tx_rts; /* tx frames with rts enabled */
82 u_int32_t ast_tx_cts; /* tx frames with cts enabled */
83 u_int32_t ast_tx_shortpre;/* tx frames with short preamble */
84 u_int32_t ast_tx_altrate; /* tx frames with alternate rate */
85 u_int32_t ast_tx_protect; /* tx frames with protection */
86 u_int32_t ast_tx_ctsburst;/* tx frames with cts and bursting */
87 u_int32_t ast_tx_ctsext; /* tx frames with cts extension */
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtxq.h14 * @IWL_MVM_DQA_AUX_QUEUE: a queue reserved for aux frames
15 * @IWL_MVM_DQA_P2P_DEVICE_QUEUE: a queue reserved for P2P device frames
19 * @IWL_MVM_DQA_GCAST_QUEUE: a queue reserved for P2P GO/SoftAP GCAST frames
22 * @IWL_MVM_DQA_MIN_MGMT_QUEUE: first TXQ in pool for MGMT and non-QOS frames.
24 * MGMT frames are frames that return true on ieee80211_is_mgmt()
25 * @IWL_MVM_DQA_MAX_MGMT_QUEUE: last TXQ in pool for MGMT frames
28 * @IWL_MVM_DQA_MIN_DATA_QUEUE: first TXQ in pool for DATA frames.
29 * DATA frames are intended for !ieee80211_is_mgmt() frames, bu
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h30 /// Get the number of visible frames. Frames may be created if \p can_create
31 /// is true. Synthetic (inline) frames expanded from the concrete frame #0
32 /// (aka invisible frames) are not included in this count.
35 /// Get the frame at index \p idx. Invisible frames cannot be indexed.
60 /// \p idx. Like \ref GetFrameAtIndex, invisible frames cannot be selected.
63 /// If the current inline depth (i.e the number of invisible frames) is valid,
73 /// the StackFrameList's set of inline frames when execution stops, e.g when
82 /// Clear the cache of frames.
103 /// Realizes frames up to (and including) end_idx (which can be greater than
104 /// the actual number of frames.)
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i12 '''Iterate over all frames in a lldb.SBThread object.'''
16 '''Return the number of frames in a lldb.SBThread object.'''
20 '''A helper object that will lazily hand out frames for a thread when supplied an index.'''
42 '''An accessor function that returns a list() that contains all frames in a lldb.SBThread object.'''
43 frames = []
45 frames.append(frame)
46 return frames
52 num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of stack frames in this thread as an integer.''')
53 frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of lldb.SBFrame objects for all frames i
[all...]
/freebsd/sys/dev/cadence/
H A Dif_cgem_hw.h240 #define CGEM_FRAMES_TX 0x108 /* Frames xmitted */
241 #define CGEM_BCAST_FRAMES_TX 0x10C /* Broadcast Frames xmitted */
242 #define CGEM_MULTI_FRAMES_TX 0x110 /* Multicast Frames xmitted */
243 #define CGEM_PAUSE_FRAMES_TX 0x114 /* Pause Frames xmitted */
244 #define CGEM_FRAMES_64B_TX 0x118 /* 64-Byte Frames xmitted */
245 #define CGEM_FRAMES_65_127B_TX 0x11C /* 65-127 Byte Frames xmitted*/
246 #define CGEM_FRAMES_128_255B_TX 0x120 /* 128-255 Byte Frames xmit */
247 #define CGEM_FRAMES_256_511B_TX 0x124 /* 256-511 Byte Frames xmit */
248 #define CGEM_FRAMES_512_1023B_TX 0x128 /* 512-1023 Byte frames xmit */
249 #define CGEM_FRAMES_1024_1518B_TX 0x12C /* 1024-1518 Byte frames xmit*/
[all …]
/freebsd/sys/dev/ath/
H A Dif_athioctl.h69 u_int32_t ast_tx_mgmt; /* management frames transmitted */
70 u_int32_t ast_tx_discard; /* frames discarded prior to assoc */
85 u_int32_t ast_tx_noack; /* tx frames with no ack marked */
86 u_int32_t ast_tx_rts; /* tx frames with rts enabled */
87 u_int32_t ast_tx_cts; /* tx frames with cts enabled */
88 u_int32_t ast_tx_shortpre;/* tx frames with short preamble */
89 u_int32_t ast_tx_altrate; /* tx frames with alternate rate */
90 u_int32_t ast_tx_protect; /* tx frames with protection */
91 u_int32_t ast_tx_ctsburst;/* tx frames with cts and bursting */
92 u_int32_t ast_tx_ctsext; /* tx frames with cts extension */
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp126 // "virtually" step into the frames one by one, or next over the whole mess. in ResetCurrentInlinedDepth()
230 assert(m_frames.size() <= end_idx && "Expected there to be frames to fill"); in GetOnlyConcreteFramesUpTo()
241 // Don't create the frames eagerly. Defer this work to GetFrameAtIndex, in GetOnlyConcreteFramesUpTo()
242 // which can lazily query the unwinder to create frames. in GetOnlyConcreteFramesUpTo()
263 LLDB_LOG(log, "Finding frames between {0} and {1}, retn-pc={2:x}", in FindInterveningFrames()
355 /// tail call frames between the current end of the list and \p next_frame.
356 /// If any frames are added, adjust the frame index of \p next_frame.
359 /// | ... | <- Completed frames.
363 /// | ... | <- Artificial frames inserted here.
367 /// | ... | <- Not-yet-visited frames.
[all …]
/freebsd/sys/net80211/
H A Dieee80211_ioctl.h42 uint32_t ns_rx_data; /* rx data frames */
43 uint32_t ns_rx_mgmt; /* rx management frames */
44 uint32_t ns_rx_ctrl; /* rx control frames */
45 uint32_t ns_rx_ucast; /* rx unicast frames */
46 uint32_t ns_rx_mcast; /* rx multi/broadcast frames */
48 uint64_t ns_rx_beacons; /* rx beacon frames */
49 uint32_t ns_rx_proberesp; /* rx probe response frames */
65 uint32_t ns_tx_data; /* tx data frames */
66 uint32_t ns_tx_mgmt; /* tx management frames */
67 uint32_t ns_tx_ctrl; /* tx control frames */
[all …]
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h111 #define BMI_RATE_LIMIT_GRAN_OP 10000 /* In frames */
190 uint32_t fmbm_rfbc; /**< Rx Bad Frames Counter*/
191 uint32_t fmbm_rlfc; /**< Rx Large Frames Counter*/
192 uint32_t fmbm_rffc; /**< Rx Filter Frames Counter*/
194 uint32_t fmbm_rfldec; /**< Rx Frames List DMA Error Counter*/
233 uint32_t fmbm_tfdc; /**< Tx Frames Discard Counter */
282 uint32_t fmbm_ofdc; /**< O/H Frames Discard Counter */
283 uint32_t fmbm_ofledc; /**< O/H Frames Len Err Discard Cntr */
284 uint32_t fmbm_ofufdc; /**< O/H Frames Unsprtd Discard Cutr */
285 uint32_t fmbm_offc; /**< O/H Filter Frames Counter */
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dquic_sf_list.h28 * Dropping frames from the beginning up to an offset (exclusive).
30 * Invariant: The frames in the list are sorted by the start and end bounds.
31 * Invariant: There are no fully overlapping frames or frames that would
46 /* Number of stream frames in the list. */
82 * Iterator to peek at the contiguous frames at the beginning
98 * Drop all frames up to the offset limit.
101 * Returns 0 when trying to drop frames at offsets that were not
139 * Move the frame data in all the stream frames in the list fl
144 * frames and returns 0.
/freebsd/tools/tools/ath/athstats/
H A Dathstats.c75 { 8, "input", "input", "data frames received" },
77 { 8, "output", "output", "data frames transmit" },
79 { 7, "altrate", "altrate", "tx frames with an alternate rate" },
113 { 5, "txmgt", "txmgt", "tx management frames" },
115 { 5, "txdisc", "txdisc", "tx frames discarded prior to association" },
143 { 5, "noack", "noack", "tx frames with no ack marked" },
145 { 5, "rts", "rts", "tx frames with rts enabled" },
147 { 5, "cts", "cts", "tx frames with cts enabled" },
149 { 5, "shpre", "shpre", "tx frames with short preamble" },
151 { 5, "protect", "protect", "tx frames with 11g protection" },
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_unsol.c34 * Code to handle unsolicited received FC frames.
70 * @brief Process the RQ circular buffer and process the incoming frames.
96 /* We have to prevent CPU soft lockups, so just yield the CPU after x frames. */ in ocs_unsol_rq_thread()
147 * @brief Handle unsolicited FC frames.
150 * This function is called from the HW with unsolicited FC frames (FCP, ELS, BLS, etc.).
187 * @brief Handle unsolicited FC frames.
229 * If we are holding frames or the domain is not yet registered or in ocs_unsol_process()
230 * there's already frames on the pending list, in ocs_unsol_process()
241 /* immediately process pending frames */ in ocs_unsol_process()
246 * We are not holding frames and pending list is empty, just process frame. in ocs_unsol_process()
[all …]

12345678910>>...53