Lines Matching refs:u_int

132 	u_int		ah_sifstime;		/* user-specified sifs time */
133 u_int ah_slottime; /* user-specified slot time */
134 u_int ah_acktimeout; /* user-specified ack timeout */
135 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);
184 extern HAL_BOOL ar5211StopTxDma(struct ath_hal *, u_int);
185 extern uint32_t ar5211NumTxPending(struct ath_hal *, u_int qnum);
186 extern HAL_BOOL ar5211IsTxQueueStopped(struct ath_hal *, u_int);
189 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
190 u_int txRate0, u_int txTries0,
191 u_int keyIx, u_int antMode, u_int flags,
192 u_int rtsctsRate, u_int rtsctsDuration,
193 u_int compicvLen, u_int compivLen, u_int comp);
195 u_int txRate1, u_int txRetries1,
196 u_int txRate2, u_int txRetries2,
197 u_int txRate3, u_int txRetries3);
200 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
228 uint32_t, u_int flags);
237 extern HAL_BOOL ar5211EepromRead(struct ath_hal *, u_int off, uint16_t *data);
238 extern HAL_BOOL ar5211EepromWrite(struct ath_hal *, u_int off, uint16_t data);
241 extern u_int ar5211GetWirelessModes(struct ath_hal *);
244 extern void ar5211GpioSetIntr(struct ath_hal *, u_int, uint32_t ilevel);
250 extern u_int ar5211AntennaGet(struct ath_hal *);
262 extern HAL_BOOL ar5211SetSlotTime(struct ath_hal *, u_int);
263 extern u_int ar5211GetSlotTime(struct ath_hal *);
264 extern HAL_BOOL ar5211SetAckTimeout(struct ath_hal *, u_int);
265 extern u_int ar5211GetAckTimeout(struct ath_hal *);
266 extern HAL_BOOL ar5211SetAckCTSRate(struct ath_hal *, u_int);
267 extern u_int ar5211GetAckCTSRate(struct ath_hal *);
268 extern HAL_BOOL ar5211SetCTSTimeout(struct ath_hal *, u_int);
269 extern u_int ar5211GetCTSTimeout(struct ath_hal *);
270 extern HAL_BOOL ar5211SetSifsTime(struct ath_hal *, u_int);
271 extern u_int ar5211GetSifsTime(struct ath_hal *);
275 extern u_int ar5211GetDefAntenna(struct ath_hal *);
276 extern void ar5211SetDefAntenna(struct ath_hal *ah, u_int antenna);
294 extern u_int ar5211GetKeyCacheSize(struct ath_hal *);
320 extern const HAL_RATE_TABLE *ar5211GetRateTable(struct ath_hal *, u_int mode);