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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c255 int got_rx; local
262 (void) xge_hal_device_poll_rx_channel(channel, &got_rx);
H A Dxgell.c868 int got_rx = 0; local
875 (void) xge_hal_device_poll_rx_channel(ring->channelh, &got_rx);
879 ring->polled_bytes += got_rx;
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c333 * @got_rx: Buffer to return the flag set if receive interrupt is occured
345 xge_hal_device_poll_rx_channel(xge_hal_channel_t *channel, int *got_rx) argument
354 got_bytes = *got_rx = 0;
361 (*got_rx) += ((xge_hal_ring_t *)channel)->cmpl_cnt + 1;
365 (*got_rx) += ((xge_hal_ring_t *)channel)->cmpl_cnt + 1;
370 if (*got_rx) {
371 hldev->irq_workload_rxd[channel->post_qid] += *got_rx;
430 * @got_rx: Buffer to return flag set if receive is ready
442 xge_hal_device_poll_rx_channels(xge_hal_device_t *hldev, int *got_rx) argument
453 (void) xge_hal_device_poll_rx_channel(channel, got_rx);
645 int got_rx = 1, got_tx = 1; local
[all...]

Completed in 441 milliseconds