Searched refs:xge_os_spin_lock_irq (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-fifo-fp.c | 281 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()
|
| HD | xgehal-ring-fp.c | 150 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()
|
| HD | xge-queue.c | 154 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()
|
| HD | xgehal-channel-fp.c | 61 xge_os_spin_lock_irq(&channel->free_lock, flags); in __hal_channel_dtr_alloc()
|
| HD | xgehal-device.c | 5454 xge_os_spin_lock_irq(&channel->reserve_lock, flags); in xge_hal_device_terminating()
|
| /NextBSD/sys/dev/nxge/ |
| HD | xge-osdep.h | 234 #define xge_os_spin_lock_irq(lockp, flags) { \ macro
|