Searched refs:RSP_ENTRIES (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txpreg.h506 #define RSP_ENTRIES 32 macro
H A Dif_txp.c1046 if (txp_dma_malloc(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES,
1051 memset(sc->sc_rspring_dma.dma_vaddr, 0, sizeof(struct txp_rsp_desc) * RSP_ENTRIES);
1056 sc->sc_rspring.size = RSP_ENTRIES * sizeof(struct txp_rsp_desc);

Completed in 65 milliseconds