Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat.c1025 if (qb->qb_allocated_rings & (1 << ring)) in qat_etr_setup_ring()
1028 qb->qb_allocated_rings |= 1 << ring; in qat_etr_setup_ring()
1270 qb->qb_allocated_rings & 0xff); in qat_arb_update()
H A Dqatvar.h217 uint32_t qb_allocated_rings; /* current allocated ring bitfield */ member