Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/vxge/vxgehal/
HDvxgehal-channel.c345 vxge_os_spin_lock_init_irq(&hldev->pending_channel_lock, hldev->irqh); in __hal_channel_init_pending_list()
HDvxge-queue.c341 vxge_os_spin_lock_init_irq(&queue->lock, queue->irqh); in vxge_queue_create()
HDvxgehal-blockpool.c106 vxge_os_spin_lock_init_irq(&blockpool->pool_lock, hldev->header.irqh); in __hal_blockpool_create()
HDvxgehal-ring.c591 vxge_os_spin_lock_init_irq(&ring->channel.post_lock, hldev->irqh); in __hal_ring_create()
HDvxgehal-fifo.c360 vxge_os_spin_lock_init_irq(&fifo->channel.post_lock, in __hal_fifo_create()
HDvxgehal-virtualpath.c9685 vxge_os_spin_lock_init_irq(&vpath->vpath_handles_lock, hldev->irqh); in __hal_vp_initialize()
/freebsd-11-stable/sys/dev/vxge/
HDvxge-osdep.h223 #define vxge_os_spin_lock_init_irq(lockp, ctxh) { \ macro