Lines Matching refs:u_int
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);
163 extern HAL_BOOL ar5210StartTxDma(struct ath_hal *, u_int);
164 extern HAL_BOOL ar5210StopTxDma(struct ath_hal *, u_int);
166 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
167 u_int txRate0, u_int txRetries0,
168 u_int keyIx, u_int antMode, u_int flags,
169 u_int rtsctsRate, u_int rtsctsDuration,
170 u_int compicvLen, u_int compivLen, u_int comp);
172 u_int txRate1, u_int txRetries1,
173 u_int txRate2, u_int txRetries2,
174 u_int txRate3, u_int txRetries3);
177 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
205 uint32_t, u_int flags);
214 extern HAL_BOOL ar5210EepromRead(struct ath_hal *, u_int off, uint16_t *data);
215 extern HAL_BOOL ar5210EepromWrite(struct ath_hal *, u_int off, uint16_t data);
218 extern u_int ar5210GetWirelessModes(struct ath_hal *ah);
225 extern void ar5210Gpio0SetIntr(struct ath_hal *, u_int, uint32_t ilevel);
227 extern u_int ar5210GetDefAntenna(struct ath_hal *);
228 extern void ar5210SetDefAntenna(struct ath_hal *, u_int);
242 extern HAL_BOOL ar5210SetSifsTime(struct ath_hal *, u_int);
243 extern u_int ar5210GetSifsTime(struct ath_hal *);
244 extern HAL_BOOL ar5210SetSlotTime(struct ath_hal *, u_int);
245 extern u_int ar5210GetSlotTime(struct ath_hal *);
246 extern HAL_BOOL ar5210SetAckTimeout(struct ath_hal *, u_int);
247 extern u_int ar5210GetAckTimeout(struct ath_hal *);
248 extern HAL_BOOL ar5210SetAckCTSRate(struct ath_hal *, u_int);
249 extern u_int ar5210GetAckCTSRate(struct ath_hal *);
250 extern HAL_BOOL ar5210SetCTSTimeout(struct ath_hal *, u_int);
251 extern u_int ar5210GetCTSTimeout(struct ath_hal *);
270 extern void ar5210SetNav(struct ath_hal *ah, u_int val);
271 extern u_int ar5210GetNav(struct ath_hal *ah);
273 extern u_int ar5210GetKeyCacheSize(struct ath_hal *);
298 extern const HAL_RATE_TABLE *ar5210GetRateTable(struct ath_hal *, u_int mode);