Home
last modified time | relevance | path

Searched refs:cq_tmp (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dxdp_sock.h91 struct xsk_queue *cq_tmp; /* Only as tmp storage before bind */ member
/linux/net/xdp/
H A Dxsk.c1243 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()
H A Dxsk_buff_pool.c93 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()
/linux/drivers/infiniband/hw/ionic/
H A Dionic_admin.c634 struct ionic_cq *cq, *cq_tmp; in ionic_flush_qs() local
662 list_for_each_entry_safe(cq, cq_tmp, &flush_list, ibkill_flush_ent) { in ionic_flush_qs()