Home
last modified time | relevance | path

Searched refs:got_tx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c403 got_bytes = *got_tx = 0; in xge_hal_device_poll_tx_channel()
409 (*got_tx)++; in xge_hal_device_poll_tx_channel()
413 (*got_tx)++; in xge_hal_device_poll_tx_channel()
417 if (*got_tx) { in xge_hal_device_poll_tx_channel()
418 hldev->irq_workload_txd[channel->post_qid] += *got_tx; in xge_hal_device_poll_tx_channel()
486 (void) xge_hal_device_poll_tx_channel(channel, got_tx); in xge_hal_device_poll_tx_channels()
645 int got_rx = 1, got_tx = 1; in xge_hal_device_continue_irq() local
653 if (got_tx && hldev->tti_enabled) in xge_hal_device_continue_irq()
654 (void) xge_hal_device_poll_tx_channels(hldev, &got_tx); in xge_hal_device_continue_irq()
656 if (!got_rx && !got_tx) in xge_hal_device_continue_irq()
[all …]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h913 xge_hal_device_poll_tx_channels(xge_hal_device_t *hldev, int *got_tx);
922 xge_hal_device_poll_tx_channel(xge_hal_channel_t *channel, int *got_tx);
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c236 int got_tx; in xge_fifo_msix_isr() local
243 (void) xge_hal_device_poll_tx_channel(channel, &got_tx); in xge_fifo_msix_isr()