Home
last modified time | relevance | path

Searched full:eventq (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/net/ethernet/sfc/
H A Dmcdi_functions.c65 return efx_nic_alloc_buffer(channel->efx, &channel->eventq, in efx_mcdi_ev_probe()
77 size_t entries = channel->eventq.len / EFX_BUF_SIZE; in efx_mcdi_ev_init()
84 memset(channel->eventq.addr, 0xff, channel->eventq.len); in efx_mcdi_ev_init()
115 dma_addr = channel->eventq.dma_addr; in efx_mcdi_ev_init()
137 efx_nic_free_buffer(channel->efx, &channel->eventq); in efx_mcdi_ev_remove()
H A Dnic_common.h36 return ((efx_qword_t *)(channel->eventq.addr)) + in efx_event()
H A Defx_channels.c617 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel()
/linux/Documentation/devicetree/bindings/iommu/
H A Darm,smmu-v3.yaml43 - eventq # Event Queue not empty
91 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/linux/drivers/scsi/isci/
H A Dhost.h205 wait_queue_head_t eventq; member
318 wait_event(ihost->eventq, !test_bit(IHOST_START_PENDING, &ihost->flags)); in wait_for_start()
323 wait_event(ihost->eventq, !test_bit(IHOST_STOP_PENDING, &ihost->flags)); in wait_for_stop()
328 wait_event(ihost->eventq, !test_bit(IDEV_START_PENDING, &idev->flags)); in wait_for_device_start()
333 wait_event(ihost->eventq, !test_bit(IDEV_STOP_PENDING, &idev->flags)); in wait_for_device_stop()
H A Dremote_node_context.c197 wake_up(&ihost->eventq); in sci_remote_node_context_setup_to_destroy()
282 wake_up(&ihost->eventq); in sci_remote_node_context_initial_state_enter()
368 wake_up(&ihost->eventq); in sci_remote_node_context_tx_rx_suspended_state_enter()
637 wake_up_all(&ihost->eventq); /* Let observers look. */ in sci_remote_node_context_suspend()
H A Dremote_device.c98 wake_up(&ihost->eventq); in isci_remote_device_ready()
222 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_terminate_requests()
255 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_terminate_requests()
1354 wake_up(&ihost->eventq); in isci_remote_device_resume_from_abort_complete()
1381 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_wait_for_resume_from_abort()
1533 wake_up(&ihost->eventq); in isci_remote_device_release()
H A Dport.c348 wake_up(&ihost->eventq); in isci_port_hard_reset_complete()
1648 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state)); in wait_port_reset()
1685 wake_up(&ihost->eventq); in isci_port_perform_hard_reset()
H A Dtask.c705 wake_up_all(&ihost->eventq); in isci_task_request_complete()
H A Dinit.c493 init_waitqueue_head(&ihost->eventq); in isci_host_alloc()
H A Dhost.c649 wake_up(&ihost->eventq); in isci_host_start_complete()
1062 wake_up(&ihost->eventq); in isci_host_stop_complete()
1101 wake_up_all(&ihost->eventq); in ireq_done()
/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h39 * @eventq: Wait queue used for out-of-band event notifications
67 wait_queue_head_t eventq; member
H A Dne_pci_dev.c255 wake_up_interruptible(&ne_enclave->eventq); in ne_event_work_handler()
H A Dne_misc_dev.c1562 poll_wait(file, &ne_enclave->eventq, wait); in ne_enclave_poll()
1684 init_waitqueue_head(&ne_enclave->eventq); in ne_create_vm_ioctl()
/linux/include/uapi/linux/
H A Dvirtio_scmi.h21 #define VIRTIO_SCMI_VQ_RX 1 /* eventq */
/linux/drivers/staging/media/atomisp/
H A DMakefile116 pci/runtime/eventq/src/eventq.o \
278 -I$(atomisp)/pci/runtime/eventq/interface/ \
/linux/drivers/gpio/
H A Dgpio-virtio.c224 dev_err(&vgpio->vdev->dev, "failed to add request to eventq\n"); in virtio_gpio_irq_prepare()
462 { "eventq", virtio_gpio_event_vq }, in virtio_gpio_alloc_vqs()
481 dev_err(&vdev->dev, "failed to find eventq vq\n"); in virtio_gpio_alloc_vqs()
/linux/drivers/net/ethernet/sfc/siena/
H A Dfarch.c1343 return efx_alloc_special_buffer(efx, &channel->eventq, in efx_farch_ev_probe()
1354 channel->channel, channel->eventq.index, in efx_farch_ev_init()
1355 channel->eventq.index + channel->eventq.entries - 1); in efx_farch_ev_init()
1364 efx_init_special_buffer(efx, &channel->eventq); in efx_farch_ev_init()
1367 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_farch_ev_init()
1372 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in efx_farch_ev_init()
1373 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in efx_farch_ev_init()
1392 efx_fini_special_buffer(efx, &channel->eventq); in efx_farch_ev_fini()
1398 efx_free_special_buffer(channel->efx, &channel->eventq); in efx_farch_ev_remove()
H A Defx_channels.c620 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel()
877 channel->eventq.index + in efx_siena_realloc_channels()
878 channel->eventq.entries); in efx_siena_realloc_channels()
H A Dethtool_common.c315 "eventq.dma", NULL); in efx_ethtool_fill_self_tests()
319 "eventq.int", NULL); in efx_ethtool_fill_self_tests()
/linux/drivers/md/
H A Ddm-core.h112 wait_queue_head_t eventq; member
/linux/arch/arm64/boot/dts/arm/
H A Dfvp-base-revc.dts258 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/linux/arch/arm64/boot/dts/hisilicon/
H A Dhip07.dtsi1247 interrupt-names = "eventq", "gerror", "priq";
1259 interrupt-names = "eventq", "gerror", "priq";
1271 interrupt-names = "eventq", "gerror", "priq";
1283 interrupt-names = "eventq", "gerror", "priq";
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-base.dtsi556 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
567 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c1551 * Enqueue event to EventQ. Events processing happens in csio_mb_isr_handler()

12