Home
last modified time | relevance | path

Searched refs:vxge_os_spin_lock_destroy_irq (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/vxge/vxgehal/
Dvxgehal-channel.c488 vxge_os_spin_lock_destroy_irq(&hldev->pending_channel_lock, in __hal_channel_destroy_pending_list()
Dvxge-queue.c376 vxge_os_spin_lock_destroy_irq(&queue->lock, queue->irqh); in vxge_queue_destroy()
Dvxgehal-blockpool.c278 vxge_os_spin_lock_destroy_irq(&blockpool->pool_lock, in __hal_blockpool_destroy()
Dvxgehal-ring.c836 vxge_os_spin_lock_destroy_irq(&ring->channel.post_lock, hldev->pdev); in __hal_ring_delete()
Dvxgehal-fifo.c669 vxge_os_spin_lock_destroy_irq(&fifo->channel.post_lock, in __hal_fifo_delete()
Dvxgehal-virtualpath.c9747 vxge_os_spin_lock_destroy_irq( in __hal_vp_terminate()
/freebsd-10-stable/sys/dev/vxge/
Dvxge-osdep.h235 #define vxge_os_spin_lock_destroy_irq(lockp, ctxh) { \ macro