Lines Matching refs:fq
77 pool->fq = xs->fq_tmp; in xp_create_and_assign_umem()
208 if (!pool->fq || !pool->cq) in xp_assign_dev_shared()
238 if (pool->fq) { in xp_release_deferred()
239 xskq_destroy(pool->fq); in xp_release_deferred()
240 pool->fq = NULL; in xp_release_deferred()
463 if (!xskq_cons_peek_addr_unchecked(pool->fq, &addr)) { in __xp_alloc()
464 pool->fq->queue_empty_descs++; in __xp_alloc()
472 pool->fq->invalid_descs++; in __xp_alloc()
473 xskq_cons_release(pool->fq); in __xp_alloc()
478 xskq_cons_release(pool->fq); in __xp_alloc()
523 return xskq_cons_has_entries(pool->fq, count - pool->free_list_cnt); in xp_can_alloc()