Searched refs:reserve_lock (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c274 xge_os_spin_lock(&fifo->channel.reserve_lock);
276 xge_os_spin_lock_irq(&fifo->channel.reserve_lock, flags);
344 xge_os_spin_unlock(&fifo->channel.reserve_lock);
346 xge_os_spin_unlock_irq(&fifo->channel.reserve_lock, flags);
410 xge_os_spin_lock(&((xge_hal_channel_t*)channelh)->reserve_lock);
412 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock,
419 xge_os_spin_unlock(&((xge_hal_channel_t*)channelh)->reserve_lock);
421 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock,
H A Dxgehal-fifo.c164 xge_os_spin_lock_init(&fifo->channel.reserve_lock, hldev->pdev);
166 xge_os_spin_lock_init_irq(&fifo->channel.reserve_lock, hldev->irqh);
325 xge_os_spin_lock_destroy(&fifo->channel.reserve_lock, hldev->pdev);
327 xge_os_spin_lock_destroy_irq(&fifo->channel.reserve_lock, hldev->pdev);
H A Dxgehal-ring-fp.c143 xge_os_spin_lock(&((xge_hal_channel_t*)channelh)->reserve_lock);
145 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock,
152 xge_os_spin_unlock(&((xge_hal_channel_t*)channelh)->reserve_lock);
154 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->reserve_lock,
H A Dxgehal-ring.c260 xge_os_spin_lock_init(&ring->channel.reserve_lock, hldev->pdev);
262 xge_os_spin_lock_init_irq(&ring->channel.reserve_lock, hldev->irqh);
370 xge_os_spin_lock_destroy(&ring->channel.reserve_lock, hldev->pdev);
372 xge_os_spin_lock_destroy_irq(&ring->channel.reserve_lock, hldev->pdev);
H A Dxgehal-device.c5447 xge_os_spin_lock(&channel->reserve_lock);
5449 xge_os_spin_lock_irq(&channel->reserve_lock, flags);
5455 xge_os_spin_unlock(&channel->reserve_lock);
5457 xge_os_spin_unlock_irq(&channel->reserve_lock, flags);
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h292 * @reserve_lock: Lock to serialize multiple concurrent threads accessing
368 spinlock_t reserve_lock; member in struct:__anon6745

Completed in 255 milliseconds