Searched refs:ring_size_order (Results 1 – 3 of 3) sorted by relevance
142 unsigned ring_size_order; member250 return ((qp->cq_tail - qp->cq_head) & ((1 << sc->ring_size_order) - 1)); in ccp_queue_get_active()259 return ((1 << sc->ring_size_order) - ccp_queue_get_active(qp) - 1); in ccp_queue_get_ring_space()
241 num_descriptors = 1 << sc->ring_size_order; in ccp_hw_attach_queue()250 1 << (5 + sc->ring_size_order), in ccp_hw_attach_queue()514 idx = (idx + 1) % (1 << sc->ring_size_order); in ccp_intr_handle_error()767 sc->ring_size_order = g_ccp_ring_order; in ccp_hw_attach()768 if (sc->ring_size_order < 6 || sc->ring_size_order > 16) { in ccp_hw_attach()822 if (sc->ring_size_order != 0) in ccp_hw_attach()1462 (1 << qp->cq_softc->ring_size_order); in ccp_do_xts()1666 (1 << qp->cq_softc->ring_size_order); in ccp_do_blkcipher()1755 (1 << qp->cq_softc->ring_size_order); in ccp_do_ghash_aad()1793 (1 << qp->cq_softc->ring_size_order); in ccp_do_gctr()[all …]
659 if (n < 1 || n >= (1 << sc->ring_size_order)) in ccp_queue_reserve_space()706 i = (i + 1) % (1 << qp->cq_softc->ring_size_order)) { in ccp_queue_abort()728 db_printf(" ring_size_order: %u\n", sc->ring_size_order); in db_show_ccp_sc()