Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c395 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()
411 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_xdp_tx_int()
445 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_tx_int()
452 qed_chain_get_cons_idx(&txq->tx_pbl)); in qede_tx_int()
511 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_has_rx_work()
1345 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_rx_int()
1358 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_rx_int()
A Dqede_main.c517 qed_chain_get_cons_idx(&txq->tx_pbl), in qede_tx_log_print()
537 if (qed_chain_get_cons_idx(&txq->tx_pbl) != in qede_tx_timeout()
1691 while (qed_chain_get_cons_idx(&txq->tx_pbl) != in qede_empty_tx_queue()
1695 txq->index, qed_chain_get_cons_idx(&txq->tx_pbl), in qede_empty_tx_queue()
1703 qed_chain_get_cons_idx(&txq->tx_pbl), in qede_empty_tx_queue()
2789 qed_chain_get_cons_idx(&fp->rxq->rx_comp_ring) > in qede_get_eth_tlv_data()
/linux/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/drivers/infiniband/hw/qedr/
A Dmain.c391 i, qed_chain_get_cons_idx(&cnq->pbl)); in qedr_alloc_resources()
440 sw_comp_cons = qed_chain_get_cons_idx(&cnq->pbl); in qedr_irq_handler()
480 sw_comp_cons = qed_chain_get_cons_idx(&cnq->pbl); in qedr_irq_handler()
/linux/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.c341 while (fw_cons_idx != qed_chain_get_cons_idx(p_chain)) { in qed_eq_completion()

Completed in 24 milliseconds