Lines Matching defs:txq_free
133 uint32_t txq_free;
1830 return txq->txq_free >= txq->txq_threshold;
1915 if (map->dm_nsegs > txq->txq_free)
1989 txq->txq_free -= map->dm_nsegs;
2168 printf("%s: entry: free=%zu\n", __func__, txq->txq_free);
2175 txq->txq_free += txfree;
2178 KASSERT(txq->txq_free ==
2187 txq->txq_free += txfree;
2314 txq->txq_free = txq->txq_last - txq->txq_first - 1;
2315 txq->txq_threshold = txq->txq_free / 2;