Home
last modified time | relevance | path

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

/freebsd/sys/dev/ena/
H A Dena_datapath.c254 bool above_thresh; in ena_tx_cleanup() local
325 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_tx_cleanup()
327 if (unlikely(!tx_ring->running && above_thresh)) { in ena_tx_cleanup()
329 above_thresh = ena_com_sq_have_enough_space( in ena_tx_cleanup()
331 if (!tx_ring->running && above_thresh) { in ena_tx_cleanup()