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
1243 xskq_destroy(xs->cq_tmp); in xsk_release() 1272 return xs->fq_tmp && xs->cq_tmp; in xsk_validate_queues() 1380 if (xs->fq_tmp || xs->cq_tmp) { in xsk_bind() 1429 xs->cq_tmp = NULL; in xsk_bind() 1565 &xs->cq_tmp; in xsk_setsockopt() 1766 q = state == XSK_READY ? READ_ONCE(xs->cq_tmp) : in xsk_mmap()
93 spin_lock_init(&xs->cq_tmp->cq_cached_prod_lock); in xp_create_and_assign_umem()97 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()