Home
last modified time | relevance | path

Searched refs:num_descriptors (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
241 num_descriptors = 1 << sc->ring_size_order; in ccp_hw_attach_queue()
242 ringsz = sizeof(struct ccp_desc) * num_descriptors; in ccp_hw_attach_queue()
272 qp->completions_ring = malloc(num_descriptors * in ccp_hw_attach_queue()