Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c120 first_bd = (struct eth_tx_1st_bd *)qed_chain_consume(&txq->tx_pbl); in qede_free_tx_pkt()
128 qed_chain_consume(&txq->tx_pbl); in qede_free_tx_pkt()
138 qed_chain_consume(&txq->tx_pbl); in qede_free_tx_pkt()
144 qed_chain_consume(&txq->tx_pbl); in qede_free_tx_pkt()
396 qed_chain_consume(&txq->tx_pbl); in qede_xdp_tx_int()
494 qed_chain_consume(&rxq->rx_bd_ring); in qede_rx_bd_ring_consume()
1216 cqe = (union eth_rx_cqe *)qed_chain_consume(&rxq->rx_comp_ring); in qede_rx_process_cqe()
Dqede_ethtool.c1558 first_bd = (struct eth_tx_1st_bd *)qed_chain_consume(&txq->tx_pbl); in qede_selftest_transmit_traffic()
1611 cqe = (union eth_rx_cqe *)qed_chain_consume(&rxq->rx_comp_ring); in qede_selftest_receive_traffic()
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c387 qed_chain_consume(&p_tx->txq_chain); in qed_ll2_txq_completion()
501 if (qed_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd) in qed_ll2_rxq_handle_completion()
538 qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
653 cqe = qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
715 qed_chain_consume(&p_rx->rxq_chain); in qed_ll2_lb_rxq_handler()
902 qed_chain_consume(&p_tx->txq_chain); in qed_ll2_lb_txq_completion()
Dqed_spq.c366 struct event_ring_entry *p_eqe = qed_chain_consume(p_chain); in qed_eq_completion()
/Linux-v5.4/include/linux/qed/
Dqed_chain.h419 static inline void *qed_chain_consume(struct qed_chain *p_chain) in qed_chain_consume() function
/Linux-v5.4/drivers/infiniband/hw/qedr/
Dverbs.c683 cq->latest_cqe = qed_chain_consume(&cq->pbl); in consume_cqe()
3721 qed_chain_consume(&qp->sq.pbl); in process_req()
3948 qed_chain_consume(&qp->rq.pbl); in process_resp_one()
3972 qed_chain_consume(&qp->rq.pbl); in process_resp_flush()
Dmain.c466 cq_handle = (struct regpair *)qed_chain_consume(&cnq->pbl); in qedr_irq_handler()