| 3703 | } |
| 3704 | |
| 3705 | static void |
| 3706 | iflib_txq_check_drain(iflib_txq_t txq, int budget) |
| 3707 | { |
| 3708 | |
| 3709 | ifmp_ring_check_drainage(txq->ift_br, budget); |
| 3710 | } |
| 3711 | |
| 3712 | static uint32_t |
| 3713 | iflib_txq_can_drain(struct ifmp_ring *r) |
no test coverage detected