Searched refs:got_tx (Results 1 – 3 of 3) sorted by relevance
395 xge_hal_device_poll_tx_channel(xge_hal_channel_t *channel, int *got_tx) in xge_hal_device_poll_tx_channel() argument403 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()476 xge_hal_device_poll_tx_channels(xge_hal_device_t *hldev, int *got_tx) in xge_hal_device_poll_tx_channels() argument486 (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() local653 if (got_tx && hldev->tti_enabled) in xge_hal_device_continue_irq()[all …]
913 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);
236 int got_tx; in xge_fifo_msix_isr() local243 (void) xge_hal_device_poll_tx_channel(channel, &got_tx); in xge_fifo_msix_isr()