Searched refs:cq_tmp (Results 1 – 4 of 4) sorted by relevance
92 struct xsk_queue *cq_tmp; /* Only as tmp storage before bind */ member
1558 xskq_destroy(xs->cq_tmp); in xsk_release()1587 return xs->fq_tmp && xs->cq_tmp; in xsk_validate_queues()1696 if (xs->fq_tmp || xs->cq_tmp) { in xsk_bind()1748 xs->cq_tmp = NULL; in xsk_bind()1884 &xs->cq_tmp; in xsk_setsockopt()2082 q = state == XSK_READY ? READ_ONCE(xs->cq_tmp) : in xsk_mmap()
100 spin_lock_init(&xs->cq_tmp->cq_cached_prod_lock); in xp_create_and_assign_umem()104 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()