Searched defs:xge_hal_device_begin_irq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c139 * xge_hal_device_begin_irq - Begin IRQ processing.
148 * xge_hal_device_begin_irq() does not flush MMIO writes through the
155 * Otherwise, xge_hal_device_begin_irq() returns 64bit general adapter
160 xge_hal_device_begin_irq(xge_hal_device_t *hldev, u64 *reason) function
296 * See also: xge_hal_device_begin_irq(), xge_hal_device_continue_irq(),
316 * See also: xge_hal_device_begin_irq(), xge_hal_device_continue_irq(),
674 * First it uses xge_hal_device_begin_irq() to check the reason for
682 * See also: xge_hal_device_begin_irq(), xge_hal_device_continue_irq().
692 status = xge_hal_device_begin_irq(hldev, &reason);

Completed in 62 milliseconds