Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Diflib.c3606 bool do_prefetch; in iflib_tx_desc_free() local
3613 do_prefetch = (txq->ift_ctx->ifc_flags & IFC_PREFETCH); in iflib_tx_desc_free()
3616 if (do_prefetch) { in iflib_tx_desc_free()
3735 bool do_prefetch, rang, ring; in iflib_txq_drain() local
3780 do_prefetch = (ctx->ifc_flags & IFC_PREFETCH); in iflib_txq_drain()
3783 int rem = do_prefetch ? count - i : 0; in iflib_txq_drain()