HomeSort by: relevance | last modified time | path
    Searched refs:ds0 (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_xmit.c 266 const struct ath_desc *ds0)
287 ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
288 ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
290 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2;
291 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3;
427 const struct ath_desc *ds0)
436 ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
437 ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
439 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2;
440 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3
    [all...]
ar5416.h 216 const struct ath_desc *ds0);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_xmit.c 781 const struct ath_desc *ds0)
802 ads->ds_ctl2 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl2);
803 ads->ds_ctl3 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl3);
805 ads->ds_ctl2 = AR5212DESC_CONST(ds0)->ds_ctl2;
806 ads->ds_ctl3 = AR5212DESC_CONST(ds0)->ds_ctl3;
ar5212.h 582 const struct ath_desc *ds0);
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_xmit.c 550 const struct ath_desc *ds0)
568 ads->ds_ctl0 = AR5210DESC_CONST(ds0)->ds_ctl0;
ar5210.h 174 const struct ath_desc *ds0);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_xmit.c 580 const struct ath_desc *ds0)
598 ads->ds_ctl0 = AR5211DESC_CONST(ds0)->ds_ctl0;
ar5211.h 201 const struct ath_desc *ds0);
  /src/sys/dev/ic/
athrate-amrr.c 145 const struct ath_desc *ds, const struct ath_desc *ds0)
athrate-onoe.c 168 const struct ath_desc *ds, const struct ath_desc *ds0)
athrate-sample.c 490 const struct ath_desc *ds, const struct ath_desc *ds0)
502 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */
ath.c 3620 struct ath_desc *ds, *ds0; local in function:ath_tx_start
4052 ds0 = ds;
4063 , ds0 /* first descriptor */
4116 struct ath_desc *ds, *ds0; local in function:ath_tx_processq
4136 ds0 = &bf->bf_desc[0];
4188 ath_rate_tx_complete(sc, an, ds, ds0);

Completed in 21 milliseconds