Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c400 if (qed_chain_get_cons_idx(&txq->tx_pbl) == hw_bd_cons + 1) in qede_txq_has_work()
403 return hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl); in qede_txq_has_work()
416 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_xdp_tx_int()
450 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_tx_int()
457 qed_chain_get_cons_idx(&txq->tx_pbl)); in qede_tx_int()
516 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_has_rx_work()
1362 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_rx_int()
1375 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_rx_int()
Dqede_main.c522 qed_chain_get_cons_idx(&txq->tx_pbl), in qede_tx_log_print()
542 if (qed_chain_get_cons_idx(&txq->tx_pbl) != in qede_tx_timeout()
1696 while (qed_chain_get_cons_idx(&txq->tx_pbl) != in qede_empty_tx_queue()
1700 txq->index, qed_chain_get_cons_idx(&txq->tx_pbl), in qede_empty_tx_queue()
1708 qed_chain_get_cons_idx(&txq->tx_pbl), in qede_empty_tx_queue()
2762 qed_chain_get_cons_idx(&fp->rxq->rx_comp_ring) > in qede_get_eth_tlv_data()
/kernel/linux/linux-5.10/include/linux/qed/
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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
Dmain.c421 i, qed_chain_get_cons_idx(&cnq->pbl)); in qedr_alloc_resources()
470 sw_comp_cons = qed_chain_get_cons_idx(&cnq->pbl); in qedr_irq_handler()
510 sw_comp_cons = qed_chain_get_cons_idx(&cnq->pbl); in qedr_irq_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c517 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
525 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
632 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
640 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
Dqed_spq.c343 while (fw_cons_idx != qed_chain_get_cons_idx(p_chain)) { in qed_eq_completion()