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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c121 * xge_device_poll
128 xge_device_poll(void *data) function
135 lldev->timeout_id = timeout(xge_device_poll, data,
138 lldev->timeout_id = timeout(xge_device_poll, data,
149 * Will call xge_device_poll() immediately
1998 lldev->timeout_id = timeout(xge_device_poll, hldev, XGE_DEV_POLL_TICKS);

Completed in 81 milliseconds