Lines Matching refs:u_int

120 	u_int		ah_sifstime;		/* user-specified sifs time */
121 u_int ah_slottime; /* user-specified slot time */
122 u_int ah_acktimeout; /* user-specified ack timeout */
123 u_int ah_ctstimeout; /* user-specified cts timeout */
138 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
155 extern HAL_BOOL ar5210ReleaseTxQueue(struct ath_hal *ah, u_int q);
156 extern HAL_BOOL ar5210ResetTxQueue(struct ath_hal *ah, u_int q);
157 extern uint32_t ar5210GetTxDP(struct ath_hal *, u_int);
158 extern HAL_BOOL ar5210SetTxDP(struct ath_hal *, u_int, uint32_t txdp);
160 extern uint32_t ar5210NumTxPending(struct ath_hal *, u_int);
161 extern HAL_BOOL ar5210StartTxDma(struct ath_hal *, u_int);
162 extern HAL_BOOL ar5210StopTxDma(struct ath_hal *, u_int);
164 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
165 u_int txRate0, u_int txRetries0,
166 u_int keyIx, u_int antMode, u_int flags,
167 u_int rtsctsRate, u_int rtsctsDuration,
168 u_int compicvLen, u_int compivLen, u_int comp);
170 u_int txRate1, u_int txRetries1,
171 u_int txRate2, u_int txRetries2,
172 u_int txRate3, u_int txRetries3);
175 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
203 uint32_t, u_int flags);
212 extern HAL_BOOL ar5210EepromRead(struct ath_hal *, u_int off, uint16_t *data);
213 extern HAL_BOOL ar5210EepromWrite(struct ath_hal *, u_int off, uint16_t data);
216 extern u_int ar5210GetWirelessModes(struct ath_hal *ah);
223 extern void ar5210Gpio0SetIntr(struct ath_hal *, u_int, uint32_t ilevel);
225 extern u_int ar5210GetDefAntenna(struct ath_hal *);
226 extern void ar5210SetDefAntenna(struct ath_hal *, u_int);
240 extern HAL_BOOL ar5210SetSifsTime(struct ath_hal *, u_int);
241 extern u_int ar5210GetSifsTime(struct ath_hal *);
242 extern HAL_BOOL ar5210SetSlotTime(struct ath_hal *, u_int);
243 extern u_int ar5210GetSlotTime(struct ath_hal *);
244 extern HAL_BOOL ar5210SetAckTimeout(struct ath_hal *, u_int);
245 extern u_int ar5210GetAckTimeout(struct ath_hal *);
246 extern HAL_BOOL ar5210SetAckCTSRate(struct ath_hal *, u_int);
247 extern u_int ar5210GetAckCTSRate(struct ath_hal *);
248 extern HAL_BOOL ar5210SetCTSTimeout(struct ath_hal *, u_int);
249 extern u_int ar5210GetCTSTimeout(struct ath_hal *);
267 extern u_int ar5210GetKeyCacheSize(struct ath_hal *);
292 extern const HAL_RATE_TABLE *ar5210GetRateTable(struct ath_hal *, u_int mode);