Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Diflib.c320 uint16_t ift_db_pending; member
2367 if (txq->ift_db_pending) in iflib_timer()
3087 if (ring || (txq->ift_db_pending >= max) || (TXQ_AVAIL(txq) <= MAX_TX_DESC(ctx) + 2)) { in iflib_txd_db_check()
3102 txq->ift_db_pending = txq->ift_npending = 0; in iflib_txd_db_check()
3566 txq->ift_db_pending += ndesc; in iflib_encap()
3743 rang = iflib_txd_db_check(txq, reclaimed && txq->ift_db_pending); in iflib_txq_drain()
3903 if (txq->ift_db_pending) in _task_fn_tx()