Searched refs:eventq (Results 1 - 9 of 9) sorted by relevance
/drivers/scsi/isci/ |
H A D | host.h | 199 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 D | port.c | 347 wake_up(&ihost->eventq); 1628 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state)); 1665 wake_up(&ihost->eventq);
|
H A D | remote_device.c | 133 wake_up(&ihost->eventq); 1323 wake_up(&ihost->eventq);
|
H A D | host.c | 647 wake_up(&ihost->eventq); 1061 wake_up(&ihost->eventq); 2503 init_waitqueue_head(&ihost->eventq);
|
/drivers/net/ethernet/sfc/ |
H A D | nic.c | 93 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 D | efx.c | 320 /* 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 D | net_driver.h | 324 * @eventq: Event queue buffer 354 struct efx_special_buffer eventq; member in struct:efx_channel
|
/drivers/spi/ |
H A D | spi-davinci.c | 121 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 D | dm.c | 180 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 289 milliseconds