Searched refs:irqh (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/sys/dev/nxge/include/
H A Dxge-queue.h116 * @irqh: PCI device IRQ handle.
140 pci_irq_h irqh; member in struct:xge_queue_t
148 xge_queue_h xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial,
H A Dxgehal-device.h88 * @irqh: IRQ handle (Solaris).
102 pci_irq_h irqh; member in struct:xge_hal_device_attr_t
335 pci_irq_h irqh; member in struct:__anon11198
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxge-queue.h115 * @irqh: PCI device IRQ handle.
140 pci_irq_h irqh; member in struct:vxge_queue_t
H A Dvxgehal-ll.h2839 * @irqh: IRQ handle (Solaris).
2853 pci_irq_h irqh; member in struct:vxge_hal_device_attr_t
2964 * @irqh: IRQ handle
2997 pci_irq_h irqh; member in struct:vxge_hal_device_t
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxge-queue.c245 * @irqh: PCI device IRQ handle.
261 xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial, argument
272 queue->irqh = irqh;
283 xge_os_spin_lock_init_irq(&queue->lock, irqh);
302 xge_os_spin_lock_destroy_irq(&queue->lock, queue->irqh);
H A Dxgehal-channel.c219 xge_os_spin_lock_init_irq(&channel->free_lock, hldev->irqh);
255 xge_os_spin_lock_destroy_irq(&channel->free_lock, hldev->irqh);
H A Dxgehal-fifo.c171 xge_os_spin_lock_init_irq(&fifo->channel.reserve_lock, hldev->irqh);
185 hldev->irqh);
H A Dxgehal-ring.c267 xge_os_spin_lock_init_irq(&ring->channel.reserve_lock, hldev->irqh);
272 xge_os_spin_lock_init_irq(&ring->channel.post_lock, hldev->irqh);
H A Dxgehal-device.c5190 hldev->irqh = attr->irqh;
5196 hldev->queueh = xge_queue_create(hldev->pdev, hldev->irqh,
5210 xge_assert(hldev->irqh);
5415 xge_os_spin_lock_init_irq(&hldev->xena_post_lock, hldev->irqh);
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxge-queue.c328 queue->irqh = hldev->header.irqh;
341 vxge_os_spin_lock_init_irq(&queue->lock, queue->irqh);
376 vxge_os_spin_lock_destroy_irq(&queue->lock, queue->irqh);
H A Dvxgehal-channel.c345 vxge_os_spin_lock_init_irq(&hldev->pending_channel_lock, hldev->irqh);
H A Dvxgehal-blockpool.c106 vxge_os_spin_lock_init_irq(&blockpool->pool_lock, hldev->header.irqh);
H A Dvxgehal-device.c2769 hldev->header.irqh = attr->irqh;
H A Dvxgehal-fifo.c361 vp->vpath->hldev->header.irqh);
H A Dvxgehal-ring.c591 vxge_os_spin_lock_init_irq(&ring->channel.post_lock, hldev->irqh);
H A Dvxgehal-virtualpath.c9685 vxge_os_spin_lock_init_irq(&vpath->vpath_handles_lock, hldev->irqh);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_irq.c180 NULL, drm_irq_handler_wrap, dev, &dev->irqh);
237 bus_teardown_intr(dev->device, dev->irqr, dev->irqh);
H A DdrmP.h664 void *irqh; /* Handle from bus_setup_intr */ member in struct:drm_device
/freebsd-11-stable/sys/dev/rt/
H A Dif_rtvar.h207 void *irqh; member in struct:rt_softc
H A Dif_rt.c556 sc, &sc->irqh);
708 bus_teardown_intr(dev, sc->irq, sc->irqh);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_irq.c332 dev->driver->irq_handler, dev, &dev->irqh);
350 bus_teardown_intr(dev->dev, dev->irqr, dev->irqh);
399 bus_teardown_intr(dev->dev, dev->irqr, dev->irqh);
H A DdrmP.h1108 void *irqh; /* Handle from bus_setup_intr */ member in struct:drm_device
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.h462 NDIS_MINIPORT_INTERRUPT irqh; /* interrupt handler */ member in struct:_ct_board_t
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c887 attr.irqh = lldev->irqhandle;
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c164 device_attr.irqh = (pci_irq_h) vdev->config.isr_info[0].irq_handle;

Completed in 344 milliseconds