Home
last modified time | relevance | path

Searched refs:xge_os_spin_lock_irq (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c276 xge_os_spin_lock_irq(&fifo->channel.reserve_lock, flags); in xge_hal_fifo_dtr_reserve_many()
412 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock, in xge_hal_fifo_dtr_reserve()
522 xge_os_spin_lock_irq(fifo->post_lock_ptr, flags); in xge_hal_fifo_dtr_post()
578 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->post_lock, in xge_hal_fifo_dtr_post_many()
737 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->free_lock, in xge_hal_fifo_dtr_free()
H A Dxgehal-ring-fp.c145 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock, in xge_hal_ring_dtr_reserve()
498 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->post_lock, in xge_hal_ring_dtr_pre_post()
778 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->free_lock, in xge_hal_ring_dtr_free()
H A Dxge-queue.c149 xge_os_spin_lock_irq(&queue->lock, flags); in xge_queue_produce()
398 xge_os_spin_lock_irq(&queue->lock, flags); in xge_queue_consume()
H A Dxgehal-channel-fp.c56 xge_os_spin_lock_irq(&channel->free_lock, flags); in __hal_channel_dtr_alloc()
H A Dxgehal-device.c5449 xge_os_spin_lock_irq(&channel->reserve_lock, flags); in xge_hal_device_terminating()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h180 #define xge_os_spin_lock_irq(lockp, flags) (flags = flags, mutex_enter(lockp)) macro