Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c217 size_t ringsz, num_descriptors; in ccp_hw_attach_queue() local
242 ringsz = sizeof(struct ccp_desc) * num_descriptors; in ccp_hw_attach_queue()
256 BUS_SPACE_MAXADDR, NULL, NULL, ringsz, 1, in ccp_hw_attach_queue()
257 ringsz, 0, NULL, NULL, &qp->ring_desc_tag); in ccp_hw_attach_queue()
267 ringsz, ccp_dmamap_cb, &qp->desc_ring_bus_addr, BUS_DMA_WAITOK); in ccp_hw_attach_queue()