| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | mcdi_functions.c | 65 return efx_nic_alloc_buffer(channel->efx, &channel->eventq.buf, in efx_mcdi_ev_probe() 77 size_t entries = channel->eventq.buf.len / EFX_BUF_SIZE; in efx_mcdi_ev_init() 84 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_mcdi_ev_init() 115 dma_addr = channel->eventq.buf.dma_addr; in efx_mcdi_ev_init() 137 efx_nic_free_buffer(channel->efx, &channel->eventq.buf); in efx_mcdi_ev_remove()
|
| H A D | farch.c | 1341 return efx_alloc_special_buffer(efx, &channel->eventq, in efx_farch_ev_probe() 1352 channel->channel, channel->eventq.index, in efx_farch_ev_init() 1353 channel->eventq.index + channel->eventq.entries - 1); in efx_farch_ev_init() 1362 efx_init_special_buffer(efx, &channel->eventq); in efx_farch_ev_init() 1365 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_farch_ev_init() 1370 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in efx_farch_ev_init() 1371 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in efx_farch_ev_init() 1390 efx_fini_special_buffer(efx, &channel->eventq); in efx_farch_ev_fini() 1396 efx_free_special_buffer(channel->efx, &channel->eventq); in efx_farch_ev_remove()
|
| H A D | efx_channels.c | 597 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel() 770 channel->eventq.index + in efx_realloc_channels() 771 channel->eventq.entries); in efx_realloc_channels()
|
| H A D | nic_common.h | 36 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event()
|
| H A D | ethtool_common.c | 363 "eventq.dma", NULL); in efx_ethtool_fill_self_tests() 367 "eventq.int", NULL); in efx_ethtool_fill_self_tests()
|
| H A D | nic.c | 52 /* Check whether an event is present in the eventq at the current
|
| /OK3568_Linux_fs/kernel/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 | 202 wake_up(&ihost->eventq); in sci_remote_node_context_setup_to_destroy() 289 wake_up(&ihost->eventq); in sci_remote_node_context_initial_state_enter() 375 wake_up(&ihost->eventq); in sci_remote_node_context_tx_rx_suspended_state_enter() 644 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() 1368 wake_up(&ihost->eventq); in isci_remote_device_resume_from_abort_complete() 1395 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_wait_for_resume_from_abort() 1546 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() 1646 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state)); in wait_port_reset() 1683 wake_up(&ihost->eventq); in isci_port_perform_hard_reset()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/ |
| H A D | arm,smmu-v3.yaml | 43 - const: eventq # Event Queue not empty 91 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-keystone.c | 190 * - Init GEVNTADR0 to point to an eventQ in keystone_xhci_phy_suspend() 191 * - Init GEVNTSIZ0 to 0x0100 to specify the size of the eventQ in keystone_xhci_phy_suspend() 195 /* TODO: local2global( (Uint32) eventQ )? */ in keystone_xhci_phy_suspend()
|
| /OK3568_Linux_fs/kernel/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 | 1506 poll_wait(file, &ne_enclave->eventq, wait); in ne_enclave_poll() 1627 init_waitqueue_head(&ne_enclave->eventq); in ne_create_vm_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | farch.c | 1333 return ef4_alloc_special_buffer(efx, &channel->eventq, in ef4_farch_ev_probe() 1344 channel->channel, channel->eventq.index, in ef4_farch_ev_init() 1345 channel->eventq.index + channel->eventq.entries - 1); in ef4_farch_ev_init() 1348 ef4_init_special_buffer(efx, &channel->eventq); in ef4_farch_ev_init() 1351 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in ef4_farch_ev_init() 1356 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in ef4_farch_ev_init() 1357 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in ef4_farch_ev_init() 1375 ef4_fini_special_buffer(efx, &channel->eventq); in ef4_farch_ev_fini() 1381 ef4_free_special_buffer(channel->efx, &channel->eventq); in ef4_farch_ev_remove()
|
| H A D | nic.h | 39 return ((ef4_qword_t *) (channel->eventq.buf.addr)) + in ef4_event()
|
| H A D | nic.c | 50 /* Check whether an event is present in the eventq at the current
|
| H A D | ethtool.c | 316 "eventq.dma", NULL); in ef4_ethtool_fill_self_tests() 320 "eventq.int", NULL); in ef4_ethtool_fill_self_tests()
|
| H A D | efx.c | 475 memset(&channel->eventq, 0, sizeof(channel->eventq)); in ef4_copy_channel() 785 channel->eventq.index + in ef4_realloc_channels() 786 channel->eventq.entries); in ef4_realloc_channels()
|
| H A D | net_driver.h | 378 * @eventq: Event queue buffer 417 struct ef4_special_buffer eventq; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/ |
| H A D | Makefile | 122 pci/runtime/eventq/src/eventq.o \ 298 -I$(atomisp)/pci/runtime/eventq/interface/ \
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-core.h | 80 wait_queue_head_t eventq; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/arm/ |
| H A D | fvp-base-revc.dts | 182 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H A D | hip07.dtsi | 1180 interrupt-names = "eventq", "gerror", "priq"; 1193 interrupt-names = "eventq", "gerror", "priq"; 1206 interrupt-names = "eventq", "gerror", "priq"; 1219 interrupt-names = "eventq", "gerror", "priq";
|