Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_tx.c386 static u16 txq_hw_head(const struct funeth_txq *q) in txq_hw_head() function
432 for (head = txq_hw_head(q), reclaim_idx = q->cons_cnt & q->mask; in fun_txq_reclaim()
433 head != reclaim_idx && npkts < limit; head = txq_hw_head(q)) { in fun_txq_reclaim()
489 for (head = txq_hw_head(q), reclaim_idx = q->cons_cnt & q->mask; in fun_xdpq_clean()
490 head != reclaim_idx && npkts < budget; head = txq_hw_head(q)) { in fun_xdpq_clean()