/freebsd/tools/tools/ipw/ |
H A D | ipwstats.c | 67 { 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 D | iwistats.c | 53 { 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 D | cgem.4 | 98 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 D | net80211.4 | 109 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 D | ng_rfc1490.4 | 54 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 D | ng_gif_demux.4 | 61 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 D | en_port.h | 106 /* 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 D | BEGEMOT-WIRELESS-MIB.txt | 70 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 D | ieee80211_output.9 | 56 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 …]
|
H A D | ieee80211_scan.9 | 139 An active scan causes one or more ProbeRequest frames to be sent on 142 no frames to be transmitted; the station only listens for traffic. 144 sending ProbeRequest frames depending on regulatory constraints. 214 of Beacon and ProbeResponse frames and disable any BSSID matching. 219 will generate ProbeRequest frames and transmit them using the 222 Frames received while scanning are dispatched to 262 frames buffered by an access point for the station. 271 in the transmit path to cancel background scans when frames are to be sent. 282 handles the work of transmitting ProbeRequest frames when visiting 293 and one or more frames have been received then an immediate channel [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | agg-rx.c | 16 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/sys/dev/wtap/ |
H A D | if_wtapioctl.h | 64 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 D | txq.h | 14 * @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 D | StackFrameList.h | 30 /// 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 D | SBThreadExtensions.i | 12 '''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 D | if_cgem_hw.h | 240 #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/net80211/ |
H A D | ieee80211_ioctl.h | 42 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 …]
|
H A D | ieee80211_power.c | 121 KASSERT(psq->psq_len == 0, ("%d frames on ps q", psq->psq_len)); in ieee80211_psq_cleanup() 175 * Clear any frames queued in the power save queue. 176 * The number of frames that were present is returned. 206 * Clear any frames queued in the power save queue. 207 * The number of frames that were present is returned. 216 * Age frames on the power save queue. The aging interval is 222 * The number of frames discarded is returned so the caller 263 "discard %u frames for age", discard); in ieee80211_node_psq_age() 282 * Indicate whether there are frames queued for a station in power-save mode. 350 * the listen interval specified by the station. Frames in ieee80211_pwrsave() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 126 // "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/dev/ath/ |
H A D | if_athioctl.h | 69 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/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_port.h | 111 #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/tools/tools/ath/athstats/ |
H A D | athstats.c | 75 { 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 D | ocs_unsol.c | 34 * 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 …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.h | 34 * TXQ #1 - aux frames 35 * TXQ #2 - P2P device frames 36 * TXQ #3 - P2P GO/SoftAP GCAST/BCAST frames 37 * TXQ #4 - BSS DATA frames queue 38 * TXQ #5-8 - Non-QoS and MGMT frames queue pool 40 * TXQ #10-31 - DATA frames queue pool 41 * The queues are dynamically taken from either the MGMT frames queue pool or 42 * the DATA frames one. See the %iwl_mvm_dqa_txq for more information on every 48 * %mvm->add_stream_wk later allocates the queues and TXes the deferred frames. 70 * the deferred frames s [all...] |
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 83 u64 tx_octets; /* total # of octets in good frames */ 84 u64 tx_frames; /* all good frames */ 85 u64 tx_bcast_frames; /* all broadcast frames */ 86 u64 tx_mcast_frames; /* all multicast frames */ 87 u64 tx_ucast_frames; /* all unicast frames */ 88 u64 tx_error_frames; /* all error frames */ 90 u64 tx_frames_64; /* # of Tx frames in a particular range */ 98 u64 tx_drop; /* # of dropped Tx frames */ 99 u64 tx_pause; /* # of transmitted pause frames */ 100 u64 tx_ppp0; /* # of transmitted PPP prio 0 frames */ [all …]
|