Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_netdev.c725 bool above_thresh; in ena_clean_tx_irq() local
808 above_thresh = ena_com_sq_empty_space(tx_ring->ena_com_io_sq) > in ena_clean_tx_irq()
810 if (unlikely(netif_tx_queue_stopped(txq) && above_thresh)) { in ena_clean_tx_irq()
812 above_thresh = ena_com_sq_empty_space(tx_ring->ena_com_io_sq) > in ena_clean_tx_irq()
814 if (netif_tx_queue_stopped(txq) && above_thresh) { in ena_clean_tx_irq()