HomeSort by relevance Sort by last modified time
    Searched full:hi_prec (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 158 * hi_prec is always >= the number of the highest non-empty precedence
183 if (pq->hi_prec < prec)
184 pq->hi_prec = (uint8)prec;
211 if (pq->hi_prec < prec)
212 pq->hi_prec = (uint8)prec;
364 while ((prec = pq->hi_prec) > 0 && pq->q[prec].head == NULL)
365 pq->hi_prec--;
397 for (prec = 0; prec < pq->hi_prec; prec++)
435 while ((prec = pq->hi_prec) > 0 && pq->q[prec].head == NULL)
436 pq->hi_prec--
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 158 * hi_prec is always >= the number of the highest non-empty precedence
183 if (pq->hi_prec < prec)
184 pq->hi_prec = (uint8)prec;
211 if (pq->hi_prec < prec)
212 pq->hi_prec = (uint8)prec;
364 while ((prec = pq->hi_prec) > 0 && pq->q[prec].head == NULL)
365 pq->hi_prec--;
397 for (prec = 0; prec < pq->hi_prec; prec++)
435 while ((prec = pq->hi_prec) > 0 && pq->q[prec].head == NULL)
436 pq->hi_prec--
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 105 uint16 hi_prec; member in struct:pktq
115 uint16 hi_prec; member in struct:spktq
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 105 uint16 hi_prec; member in struct:pktq
115 uint16 hi_prec; member in struct:spktq

Completed in 92 milliseconds