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

/freebsd-10.2-release/sys/dev/patm/
H A Dif_patm_attach.c765 sc->sq_size = IDT_TSQ_SIZE * IDT_TSQE_SIZE +
808 sc->rsq = (void *)((char *)p + IDT_TSQ_SIZE * IDT_TSQE_SIZE);
809 sc->rsq_phy = sc->tsq_phy + IDT_TSQ_SIZE * IDT_TSQE_SIZE;
975 ret = malloc(IDT_TSQ_SIZE * IDT_TSQE_SIZE, M_TEMP, M_WAITOK);
978 memcpy(ret, sc->tsq, IDT_TSQ_SIZE * IDT_TSQE_SIZE);
981 error = SYSCTL_OUT(req, ret, IDT_TSQ_SIZE * IDT_TSQE_SIZE);
H A Dif_patm_intr.c410 if (++tsqe == &sc->tsq[IDT_TSQ_SIZE])
477 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.c117 for (i = 0; i < IDT_TSQ_SIZE; i++)

Completed in 62 milliseconds