Searched refs:IDT_TSQE_SIZE (Results 1 - 3 of 3) 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 Didt77252reg.h296 #define IDT_TSQE_SIZE 8 /* bytes */ macro
H A Dif_patm_intr.c477 bus_dma_sync_size(sc->sq_tag, sc->sq_map, IDT_TSQ_SIZE * IDT_TSQE_SIZE +

Completed in 63 milliseconds