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

  /src/sys/arch/arm/gemini/
gemini_gmac.c 582 hwq, old_rptr, hwq->hwq_rptr, hwq->hwq_free,
583 hwq->hwq_size - hwq->hwq_free - 1);
585 hwq->hwq_free += (hwq->hwq_rptr - old_rptr) & (hwq->hwq_size - 1);
614 hwq, old_rptr, hwq->hwq_rptr, hwq->hwq_free,
615 hwq->hwq_size - hwq->hwq_free - 1);
625 KASSERT(count < hwq->hwq_free);
632 hwq->hwq_free -= count;
681 hwq, hwq->hwq_free, hwq->hwq_size - hwq->hwq_free - 1,
687 hwq, hwq->hwq_free, hwq->hwq_size - hwq->hwq_free - 1)
    [all...]
gemini_gmacvar.h 159 uint16_t hwq_free; /* descriptors can be produced */ member in struct:gmac_hwqueue
if_gmc.c 125 if (hwq->hwq_free <= count) {

Completed in 34 milliseconds