Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-fifo-fp.c281 xge_os_spin_lock_irq(&fifo->channel.reserve_lock, flags); in xge_hal_fifo_dtr_reserve_many()
417 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock, in xge_hal_fifo_dtr_reserve()
527 xge_os_spin_lock_irq(fifo->post_lock_ptr, flags); in xge_hal_fifo_dtr_post()
583 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->post_lock, in xge_hal_fifo_dtr_post_many()
742 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->free_lock, in xge_hal_fifo_dtr_free()
HDxgehal-ring-fp.c150 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock, in xge_hal_ring_dtr_reserve()
503 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->post_lock, in xge_hal_ring_dtr_pre_post()
783 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->free_lock, in xge_hal_ring_dtr_free()
HDxge-queue.c154 xge_os_spin_lock_irq(&queue->lock, flags); in xge_queue_produce()
403 xge_os_spin_lock_irq(&queue->lock, flags); in xge_queue_consume()
HDxgehal-channel-fp.c61 xge_os_spin_lock_irq(&channel->free_lock, flags); in __hal_channel_dtr_alloc()
HDxgehal-device.c5454 xge_os_spin_lock_irq(&channel->reserve_lock, flags); in xge_hal_device_terminating()
/NextBSD/sys/dev/nxge/
HDxge-osdep.h234 #define xge_os_spin_lock_irq(lockp, flags) { \ macro