/haiku/src/libs/compat/freebsd_network/compat/machine/x86/ |
H A D | cpufunc.h | 59 static __inline u_int 60 bsfl(u_int mask) in bsfl() 62 u_int result; in bsfl() 68 static __inline u_int 69 bsrl(u_int mask) in bsrl() 71 u_int result; in bsrl() 106 do_cpuid(u_int ax, u_int *p) in do_cpuid() 114 cpuid_count(u_int ax, u_int cx, u_int *p) in cpuid_count() 129 cpu_monitor(const void *addr, u_long extensions, u_int hints) in cpu_monitor() 137 cpu_mwait(u_long extensions, u_int hints) in cpu_mwait() [all …]
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ |
H A D | ar9300_freebsd.h | 11 extern HAL_BOOL ar9300_stop_tx_dma_freebsd(struct ath_hal *ah, u_int q); 22 struct ieee80211_channel *chan, u_int rxchainmask, 36 struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, 37 u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, 38 u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsCtsDuration, 39 u_int compicvLen, u_int compivLen, u_int comp); 41 struct ath_desc *ds, u_int txRate1, u_int txTries1, 42 u_int txRate2, u_int txTries2, u_int txRate3, u_int txTries3); 45 uint32_t *segLenList, u_int descId, u_int qId, HAL_BOOL firstSeg, 50 struct ath_desc *, u_int, u_int, HAL_11N_RATE_SERIES series[], [all …]
|
H A D | ar9300_stub_funcs.h | 42 extern HAL_BOOL ar9300_Stub_EepromRead(struct ath_hal *, u_int off, uint16_t *data); 43 extern HAL_BOOL ar9300_Stub_EepromWrite(struct ath_hal *, u_int off, uint16_t data); 46 extern u_int ar9300_Stub_GetWirelessModes(struct ath_hal *ah); 53 extern void ar9300_Stub_GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel); 69 extern u_int ar9300_Stub_GetDefAntenna(struct ath_hal *ah); 70 extern void ar9300_Stub_SetDefAntenna(struct ath_hal *ah, u_int antenna); 74 extern HAL_BOOL ar9300_Stub_SetSifsTime(struct ath_hal *, u_int); 75 extern u_int ar9300_Stub_GetSifsTime(struct ath_hal *); 76 extern HAL_BOOL ar9300_Stub_SetSlotTime(struct ath_hal *, u_int); 77 extern u_int ar9300_Stub_GetSlotTime(struct ath_hal *); [all …]
|
H A D | ar9300_freebsd.c | 53 static u_int 56 u_int clks = OS_REG_READ(ah, AR_D_GBL_IFS_SLOT) & 0xffff; in ar9300GetSlotTime() 72 static u_int 84 ar9300_set_nav(struct ath_hal *ah, u_int nav) in ar9300_set_nav() 110 static u_int 113 u_int clks = MS(OS_REG_READ(ah, AR_TIME_OUT), AR_TIME_OUT_CTS); in ar9300_freebsd_get_cts_timeout() 603 ar9300_stop_tx_dma_freebsd(struct ath_hal *ah, u_int q) in ar9300_stop_tx_dma_freebsd() 676 struct ieee80211_channel *chan, u_int rxchainmask, HAL_BOOL long_cal, in ar9300_per_calibration_freebsd() 746 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, in ar9300_freebsd_setup_tx_desc() 747 u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, in ar9300_freebsd_setup_tx_desc() [all …]
|
/haiku/headers/os/drivers/pcmcia/ |
H A D | bulkmem.h | 38 u_int Attributes; 39 u_int CardOffset; 40 u_int RegionSize; 41 u_int AccessSpeed; 42 u_int BlockSize; 43 u_int PartMultiple; 58 u_int Attributes; 59 u_int Offset; 75 u_int Size; 76 u_int Offset; [all …]
|
H A D | cs.h | 36 u_int Action; 38 u_int Value; 47 u_int Action; 48 u_int Resource; 49 u_int Attributes; 58 u_int IOAddrLines; 61 u_int IRQ; 88 u_int Count; 89 u_int Revision; 90 u_int CSLevel; [all …]
|
H A D | cistpl.h | 77 u_int addr; 94 u_int addr; 124 u_int speed; 125 u_int size; 318 u_int speed; 395 u_int size; 400 u_int base; 401 u_int rmask[4]; 420 u_int param[7]; 424 u_int wait, waitscale; [all …]
|
H A D | ss.h | 35 void (*handler)(void *info, u_int events); 58 u_int features; 59 u_int irq_mask; 60 u_int map_size; 77 u_int flags; 78 u_int csc_mask; 117 u_int card_start; 123 u_int start, stop;
|
H A D | ftl.h | 26 u_int EraseCount; 32 u_int FormattedSize; 33 u_int FirstVMAddress; 37 u_int SerialNumber; 38 u_int AltEUHOffset; 39 u_int BAMOffset;
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/ |
H A D | ar5210.h | 119 u_int ah_sifstime; /* user-specified sifs time */ 120 u_int ah_slottime; /* user-specified slot time */ 121 u_int ah_acktimeout; /* user-specified ack timeout */ 122 u_int ah_ctstimeout; /* user-specified cts timeout */ 140 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone); 157 extern HAL_BOOL ar5210ReleaseTxQueue(struct ath_hal *ah, u_int q); 158 extern HAL_BOOL ar5210ResetTxQueue(struct ath_hal *ah, u_int q); 159 extern uint32_t ar5210GetTxDP(struct ath_hal *, u_int); 160 extern HAL_BOOL ar5210SetTxDP(struct ath_hal *, u_int, uint32_t txdp); 162 extern uint32_t ar5210NumTxPending(struct ath_hal *, u_int); [all …]
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/ |
H A D | ar5211.h | 131 u_int ah_sifstime; /* user-specified sifs time */ 132 u_int ah_slottime; /* user-specified slot time */ 133 u_int ah_acktimeout; /* user-specified ack timeout */ 134 u_int ah_ctstimeout; /* user-specified cts timeout */ 158 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone); 178 extern HAL_BOOL ar5211ReleaseTxQueue(struct ath_hal *ah, u_int q); 179 extern HAL_BOOL ar5211ResetTxQueue(struct ath_hal *ah, u_int q); 180 extern uint32_t ar5211GetTxDP(struct ath_hal *, u_int); 181 extern HAL_BOOL ar5211SetTxDP(struct ath_hal *, u_int, uint32_t txdp); 183 extern HAL_BOOL ar5211StartTxDma(struct ath_hal *, u_int); [all …]
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/ |
H A D | amrr.h | 54 u_int amn_tx_try0_cnt; 55 u_int amn_tx_try1_cnt; 56 u_int amn_tx_try2_cnt; 57 u_int amn_tx_try3_cnt; 58 u_int amn_tx_failure_cnt; 60 u_int amn_success_threshold; 61 u_int amn_success; 62 u_int amn_recovery; 74 u_int amn_tx_try1; /* series 1 try count */ 75 u_int amn_tx_try2; /* series 2 try count */ [all …]
|
/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/ |
H A D | cpufunc.h | 62 static __inline u_int 63 bsfl(u_int mask) in bsfl() 65 u_int result; in bsfl() 80 static __inline u_int 81 bsrl(u_int mask) in bsrl() 83 u_int result; in bsrl() 126 do_cpuid(u_int ax, u_int *p) in do_cpuid() 134 cpuid_count(u_int ax, u_int cx, u_int *p) in cpuid_count() 154 inb(u_int port) in inb() 162 static __inline u_int [all …]
|
/haiku/src/libs/compat/freebsd_network/compat/dev/mii/ |
H A D | miivar.h | 62 u_int mii_instance; 67 u_int mii_media_status; 68 u_int mii_media_active; 101 u_int mii_capmask; /* capability mask for BMSR */ 102 u_int mii_phy; /* our MII address */ 103 u_int mii_offset; /* first PHY, second PHY, etc. */ 104 u_int mii_inst; /* instance for ifmedia */ 111 u_int mii_flags; /* misc. flags; see below */ 112 u_int mii_capabilities; /* capabilities from BMSR */ 113 u_int mii_extcapabilities; /* extended capabilities */ [all …]
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/ |
H A D | ar5416.h | 107 u_int ah_globaltxtimeout; /* global tx timeout */ 108 u_int ah_gpioMask; 216 extern HAL_BOOL ar5416EepromRead(struct ath_hal *, u_int off, uint16_t *data); 217 extern HAL_BOOL ar5416EepromWrite(struct ath_hal *, u_int off, uint16_t data); 228 extern void ar5416GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel); 230 extern u_int ar5416GetWirelessModes(struct ath_hal *ah); 293 struct ath_desc *, uint32_t size, u_int flags); 370 extern HAL_BOOL ar5416StopTxDma(struct ath_hal *ah, u_int q); 372 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, 373 u_int txRate0, u_int txTries0, [all …]
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_amrr.h | 37 u_int amrr_min_success_threshold; 38 u_int amrr_max_success_threshold; 53 u_int amn_txcnt; 54 u_int amn_success; 55 u_int amn_success_threshold; 56 u_int amn_recovery; 57 u_int amn_retrycnt;
|
H A D | ieee80211_scan.h | 94 void (*sc_set_scan_duration)(struct ieee80211vap *, u_int); 96 struct ieee80211vap *, int, u_int, u_int, u_int, u_int, 99 struct ieee80211vap *, int, u_int, u_int, u_int, u_int, 171 u_int duration, u_int mindwell, u_int maxdwell, 172 u_int nssid, const struct ieee80211_scan_ssid ssids[]); 174 u_int duration, u_int mindwell, u_int maxdwell, 175 u_int nssid, const struct ieee80211_scan_ssid ssids[]); 290 u_int se_age; /* age of entry (0 on create) */
|
/haiku/src/libs/compat/openbsd_wlan/net80211/ |
H A D | ieee80211_amrr.h | 35 u_int amrr_min_success_threshold; 36 u_int amrr_max_success_threshold; 46 u_int amn_success; 47 u_int amn_recovery; 48 u_int amn_success_threshold; 49 u_int amn_txcnt; 50 u_int amn_retrycnt;
|
H A D | ieee80211_rssadapt.h | 52 u_int rc_decay_denom; 53 u_int rc_decay_old; 55 u_int rc_thresh_denom; 56 u_int rc_thresh_old; 58 u_int rc_avgrssi_denom; 59 u_int rc_avgrssi_old; 80 u_int id_len; /* Tx packet length */ 81 u_int id_rateidx; /* index into ni->ni_rates */ 98 u_int, int, const char *, int);
|
/haiku/src/system/libroot/os/arch/sparc/ |
H A D | softfloat.c | 38 void _Qp_ ## op(u_int *c, u_int *a, u_int *b); \ 40 _Qp_ ## op(u_int *c, u_int *a, u_int *b) \ 59 void _Qp_ ## qname ## toq(u_int *c, ntype n); \ 61 _Qp_ ## qname ## toq(u_int *c, ntype n) \ 76 type _Qp_qto ## qname(u_int *c); \ 78 _Qp_qto ## qname(u_int *c) \ 81 union { u_int a; type n; } u; \ 102 int _Qp_ ## name(u_int *a, u_int *b) ; \ 104 _Qp_ ## name(u_int *a, u_int *b) \ 121 void _Qp_sqrt(u_int *c, u_int *a); [all …]
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ |
H A D | ah.h | 699 u_int rs_count; /* number of valid entries */ 712 u_int Tries; 713 u_int Rate; /* hardware rate code */ 714 u_int RateIndex; /* rate series table index */ 715 u_int PktDuration; 716 u_int ChSel; 717 u_int RateFlags; 722 u_int tx_power_cap; /* in 1/2 dBm units XXX TODO */ 1243 u_int mode); 1261 struct ieee80211_channel *, u_int chainMask, [all …]
|
/haiku/src/libs/compat/openbsd_wlan/crypto/ |
H A D | hmac.h | 25 u_int key_len; 31 u_int key_len; 37 u_int key_len; 42 void HMAC_MD5_Init(HMAC_MD5_CTX *, const u_int8_t *, u_int) 44 void HMAC_MD5_Update(HMAC_MD5_CTX *, const u_int8_t *, u_int) 49 void HMAC_SHA1_Init(HMAC_SHA1_CTX *, const u_int8_t *, u_int) 51 void HMAC_SHA1_Update(HMAC_SHA1_CTX *, const u_int8_t *, u_int) 56 void HMAC_SHA256_Init(HMAC_SHA256_CTX *, const u_int8_t *, u_int) 58 void HMAC_SHA256_Update(HMAC_SHA256_CTX *, const u_int8_t *, u_int)
|
/haiku/src/libs/compat/openbsd_network/compat/net/ |
H A D | if_var-obsd.h | 67 u_int rxr_alive; 68 u_int rxr_cwm; 69 u_int rxr_lwm; 70 u_int rxr_hwm; 79 if_rxr_init(struct if_rxring *rxr, u_int lwm, u_int hwm) in if_rxr_init() 116 static inline u_int 117 if_rxr_get(struct if_rxring *rxr, u_int max) in if_rxr_get() 120 u_int diff; in if_rxr_get()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/ |
H A D | ar5212.h | 135 u_int modeIndex, u_int freqIndex, int regWrites); 305 u_int ah_slottime; /* user-specified slot time */ 306 u_int ah_acktimeout; /* user-specified ack timeout */ 307 u_int ah_ctstimeout; /* user-specified cts timeout */ 308 u_int ah_sifstime; /* user-specified sifs time */ 333 u_int ah_pcdacTableSize; 467 extern HAL_BOOL ar5212EepromRead(struct ath_hal *, u_int off, uint16_t *data); 468 extern HAL_BOOL ar5212EepromWrite(struct ath_hal *, u_int off, uint16_t data); 471 extern u_int ar5212GetWirelessModes(struct ath_hal *ah); 478 extern void ar5212GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel); [all …]
|
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/ |
H A D | if_fxpreg.h | 150 u_int __FXP_BITFIELD2(byte_count:6, :2); 151 u_int __FXP_BITFIELD3(rx_fifo_limit:4, tx_fifo_limit:3, :1); 153 u_int __FXP_BITFIELD5(mwi_enable:1, /* 8,9 */ 158 u_int __FXP_BITFIELD2(rx_dma_bytecount:7, :1); 159 u_int __FXP_BITFIELD2(tx_dma_bytecount:7, dma_mbce:1); 160 u_int __FXP_BITFIELD8(late_scb:1, /* 7 */ 168 u_int __FXP_BITFIELD6(disc_short_rx:1, 174 u_int __FXP_BITFIELD3(mediatype:1, /* 7 */ 177 u_int __FXP_BITFIELD6(tcp_udp_cksum:1, /* 9 */ 183 u_int __FXP_BITFIELD4(:3, [all …]
|