Home
last modified time | relevance | path

Searched refs:HE_TPD_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/hatm/
HDif_hatmvar.h169 #define HE_TPD_SIZE 64 macro
191 (I) * HE_TPD_SIZE))
HDif_hatm_intr.c85 CTASSERT(sizeof(struct tpd) <= HE_TPD_SIZE);
HDif_hatm_tx.c214 sc->tpds.paddr + HE_TPD_SIZE * list[i]->no; in hatm_queue_tpds()
HDif_hatm.c1875 sc->tpds.size = sc->tpd_total * HE_TPD_SIZE; in hatm_attach()