Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qat_c2xxx/
HDqat.c908 if (qb->qb_allocated_rings & (1 << ring)) in qat_etr_setup_ring()
911 qb->qb_allocated_rings |= 1 << ring; in qat_etr_setup_ring()
1113 qb->qb_allocated_rings & 0xff); in qat_arb_update()
HDqatvar.h190 uint32_t qb_allocated_rings; /* current allocated ring bitfiled */ member