Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c390 u16 hw_bd_cons; in qede_txq_has_work() local
394 hw_bd_cons = le16_to_cpu(*txq->hw_cons_ptr); in qede_txq_has_work()
395 if (qed_chain_get_cons_idx(&txq->tx_pbl) == hw_bd_cons + 1) in qede_txq_has_work()
398 return hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl); in qede_txq_has_work()
406 u16 hw_bd_cons; in qede_xdp_tx_int() local
408 hw_bd_cons = le16_to_cpu(*txq->hw_cons_ptr); in qede_xdp_tx_int()
411 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_xdp_tx_int()
437 u16 hw_bd_cons; in qede_tx_int() local
442 hw_bd_cons = le16_to_cpu(*txq->hw_cons_ptr); in qede_tx_int()
445 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_tx_int()
[all …]

Completed in 6 milliseconds