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

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h111 * @irqh: PCI device IRQ handle.
135 pci_irq_h irqh; member in struct:xge_queue_t
143 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:__anon6599
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c240 * @irqh: PCI device IRQ handle.
256 xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial, argument
267 queue->irqh = irqh;
278 xge_os_spin_lock_init_irq(&queue->lock, irqh);
297 xge_os_spin_lock_destroy_irq(&queue->lock, queue->irqh);
H A Dxgehal-channel.c216 xge_os_spin_lock_init_irq(&channel->free_lock, hldev->irqh);
252 xge_os_spin_lock_destroy_irq(&channel->free_lock, hldev->irqh);
H A Dxgehal-fifo.c166 xge_os_spin_lock_init_irq(&fifo->channel.reserve_lock, hldev->irqh);
180 hldev->irqh);
H A Dxgehal-ring.c262 xge_os_spin_lock_init_irq(&ring->channel.reserve_lock, hldev->irqh);
267 xge_os_spin_lock_init_irq(&ring->channel.post_lock, hldev->irqh);
H A Dxgehal-device.c5185 hldev->irqh = attr->irqh;
5191 hldev->queueh = xge_queue_create(hldev->pdev, hldev->irqh,
5205 xge_assert(hldev->irqh);
5411 xge_os_spin_lock_init_irq(&hldev->xena_post_lock, hldev->irqh);
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h172 #define xge_os_spin_lock_init_irq(lockp, irqh) \
173 mutex_init(lockp, NULL, MUTEX_DRIVER, DDI_INTR_PRI(irqh))
H A Dxgell.c499 DDI_INTR_PRI(hldev->irqh));
501 DDI_INTR_PRI(hldev->irqh));
1626 DDI_INTR_PRI(hldev->irqh));
2806 DDI_INTR_PRI(hldev->irqh));
H A Dxge.c1228 attr.irqh = ll->intr_pri;

Completed in 95 milliseconds