Searched refs:txq_hw_head (Results 1 – 1 of 1) sorted by relevance
385 static u16 txq_hw_head(const struct funeth_txq *q) in txq_hw_head() function431 for (head = txq_hw_head(q), reclaim_idx = q->cons_cnt & q->mask; in fun_txq_reclaim()432 head != reclaim_idx && npkts < limit; head = txq_hw_head(q)) { in fun_txq_reclaim()488 for (head = txq_hw_head(q), reclaim_idx = q->cons_cnt & q->mask; in fun_xdpq_clean()489 head != reclaim_idx && npkts < budget; head = txq_hw_head(q)) { in fun_xdpq_clean()