HomeSort by: relevance | last modified time | path
    Searched defs:series (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/include/
platid.h 67 unsigned int series :PLATID_SERIES_BITS; member in struct:__anon5a140b99010a::platid
  /src/sys/dev/ic/
arn5008.c 1000 * for the final series used. We must add the number of tries for
1001 * each series that was fully processed.
1004 /* NB: Assume two tries per series. */
1311 struct athn_series series[4]; local in function:ar5008_tx
1545 series[i].hwrate = athn_rates[ridx[i]].hwrate;
1549 series[i].hwrate |= 0x04;
1550 series[i].dur = 0;
1553 /* Compute duration for each series. */
1555 series[i].dur = athn_txtime(sc, IEEE80211_ACK_LEN,
1560 /* Write number of tries for each series. *
    [all...]
arn9003.c 1146 * for the final series used. We must add the number of tries for
1147 * each series that was fully processed.
1150 /* NB: Assume two tries per series. */
1463 struct athn_series series[4]; local in function:ar9003_tx
1705 series[i].hwrate = athn_rates[ridx[i]].hwrate;
1709 series[i].hwrate |= 0x04;
1710 series[i].dur = 0;
1713 /* Compute duration for each series. */
1715 series[i].dur = athn_txtime(sc, IEEE80211_ACK_LEN,
1725 /* Write number of tries for each series. *
    [all...]

Completed in 14 milliseconds