Searched refs:equeue (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/ |
D | notify.c | 296 struct events_queue equeue; member 540 pd = container_of(eq, struct scmi_registered_events_desc, equeue); in scmi_events_dispatcher() 596 if (kfifo_avail(&r_evt->proto->equeue.kfifo) < sizeof(eh) + len) { in scmi_notify() 611 kfifo_in(&r_evt->proto->equeue.kfifo, &eh, sizeof(eh)); in scmi_notify() 612 kfifo_in(&r_evt->proto->equeue.kfifo, buf, len); in scmi_notify() 625 queue_work(r_evt->proto->equeue.wq, in scmi_notify() 626 &r_evt->proto->equeue.notify_work); in scmi_notify() 651 struct events_queue *equeue, size_t sz) in scmi_initialize_events_queue() argument 655 if (kfifo_alloc(&equeue->kfifo, sz, GFP_KERNEL)) in scmi_initialize_events_queue() 658 equeue->sz = kfifo_size(&equeue->kfifo); in scmi_initialize_events_queue() [all …]
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | qdio.h | 270 struct ciw equeue; member
|
D | qdio_setup.c | 516 irq_ptr->equeue = *ciw; in qdio_setup_irq()
|
D | qdio_main.c | 1283 irq_ptr->ccw.cmd_code = irq_ptr->equeue.cmd; in qdio_establish() 1285 irq_ptr->ccw.count = irq_ptr->equeue.count; in qdio_establish()
|