Searched refs:IDT_TSQ_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/patm/
H A Dif_patm_attach.c766 sc->sq_size = IDT_TSQ_SIZE * IDT_TSQE_SIZE +
809 sc->rsq = (void *)((char *)p + IDT_TSQ_SIZE * IDT_TSQE_SIZE);
810 sc->rsq_phy = sc->tsq_phy + IDT_TSQ_SIZE * IDT_TSQE_SIZE;
976 ret = malloc(IDT_TSQ_SIZE * IDT_TSQE_SIZE, M_TEMP, M_WAITOK);
979 memcpy(ret, sc->tsq, IDT_TSQ_SIZE * IDT_TSQE_SIZE);
982 error = SYSCTL_OUT(req, ret, IDT_TSQ_SIZE * IDT_TSQE_SIZE);
H A Dif_patm_intr.c411 if (++tsqe == &sc->tsq[IDT_TSQ_SIZE])
478 bus_dma_sync_size(sc->sq_tag, sc->sq_map, IDT_TSQ_SIZE * IDT_TSQE_SIZE +
H A Didt77252reg.h295 #define IDT_TSQ_SIZE 1024 /* no. of entries */ macro
H A Dif_patm.c118 for (i = 0; i < IDT_TSQ_SIZE; i++)

Completed in 54 milliseconds