Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1225 cqe = (union eth_rx_cqe *)qed_chain_consume(&rxq->rx_comp_ring); in qede_rx_process_cqe()
Dqede_ethtool.c1480 first_bd = (struct eth_tx_1st_bd *)qed_chain_consume(&txq->tx_pbl); in qede_selftest_transmit_traffic()
1533 cqe = (union eth_rx_cqe *)qed_chain_consume(&rxq->rx_comp_ring); in qede_selftest_receive_traffic()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c388 qed_chain_consume(&p_tx->txq_chain); in qed_ll2_txq_completion()
502 if (qed_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd) in qed_ll2_rxq_handle_completion()
539 qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
654 cqe = qed_chain_consume(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
716 qed_chain_consume(&p_rx->rxq_chain); in qed_ll2_lb_rxq_handler()
892 qed_chain_consume(&p_tx->txq_chain); in qed_ll2_lb_txq_completion()
Dqed_spq.c376 struct event_ring_entry *p_eqe = qed_chain_consume(p_chain); in qed_eq_completion()
/Linux-v4.19/include/linux/qed/
Dqed_chain.h419 static inline void *qed_chain_consume(struct qed_chain *p_chain) in qed_chain_consume() function
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dverbs.c737 cq->latest_cqe = qed_chain_consume(&cq->pbl); in consume_cqe()
3865 qed_chain_consume(&qp->sq.pbl); in process_req()
4092 qed_chain_consume(&qp->rq.pbl); in process_resp_one()
4116 qed_chain_consume(&qp->rq.pbl); in process_resp_flush()
Dmain.c474 cq_handle = (struct regpair *)qed_chain_consume(&cnq->pbl); in qedr_irq_handler()