/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | tweakfld.in | 1 …Rate Linearity EIPS C-Ka 1.108 0.13484 N/A N/A C8H8 10.32 C8H8 20.64 FIXED 1000 NO 0 0 0 HRC,I 100… 2 …Rate Linearity EIPS Al-Ka 4.458 0.642119 N/A N/A Al 18.38 Al 36.76 FIXED 1000 NO 0 0 0 HRC,I 1000 … 3 …Rate Linearity EIPS Ti-Ka 22.55 3.02894 N/A N/A Ti 40.6 N/A N/A FIXED 1000 NO 0 0 0 HRC,I 1000 N/A…
|
H A D | tweakfld.ok | 1 …Rate Linearity EIPS C-Ka 1.108 0.13484 N/A N/A C8H8 10.32 C8H8 20.64 FIXED-FREE 1000 NO 0 0 0 HRC,… 2 …Rate Linearity EIPS Al-Ka 4.458 0.642119 N/A N/A Al 18.38 Al 36.76 FIXED-FREE 1000 NO 0 0 0 HRC,I … 3 …Rate Linearity EIPS Ti-Ka 22.55 3.02894 N/A N/A Ti 40.6 N/A N/A FIXED-FREE 1000 NO 0 0 0 HRC,I 100…
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_rate.c | 7 * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting 20 * 3. Neither the names of the above-listed copyright holders nor the names 73 ath_rate_update(ath_t *asc, struct ieee80211_node *in, int32_t rate) in ath_rate_update() argument 76 const HAL_RATE_TABLE *rt = asc->asc_currates; in ath_rate_update() 81 in->in_txrate = rate; in ath_rate_update() 84 an->an_tx_mgtrate = rt->info[0].rateCode; in ath_rate_update() 85 an->an_tx_mgtratesp = an->an_tx_mgtrate | rt->info[0].shortPreamble; in ath_rate_update() 88 an->an_tx_mgtrate, an->an_tx_mgtratesp)); in ath_rate_update() 90 * Before associating a node has no rate set setup in ath_rate_update() 94 * lowest hardware rate. in ath_rate_update() [all …]
|
H A D | ath_hal.h | 2 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting, Atheros 19 * 4. Neither the names of the above-listed copyright holders nor the 48 * structure for use with the device. Hardware-related operations that 83 #define CHANNEL_DYN 0x00400 /* dynamic CCK-OFDM channel */ 85 #define CHANNEL_STURBO 0x02000 /* Static turbo, no 11a-only usage */ 86 #define CHANNEL_HALF 0x04000 /* Half rate channel */ 87 #define CHANNEL_QUARTER 0x08000 /* Quarter rate channel */ 130 #define HAL_TXDESC_INTREQ 0x0010 /* enable per-descriptor interrupt */ 139 #define HAL_RXDESC_INTREQ 0x0020 /* enable per-descriptor interrupt */ 149 #define HAL_TXSTAT_ALTRATE 0x80 /* alternate xmit rate used */ [all …]
|
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/ |
H A D | nv_sgpio.h | 51 /* Command field - write-only */ 63 /* Command Status field - read-only */ 74 /* Sequence field - read-only */ 80 /* SGPIO Status field - read-only */ 99 uint64_t sgpio_sr; /* Scratch Register 0-1 */ 101 uint32_t sgpio_sr; /* Scratch Register 0-1 */ 102 uint32_t sgpio_sr1; /* Scratch Register 0-1 */ 119 * Contains read-only configuration fields that are unique to NVIDIA's 129 /* fixed value */ 158 /* fixed value */ [all …]
|
/illumos-gate/usr/src/man/man5/ |
H A D | au.5 | 8 au \- AU audio file format 27 multi-byte audio data may require byte reversal for proper playback on 72 AUDIO_AU_UNKNOWN_SIZE ( ~0 ) /* (unsigned) -1 */ 87 AUDIO_AU_ENCODING_ULAW /* 8-bit u-law */ 88 AUDIO_AU_ENCODING_LINEAR_8 /* 8-bit linear PCM */ 89 AUDIO_AU_ENCODING_LINEAR_16 /* 16-bit linear PCM */ 90 AUDIO_AU_ENCODING_LINEAR_24 /* 24-bit linear PCM */ 91 AUDIO_AU_ENCODING_LINEAR_32 /* 32-bit linear PCM */ 96 AUDIO_AU_ENCODING_FIXED_8 /* 8-bit fixed point */ 97 AUDIO_AU_ENCODING_FIXED_16 /* 16-bit fixed point */ [all …]
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_beacon.c | 33 * up all required antenna switch parameters, rate codes, and channel flags. 34 * Beacons are always sent out at the lowest rate, and are not retried. 41 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in arn_beacon_setup() 43 mblk_t *mp = bf->bf_m; in arn_beacon_setup() 44 struct ath_hal *ah = sc->sc_ah; in arn_beacon_setup() 49 uint8_t rix, rate; in arn_beacon_setup() local 55 ds = bf->bf_desc; in arn_beacon_setup() 58 if (sc->sc_ah->ah_opmode == ATH9K_M_IBSS && in arn_beacon_setup() 59 (ah->ah_caps.hw_caps & ATH9K_HW_CAP_VEOL)) { in arn_beacon_setup() 60 ds->ds_link = bf->bf_daddr; /* self-linked */ in arn_beacon_setup() [all …]
|
H A D | arn_rc.c | 8 * Copyright (c) 2004-2008 Atheros Communications, Inc. 453 for (i = ath_rc_priv->max_valid_rate - 1; i > 0; i--) { in arn_rc_sort_validrates() 454 for (j = 0; j <= i-1; j++) { in arn_rc_sort_validrates() 455 idx = ath_rc_priv->valid_rate_index[j]; in arn_rc_sort_validrates() 456 idx_next = ath_rc_priv->valid_rate_index[j+1]; in arn_rc_sort_validrates() 458 if (rate_table->info[idx].ratekbps > in arn_rc_sort_validrates() 459 rate_table->info[idx_next].ratekbps) { in arn_rc_sort_validrates() 460 ath_rc_priv->valid_rate_index[j] = idx_next; in arn_rc_sort_validrates() 461 ath_rc_priv->valid_rate_index[j+1] = idx; in arn_rc_sort_validrates() 472 for (i = 0; i < ath_rc_priv->rate_table_size; i++) in arn_rc_init_valid_txmask() [all …]
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_proto.c | 7 * Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 12 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 90 struct ieee80211_impl *im = ic->ic_private; in ieee80211_proto_attach() 92 ic->ic_rtsthreshold = IEEE80211_RTS_DEFAULT; in ieee80211_proto_attach() 93 ic->ic_fragthreshold = IEEE80211_FRAG_DEFAULT; in ieee80211_proto_attach() 94 ic->ic_fixed_rate = IEEE80211_FIXED_RATE_NONE; in ieee80211_proto_attach() 95 ic->ic_protmode = IEEE80211_PROT_CTSONLY; in ieee80211_proto_attach() 96 im->im_bmiss_max = IEEE80211_BMISS_MAX; in ieee80211_proto_attach() 98 ic->ic_wme.wme_hipri_switch_hysteresis = in ieee80211_proto_attach() 102 ic->ic_newstate = ieee80211_newstate; in ieee80211_proto_attach() [all …]
|
H A D | net80211_input.c | 8 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 76 if (mp->b_flag & M_AMPDU) { in ieee80211_input() 78 * Fastpath for A-MPDU reorder q resubmission. Frames in ieee80211_input() 86 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_input() 88 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in ieee80211_input() 92 mp->b_flag &= ~M_AMPDU; in ieee80211_input() 97 in->in_inact = in->in_inact_reload; in ieee80211_input() 98 type = (uint8_t)-1; /* undefined */ in ieee80211_input() 106 * Bit of a cheat here, we use a pointer for a 3-address in ieee80211_input() 111 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_input() [all …]
|
/illumos-gate/usr/src/uts/common/io/mwl/ |
H A D | mwl_var.h | 7 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting 8 * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. 88 #define IEEE80211_CHAN_HALF 0x00004000 /* Half rate channel */ 89 #define IEEE80211_CHAN_QUARTER 0x00008000 /* Quarter rate channel */ 125 (((_c)->ic_flags & IEEE80211_CHAN_2GHZ) != 0) 127 (((_c)->ic_flags & IEEE80211_CHAN_5GHZ) != 0) 130 (((_c)->ic_flags & IEEE80211_CHAN_FHSS) == IEEE80211_CHAN_FHSS) 132 (((_c)->ic_flags & IEEE80211_CHAN_A) == IEEE80211_CHAN_A) 134 (((_c)->ic_flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B) 136 (((_c)->ic_flags & IEEE80211_CHAN_PUREG) == IEEE80211_CHAN_PUREG) [all …]
|
H A D | mwl_reg.h | 7 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting 8 * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. 47 #define MWL_MBSS_SUPPORT /* enable multi-bss support */ 70 #define MAX_TXWCB_QUEUES TOTAL_TX_QUEUES - NUM_ACK_EVENT_QUEUE 80 #define MWL_ANT_INFO_SUPPORT /* per-antenna data in rx descriptor */ 209 * @11E-BA@ 292 uint8_t rsvd3[3]; /* Reserved - To make word aligned */ 335 #define EAGLE_TXD_FORMAT 0x0001 /* frame format/rate */ 336 #define EAGLE_TXD_FORMAT_LEGACY 0x0000 /* legacy rate frame */ 337 #define EAGLE_TXD_FORMAT_HT 0x0001 /* HT rate frame */ [all …]
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.h | 22 * Copyright (C) 4Front Technologies 1996-2008. 31 * GRC3 is a high quality sample rate conversion module that uses fixed point 65 Tutorial on how to use GRC3 rate conversion 68 are working with stereo files - you will need 2 of such instances, 69 for quadro - 4. 71 The instances may be allocated in either static or dynamic memory - that 95 grc - pointer to grc3state_t instance 96 fromRate - source sample rate 97 toRate - destination sample rate 99 Note, that sample rates itself are not important - the important thing [all …]
|
/illumos-gate/usr/src/man/man4d/ |
H A D | st.4d | 8 st \- driver for SCSI tape devices 26 % strings /kernel/drv/sparcv9/st | grep -i <tape device name> 37 % strings /kernel/drv/st | grep -i <tape device name> 73 In multi-initiator environments, the driver will not reserve the tape drive if 81 If a SCSI-3 persistent reservation is done through the driver, the driver 82 disables all existing SCSI-2 reservations. 97 written in, the driver overrides the user-selected format. For example, if a 98 1/4" cartridge tape is written in QIC-24 format and opened for reading in 99 QIC-150, the driver detects a read failure on the first read and automatically 100 switches to QIC-24 to read the data. [all …]
|
H A D | profile.4d | 8 profile \- DTrace profile interrupt provider 12 time-based interrupt event sources that can be used as DTrace probes. 15 Each profile event source is a time-based interrupt firing every fixed, 18 behavior. If the sampling rate is high, or the sampling time is long, an
|
/illumos-gate/usr/src/boot/efi/include/Protocol/ |
H A D | UsbIo.h | 8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 9 SPDX-License-Identifier: BSD-2-Clause-Patent 169 Interrupt Transfer is typically used to query a device's status at a fixed rate. For example, 171 a fixed rate. 185 …@param PollingInterval Indicates the periodic rate, in milliseconds, that the transfer is t… 452 This is a 16-bit ID defined by Microsoft. This
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | net80211.h | 7 * Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 12 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting 87 #define IEEE80211_C_WDS 0x08000000 /* CAPABILITY: 4-addr support */ 96 * ic_htcaps: HT-specific device/driver capabilities 98 * NB: the low 16-bits are the 802.11 definitions, the upper 99 * 16-bits are used to define s/w/driver capabilities. 101 #define IEEE80211_HTC_AMPDU 0x00010000 /* CAPABILITY: A-MPDU tx */ 102 #define IEEE80211_HTC_AMSDU 0x00020000 /* CAPABILITY: A-MSDU tx */ 127 #define IEEE80211_F_TXPOW_FIXED 0x00010000 /* TX Power: fixed rate */ 145 #define IEEE80211_FEXT_NONHT_PR 0x00000001 /* STATUS: non-HT sta present */ [all …]
|
H A D | net80211_proto.h | 8 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 98 IEEE80211_T_TURBO, /* high rate OFDM, aka turbo mode */ 117 IEEE80211_PROT_RTSCTS = 2 /* RTS-CTS */ 125 uint8_t i_fc[2]; /* [0]-protocol version, [1]-type & subtype */ 234 struct ieee80211_frame_cfend { /* NB: also CF-End+CF-Ack */ 258 uint8_t tim_bitmap[1]; /* variable-length bitmap */ 355 /* HT - recommended transmission channel width */ 366 /* BA - ADDBA request */ 375 /* BA - ADDBA response */ 384 /* BA - DELBA */ [all …]
|
/illumos-gate/usr/src/man/man4i/ |
H A D | audio.4i | 29 to the device-specific manual pages for a complete description of each hardware 44 .Ss "Multi-Stream Codecs" 45 The audio mixer supports multi-stream Codecs. 47 that provide sample rate conversion, hardware mixing, and other features. 58 monaural audio recorded in \(*m-Law format (pronounced 59 .Em mew-law ) 61 audio format (stereo 16-bit linear 73 Sample Rate, Encoding, Precision, and Channels. 74 Refer to the device-specific 80 .Ss "Sample Rate" [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 11 ------ 12 1. Problem: CQ92630 - NULL pointer dereference in query stats flow 26 ------ 37 2. Problem: CQ92434 - system crash after loading qedr with MTU=128. 45 3. Problem: CQ91521 - System hits assertion while trying to modify Jumbo 48 Change: OSAL_IOV_VF_VPORT_STOP is introduced to allow upper-client to 55 4. Problem: CQ91595 - Firmware stop sending packets for some time after 64 5. Problem: CQ92301, CQ92431, CQ92465 - Firmware assertion may happen when 73 6. Problem: CQ92424 - When peer is unreachable, connection tear-down may 83 7. Problem: CQ92054 - FW assertion may happen on a race condition where RST [all …]
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | curshdr.h | 32 * University Copyright- Copyright (c) 1982, 1986, 1988 36 * University Acknowledgment- Portions of this document are derived from 48 #define _NOHASH (-1) /* if the hash value is unknown */ 49 #define _REDRAW (-2) /* if line need redrawn */ 50 #define _BLANK (-3) /* if line is blank */ 55 #define _INPUTPENDING cur_term->_iwait 57 #define _VIDS(na, oa) (vidupdate((na), (oa), _outch), curscr->_attrs = (na)) 58 #define _ONINSERT() (_PUTS(enter_insert_mode, 1), SP->phys_irm = TRUE) 59 #define _OFFINSERT() (_PUTS(exit_insert_mode, 1), SP->phys_irm = FALSE) 72 short icfixed; /* Insert char fixed overhead */ [all …]
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.news | 25 *** NOTE: All pre-1980 commentary has been removed from this file. *** 38 -r [optional arg] -L (for listing of recovered files) 39 -r arg (to recover file "arg") 40 +cmd -c cmd 41 - (for silent) -s 49 types "vi -r file" when "file" is encrypted, the program will 54 ------------ -------------- ------- 55 vi -r file YES prompted for key associated 59 vi -r file NO regular recovery 62 vi -r -x file YES prompted for editing session key [all …]
|
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath_reg.h | 54 * Messages are passed in Target Endianness. All fixed-size 55 * fields of a WDS Control Message are treated as 32-bit 56 * values and Control Msgs are guaranteed to be 32-bit aligned. 66 * A variable-length parameter, or a parmeter that is larger than 68 * 32-bit quantity and data is padded to 32 bits. 75 /* messages from Host -> Target */ 92 /* messages from Target -> Host */ 174 uint32_t tstamp_low; /* low-order 32-bits of rx timestamp */ 175 uint32_t tstamp_high; /* high-order 32-bits of rx timestamp */ 177 uint32_t rate; /* rx rate code */ member [all …]
|
/illumos-gate/usr/src/lib/libsff/common/ |
H A D | libsff.c | 19 * majority of parsing page 0xa0 based on SFF 8472 (thus covering INF-8074 and 20 * friends) and SFF 8636 (thus covering SFF-8436 and friends). Interfaces that 54 * This table is derived from SFF 8024 Section 4.1, Table 4-1. 65 "XFP-E", 68 "DWDM-SFP/SFP+ (not using SFF-8472)", 88 * This table is derived from SFF 8024 r3.9 Table 4-2. 122 "100GBASE-SR4 or 25GBASE-SR", 123 "100GBASE-LR4 or 25GBASE-LR", 124 "100GBASE-ER4 or 25GBASE-ER", 125 "100GBASE-SR10", [all …]
|
/illumos-gate/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 344 /* write address (A5-A0 or A7-A0) */ in rt2661_eeprom_read() 346 for (; n >= 0; n--) { in rt2661_eeprom_read() 355 /* read data Q15-Q0 */ in rt2661_eeprom_read() 357 for (n = 15; n >= 0; n--) { in rt2661_eeprom_read() 378 struct ieee80211com *ic = &sc->sc_ic; in rt2661_read_eeprom() 384 ic->ic_macaddr[0] = val & 0xff; in rt2661_read_eeprom() 385 ic->ic_macaddr[1] = val >> 8; in rt2661_read_eeprom() 388 ic->ic_macaddr[2] = val & 0xff; in rt2661_read_eeprom() 389 ic->ic_macaddr[3] = val >> 8; in rt2661_read_eeprom() 392 ic->ic_macaddr[4] = val & 0xff; in rt2661_read_eeprom() [all …]
|