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

/freebsd-12-stable/sys/crypto/ccp/
H A Dccp_hardware.c216 size_t ringsz, num_descriptors; local
241 ringsz = sizeof(struct ccp_desc) * num_descriptors;
255 BUS_SPACE_MAXADDR, NULL, NULL, ringsz, 1,
256 ringsz, 0, NULL, NULL, &qp->ring_desc_tag);
266 ringsz, ccp_dmamap_cb, &qp->desc_ring_bus_addr, BUS_DMA_WAITOK);
/freebsd-12-stable/sys/dev/ioat/
H A Dioat.c509 size_t ringsz; local
572 ringsz = sizeof(struct ioat_dma_hw_descriptor) * num_descriptors;
576 ringsz, 1, ringsz, 0, NULL, NULL, &ioat->hw_desc_tag);
586 ringsz, ioat_dmamap_cb, &ioat->hw_desc_bus_addr, BUS_DMA_NOWAIT);

Completed in 93 milliseconds