Home
last modified time | relevance | path

Searched refs:xge_hal_device_poll_rx_channel (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c345 xge_hal_device_poll_rx_channel(xge_hal_channel_t *channel, int *got_rx) in xge_hal_device_poll_rx_channel() function
453 (void) xge_hal_device_poll_rx_channel(channel, got_rx); in xge_hal_device_poll_rx_channels()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h919 xge_hal_device_poll_rx_channel(xge_hal_channel_t *channel, int *got_rx);
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c262 (void) xge_hal_device_poll_rx_channel(channel, &got_rx); in xge_ring_msix_isr()
H A Dxgell.c875 (void) xge_hal_device_poll_rx_channel(ring->channelh, &got_rx); in xgell_rx_poll()