HomeSort by relevance Sort by last modified time
    Searched refs:pktq_full (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 291 if (!pktq_pfull(q, prec) && !pktq_full(q)) {
299 else if (pktq_full(q)) {
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 165 #define pktq_full(pq) ((pq)->len >= (pq)->max) macro
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 164 ASSERT(!pktq_full(pq));
193 ASSERT(!pktq_full(pq));
    [all...]

Completed in 178 milliseconds