/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_functions.c | 65 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 D | nic_common.h | 36 return ((efx_qword_t *)(channel->eventq.addr)) + in efx_event()
|
H A D | efx_channels.c | 617 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel()
|
/linux/Documentation/devicetree/bindings/iommu/ |
H A D | arm,smmu-v3.yaml | 43 - eventq # Event Queue not empty 91 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
|
/linux/drivers/scsi/isci/ |
H A D | host.h | 205 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 D | remote_node_context.c | 197 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 D | remote_device.c | 98 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 D | port.c | 348 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 D | task.c | 705 wake_up_all(&ihost->eventq); in isci_task_request_complete()
|
H A D | init.c | 493 init_waitqueue_head(&ihost->eventq); in isci_host_alloc()
|
H A D | host.c | 649 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 D | ne_misc_dev.h | 39 * @eventq: Wait queue used for out-of-band event notifications 67 wait_queue_head_t eventq; member
|
H A D | ne_pci_dev.c | 255 wake_up_interruptible(&ne_enclave->eventq); in ne_event_work_handler()
|
H A D | ne_misc_dev.c | 1562 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 D | virtio_scmi.h | 21 #define VIRTIO_SCMI_VQ_RX 1 /* eventq */
|
/linux/drivers/staging/media/atomisp/ |
H A D | Makefile | 116 pci/runtime/eventq/src/eventq.o \ 278 -I$(atomisp)/pci/runtime/eventq/interface/ \
|
/linux/drivers/gpio/ |
H A D | gpio-virtio.c | 224 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 D | farch.c | 1343 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 D | efx_channels.c | 620 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 D | ethtool_common.c | 315 "eventq.dma", NULL); in efx_ethtool_fill_self_tests() 319 "eventq.int", NULL); in efx_ethtool_fill_self_tests()
|
/linux/drivers/md/ |
H A D | dm-core.h | 112 wait_queue_head_t eventq; member
|
/linux/arch/arm64/boot/dts/arm/ |
H A D | fvp-base-revc.dts | 258 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
|
/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hip07.dtsi | 1247 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 D | rk3588-base.dtsi | 556 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync"; 567 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_mb.c | 1551 * Enqueue event to EventQ. Events processing happens in csio_mb_isr_handler()
|