Searched refs:do_prefetch (Results 1 – 1 of 1) sorted by relevance
3606 bool do_prefetch; in iflib_tx_desc_free() local3613 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() local3780 do_prefetch = (ctx->ifc_flags & IFC_PREFETCH); in iflib_txq_drain()3783 int rem = do_prefetch ? count - i : 0; in iflib_txq_drain()