Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireguard/
H A Dqueueing.h158 struct crypt_queue *device_queue, struct prev_queue *peer_queue, in wg_queue_enqueue_per_device_and_peer() argument
173 cpu = wg_cpumask_next_online(&device_queue->last_cpu); in wg_queue_enqueue_per_device_and_peer()
174 if (unlikely(ptr_ring_produce_bh(&device_queue->ring, skb))) in wg_queue_enqueue_per_device_and_peer()
176 queue_work_on(cpu, wq, &per_cpu_ptr(device_queue->worker, cpu)->work); in wg_queue_enqueue_per_device_and_peer()