/Linux-v4.19/drivers/scsi/isci/ |
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()
|
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()
|
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()
|
D | port.c | 347 wake_up(&ihost->eventq); in isci_port_hard_reset_complete() 1645 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state)); in wait_port_reset() 1682 wake_up(&ihost->eventq); in isci_port_perform_hard_reset()
|
D | task.c | 731 wake_up_all(&ihost->eventq); in isci_task_request_complete()
|
D | init.c | 519 init_waitqueue_head(&ihost->eventq); in isci_host_alloc()
|
D | host.c | 651 wake_up(&ihost->eventq); in isci_host_start_complete() 1064 wake_up(&ihost->eventq); in isci_host_stop_complete() 1103 wake_up_all(&ihost->eventq); in ireq_done()
|
/Linux-v4.19/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu-v3.txt | 25 * "eventq" - Event Queue not empty 73 interrupt-names = "eventq", "priq", "cmdq-sync", "gerror";
|
/Linux-v4.19/drivers/md/ |
D | dm-core.h | 77 wait_queue_head_t eventq; member
|
D | dm.c | 1920 init_waitqueue_head(&md->eventq); in alloc_dev() 2051 wake_up(&md->eventq); in event_callback() 2869 return wait_event_interruptible(md->eventq, in dm_wait_event()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | farch.c | 1342 return efx_alloc_special_buffer(efx, &channel->eventq, in efx_farch_ev_probe() 1353 channel->channel, channel->eventq.index, in efx_farch_ev_init() 1354 channel->eventq.index + channel->eventq.entries - 1); in efx_farch_ev_init() 1363 efx_init_special_buffer(efx, &channel->eventq); in efx_farch_ev_init() 1366 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_farch_ev_init() 1371 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in efx_farch_ev_init() 1372 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in efx_farch_ev_init() 1391 efx_fini_special_buffer(efx, &channel->eventq); in efx_farch_ev_fini() 1397 efx_free_special_buffer(channel->efx, &channel->eventq); in efx_farch_ev_remove()
|
D | nic.h | 40 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event()
|
D | efx.c | 518 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel() 828 channel->eventq.index + in efx_realloc_channels() 829 channel->eventq.entries); in efx_realloc_channels()
|
D | net_driver.h | 471 struct efx_special_buffer eventq; member
|
D | ef10.c | 3233 return efx_nic_alloc_buffer(channel->efx, &channel->eventq.buf, in efx_ef10_ev_probe() 3268 size_t entries = channel->eventq.buf.len / EFX_BUF_SIZE; in efx_ef10_ev_init() 3280 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_ef10_ev_init() 3315 dma_addr = channel->eventq.buf.dma_addr; in efx_ef10_ev_init() 3394 efx_nic_free_buffer(channel->efx, &channel->eventq.buf); in efx_ef10_ev_remove()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | farch.c | 1337 return ef4_alloc_special_buffer(efx, &channel->eventq, in ef4_farch_ev_probe() 1348 channel->channel, channel->eventq.index, in ef4_farch_ev_init() 1349 channel->eventq.index + channel->eventq.entries - 1); in ef4_farch_ev_init() 1352 ef4_init_special_buffer(efx, &channel->eventq); in ef4_farch_ev_init() 1355 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in ef4_farch_ev_init() 1360 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in ef4_farch_ev_init() 1361 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in ef4_farch_ev_init() 1379 ef4_fini_special_buffer(efx, &channel->eventq); in ef4_farch_ev_fini() 1385 ef4_free_special_buffer(channel->efx, &channel->eventq); in ef4_farch_ev_remove()
|
D | nic.h | 42 return ((ef4_qword_t *) (channel->eventq.buf.addr)) + in ef4_event()
|
D | efx.c | 478 memset(&channel->eventq, 0, sizeof(channel->eventq)); in ef4_copy_channel() 788 channel->eventq.index + in ef4_realloc_channels() 789 channel->eventq.entries); in ef4_realloc_channels()
|
D | net_driver.h | 420 struct ef4_special_buffer eventq; member
|
/Linux-v4.19/arch/arm64/boot/dts/hisilicon/ |
D | hip07.dtsi | 1184 interrupt-names = "eventq", "gerror", "priq"; 1197 interrupt-names = "eventq", "gerror", "priq"; 1210 interrupt-names = "eventq", "gerror", "priq"; 1223 interrupt-names = "eventq", "gerror", "priq";
|