Home
last modified time | relevance | path

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.h135 pci_irq_h irqh; member
143 xge_queue_h xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial,
H A Dxgehal-device.h102 pci_irq_h irqh; member
335 pci_irq_h irqh; member
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c256 xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial, in xge_queue_create() argument
267 queue->irqh = irqh; in xge_queue_create()
278 xge_os_spin_lock_init_irq(&queue->lock, irqh); in xge_queue_create()
297 xge_os_spin_lock_destroy_irq(&queue->lock, queue->irqh); in xge_queue_destroy()
H A Dxgehal-channel.c216 xge_os_spin_lock_init_irq(&channel->free_lock, hldev->irqh); in __hal_channel_initialize()
252 xge_os_spin_lock_destroy_irq(&channel->free_lock, hldev->irqh); in __hal_channel_terminate()
H A Dxgehal-fifo.c166 xge_os_spin_lock_init_irq(&fifo->channel.reserve_lock, hldev->irqh); in __hal_fifo_open()
180 hldev->irqh); in __hal_fifo_open()
H A Dxgehal-ring.c262 xge_os_spin_lock_init_irq(&ring->channel.reserve_lock, hldev->irqh); in __hal_ring_open()
267 xge_os_spin_lock_init_irq(&ring->channel.post_lock, hldev->irqh); in __hal_ring_open()
H A Dxgehal-device.c5185 hldev->irqh = attr->irqh; in xge_hal_device_initialize()
5191 hldev->queueh = xge_queue_create(hldev->pdev, hldev->irqh, in xge_hal_device_initialize()
5205 xge_assert(hldev->irqh); in xge_hal_device_initialize()
5411 xge_os_spin_lock_init_irq(&hldev->xena_post_lock, hldev->irqh); in xge_hal_device_initialize()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h172 #define xge_os_spin_lock_init_irq(lockp, irqh) \ argument
173 mutex_init(lockp, NULL, MUTEX_DRIVER, DDI_INTR_PRI(irqh))
H A Dxgell.c499 DDI_INTR_PRI(hldev->irqh)); in xgell_rx_create_buffer_pool()
501 DDI_INTR_PRI(hldev->irqh)); in xgell_rx_create_buffer_pool()
1626 DDI_INTR_PRI(hldev->irqh)); in xgell_rx_ring_open()
2806 DDI_INTR_PRI(hldev->irqh)); in xgell_device_register()
H A Dxge.c1228 attr.irqh = ll->intr_pri; in xge_attach()