Searched refs:cq_tmp (Results 1 – 4 of 4) sorted by relevance
91 struct xsk_queue *cq_tmp; /* Only as tmp storage before bind */ member
1249 xskq_destroy(xs->cq_tmp); in xsk_release()1278 return xs->fq_tmp && xs->cq_tmp; in xsk_validate_queues()1386 if (xs->fq_tmp || xs->cq_tmp) { in xsk_bind()1435 xs->cq_tmp = NULL; in xsk_bind()1571 &xs->cq_tmp; in xsk_setsockopt()1772 q = state == XSK_READY ? READ_ONCE(xs->cq_tmp) : in xsk_mmap()
95 spin_lock_init(&xs->cq_tmp->cq_cached_prod_lock); in xp_create_and_assign_umem()99 pool->cq = xs->cq_tmp; in xp_create_and_assign_umem()
634 struct ionic_cq *cq, *cq_tmp; in ionic_flush_qs() local662 list_for_each_entry_safe(cq, cq_tmp, &flush_list, ibkill_flush_ent) { in ionic_flush_qs()