Searched refs:above_thresh (Results 1 – 1 of 1) sorted by relevance
725 bool above_thresh; in ena_clean_tx_irq() local808 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()