Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c197 xge_os_spin_unlock_irq(&queue->lock, flags); in xge_queue_produce()
202 xge_os_spin_unlock_irq(&queue->lock, flags); in xge_queue_produce()
209 xge_os_spin_unlock_irq(&queue->lock, flags); in xge_queue_produce()
228 xge_os_spin_unlock_irq(&queue->lock, flags); in xge_queue_produce()
400 xge_os_spin_unlock_irq(&queue->lock, flags); in xge_queue_consume()
H A Dxgehal-channel-fp.c86 xge_os_spin_unlock_irq(&channel->free_lock, flags); in __hal_channel_dtr_alloc()
95 xge_os_spin_unlock_irq(&channel->free_lock, flags); in __hal_channel_dtr_alloc()
H A Dxgehal-fifo-fp.c346 xge_os_spin_unlock_irq(&fifo->channel.reserve_lock, flags); in xge_hal_fifo_dtr_reserve_many()
421 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock, in xge_hal_fifo_dtr_reserve()
531 xge_os_spin_unlock_irq(fifo->post_lock_ptr, flags); in xge_hal_fifo_dtr_post()
604 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->post_lock, in xge_hal_fifo_dtr_post_many()
781 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->free_lock, in xge_hal_fifo_dtr_free()
H A Dxgehal-ring-fp.c154 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock, in xge_hal_ring_dtr_reserve()
528 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->post_lock, in xge_hal_ring_dtr_pre_post()
790 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->free_lock, in xge_hal_ring_dtr_free()
H A Dxgehal-device.c5457 xge_os_spin_unlock_irq(&channel->reserve_lock, flags); in xge_hal_device_terminating()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h181 #define xge_os_spin_unlock_irq(lockp, flags) mutex_exit(lockp) macro