Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c394 if (qed_chain_get_cons_idx(&txq->tx_pbl) == hw_bd_cons + 1) in qede_txq_has_work()
397 return hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl); in qede_txq_has_work()
410 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_xdp_tx_int()
444 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_tx_int()
451 qed_chain_get_cons_idx(&txq->tx_pbl)); in qede_tx_int()
510 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_has_rx_work()
1347 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_rx_int()
1360 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_rx_int()
A Dqede_main.c542 qed_chain_get_prod_idx(p_chain), qed_chain_get_cons_idx(p_chain)); in qede_txq_fp_log_metadata()
564 qed_chain_get_cons_idx(&txq->tx_pbl), in qede_tx_log_print()
597 if (qed_chain_get_cons_idx(&txq->tx_pbl) != in qede_tx_timeout()
1755 while (qed_chain_get_cons_idx(&txq->tx_pbl) != in qede_empty_tx_queue()
1759 txq->index, qed_chain_get_cons_idx(&txq->tx_pbl), in qede_empty_tx_queue()
1767 qed_chain_get_cons_idx(&txq->tx_pbl), in qede_empty_tx_queue()
2851 qed_chain_get_cons_idx(&fp->rxq->rx_comp_ring) > in qede_get_eth_tlv_data()
/linux-6.3-rc2/include/linux/qed/
A Dqed_chain.h191 static inline u16 qed_chain_get_cons_idx(const struct qed_chain *chain) in qed_chain_get_cons_idx() function
209 u32 cons = qed_chain_get_cons_idx(chain); in qed_chain_get_elem_used()
/linux-6.3-rc2/drivers/infiniband/hw/qedr/
A Dmain.c395 i, qed_chain_get_cons_idx(&cnq->pbl)); in qedr_alloc_resources()
447 sw_comp_cons = qed_chain_get_cons_idx(&cnq->pbl); in qedr_irq_handler()
487 sw_comp_cons = qed_chain_get_cons_idx(&cnq->pbl); in qedr_irq_handler()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_ll2.c543 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
551 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
658 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
666 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
A Dqed_spq.c357 while (fw_cons_idx != qed_chain_get_cons_idx(p_chain)) { in qed_eq_completion()

Completed in 20 milliseconds