Home
last modified time | relevance | path

Searched refs:hwq_qoff (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/arm/gemini/
H A Dgemini_gmac.c592 sizeof(gmac_desc_t [hwq->hwq_qoff + rptr]), in gmac_hwqueue_sync()
599 sizeof(gmac_desc_t [hwq->hwq_qoff + rptr]), in gmac_hwqueue_sync()
607 sizeof(gmac_desc_t [hwq->hwq_qoff + rptr]), in gmac_hwqueue_sync()
639 sizeof(gmac_desc_t [hwq->hwq_qoff + wptr]), in gmac_hwqueue_produce()
648 sizeof(gmac_desc_t [hwq->hwq_qoff + hwq->hwq_wptr]), in gmac_hwqueue_produce()
656 sizeof(gmac_desc_t [hwq->hwq_qoff + hwq->hwq_wptr]), in gmac_hwqueue_produce()
900 sizeof(gmac_desc_t [hwq->hwq_qoff + rptr]), in gmac_hwqueue_consume()
912 sizeof(gmac_desc_t [hwq->hwq_qoff + rptr]), in gmac_hwqueue_consume()
1062 hwq->hwq_qoff = hqm->hqm_ndesc * qno; in gmac_hwqueue_create()
1063 hwq->hwq_base = hqm->hqm_base + hwq->hwq_qoff; in gmac_hwqueue_create()
[all …]
H A Dgemini_gmacvar.h156 size_t hwq_qoff; /* offset in descriptors to start */ member
H A Dif_gmc.c489 if (sc->sc_txq[i]->hwq_qoff < hwq->hwq_qoff) in gmc_ifinit()