HomeSort by: relevance | last modified time | path
    Searched refs:ds0 (Results 1 - 14 of 14) 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/external/mpl/dhcp/bind/dist/lib/dns/
keytable.c 316 dns_rdata_ds_t ds0; local
317 result = dns_rdata_tostruct(rdata, &ds0, NULL);
319 add_ds(node->data, &ds0, keytable->mctx);
  /src/external/mpl/bind/dist/lib/dns/
keytable.c 283 dns_rdata_ds_t ds0; local
284 result = dns_rdata_tostruct(rdata, &ds0, NULL);
286 add_ds(newnode, &ds0, keytable->mctx);
  /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
4052 ds0 = ds;
4063 , ds0 /* first descriptor */
4116 struct ath_desc *ds, *ds0; local
4136 ds0 = &bf->bf_desc[0];
4188 ath_rate_tx_complete(sc, an, ds, ds0);

Completed in 27 milliseconds