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

  /src/sys/arch/arm/gemini/
gemini_gmac.c 528 i += hwq->hwq_wptr;
576 hwq->hwq_wptr = (v >> 16) & 0xffff;
627 KASSERT(hwq->hwq_wptr == bus_space_read_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0) >> 16);
630 hwq, count, hwq->hwq_rptr, rptr, hwq->hwq_wptr);
634 for (wptr = hwq->hwq_wptr;
644 hwq->hwq_wptr = wptr;
646 if (hwq->hwq_wptr + count >= hwq->hwq_size) {
648 sizeof(gmac_desc_t [hwq->hwq_qoff + hwq->hwq_wptr]),
649 sizeof(gmac_desc_t [hwq->hwq_size - hwq->hwq_wptr]),
651 count -= hwq->hwq_size - hwq->hwq_wptr;
    [all...]
gemini_gmacvar.h 157 uint16_t hwq_wptr; /* next descriptor to write */ member in struct:gmac_hwqueue

Completed in 13 milliseconds