Searched refs:eventq (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/isci/
H A Dhost.h199 wait_queue_head_t eventq; member in struct:isci_host
340 wait_event(ihost->eventq, !test_bit(IHOST_START_PENDING, &ihost->flags));
345 wait_event(ihost->eventq, !test_bit(IHOST_STOP_PENDING, &ihost->flags));
350 wait_event(ihost->eventq, !test_bit(IDEV_START_PENDING, &idev->flags));
355 wait_event(ihost->eventq, !test_bit(IDEV_STOP_PENDING, &idev->flags));
H A Dport.c347 wake_up(&ihost->eventq);
1628 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state));
1665 wake_up(&ihost->eventq);
H A Dremote_device.c133 wake_up(&ihost->eventq);
1323 wake_up(&ihost->eventq);
H A Dhost.c647 wake_up(&ihost->eventq);
1061 wake_up(&ihost->eventq);
2503 init_waitqueue_head(&ihost->eventq);
/drivers/net/ethernet/sfc/
H A Dnic.c93 return ((efx_qword_t *) (channel->eventq.addr)) +
1258 /* Check whether an event is present in the eventq at the current
1273 return efx_alloc_special_buffer(efx, &channel->eventq,
1284 channel->channel, channel->eventq.index,
1285 channel->eventq.index + channel->eventq.entries - 1);
1296 efx_init_special_buffer(efx, &channel->eventq);
1299 memset(channel->eventq.addr, 0xff, channel->eventq.len);
1304 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq
[all...]
H A Defx.c320 /* Process the eventq of the specified channel immediately on this CPU
323 * processing to finish, then directly poll (and ack ) the eventq.
352 /* Ack the eventq. This may cause an interrupt to be generated
495 memset(&channel->eventq, 0, sizeof(channel->eventq));
740 channel->eventq.index +
741 channel->eventq.entries);
H A Dnet_driver.h324 * @eventq: Event queue buffer
354 struct efx_special_buffer eventq; member in struct:efx_channel
/drivers/spi/
H A Dspi-davinci.c121 enum dma_event_q eventq; member in struct:davinci_spi_dma
758 dma->eventq);
766 dma->eventq);
903 dspi->dma.eventq = pdata->dma_event_q;
/drivers/md/
H A Ddm.c180 wait_queue_head_t eventq; member in struct:mapped_device
1867 init_waitqueue_head(&md->eventq);
1984 wake_up(&md->eventq);
2635 return wait_event_interruptible(md->eventq,

Completed in 119 milliseconds