Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.c531 size_t ringsz; in ioat3_attach() local
594 ringsz = sizeof(struct ioat_dma_hw_descriptor) * num_descriptors; in ioat3_attach()
598 ringsz, 1, ringsz, 0, NULL, NULL, &ioat->hw_desc_tag); in ioat3_attach()
608 ringsz, ioat_dmamap_cb, &ioat->hw_desc_bus_addr, BUS_DMA_NOWAIT); in ioat3_attach()
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c215 size_t ringsz, num_descriptors; in ccp_hw_attach_queue() local
240 ringsz = sizeof(struct ccp_desc) * num_descriptors; in ccp_hw_attach_queue()
254 BUS_SPACE_MAXADDR, NULL, NULL, ringsz, 1, in ccp_hw_attach_queue()
255 ringsz, 0, NULL, NULL, &qp->ring_desc_tag); in ccp_hw_attach_queue()
265 ringsz, ccp_dmamap_cb, &qp->desc_ring_bus_addr, BUS_DMA_WAITOK); in ccp_hw_attach_queue()