Searched refs:check_cqe (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rx.c | 89 while (check_cqe(cqe, cqe_n, cq_ci) != MLX5_CQE_STATUS_HW_OWN) { in rx_queue_count() 461 ret = check_cqe(u.cqe, cqe_n, rxq->cq_ci); in mlx5_rx_err_handle() 602 ret = check_cqe(cqe, cqe_n, rxq->cq_ci); in mlx5_rx_poll_len()
|
| H A D | mlx5_flow_aso.c | 545 ret = check_cqe(cqe, cq_size, cq->cq_ci); in mlx5_aso_completion_handle() 772 ret = check_cqe(cqe, cq_size, cq->cq_ci); in mlx5_aso_mtr_completion_handle() 1139 ret = check_cqe(cqe, cq_size, cq->cq_ci); in mlx5_aso_ct_completion_handle()
|
| H A D | mlx5_tx.c | 194 ret = check_cqe(cqe, txq->cqe_s, txq->cq_ci); in mlx5_tx_handle_completion()
|
| H A D | mlx5_txq.c | 152 ret = check_cqe(cqe, txq->cqe_s, txq->cq_ci); in txq_sync_cq()
|
| H A D | mlx5_txpp.c | 658 ret = check_cqe(cqe, MLX5_TXPP_REARM_CQ_SIZE, cq_ci); in mlx5_txpp_handle_rearm_queue()
|
| H A D | mlx5_rxq.c | 434 ret = check_cqe(cqe, cqe_n, rxq->cq_ci); in rxq_sync_cq()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 195 check_cqe(volatile struct mlx5_cqe *cqe, const uint16_t cqes_n, in check_cqe() function
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 614 ret = check_cqe(cqe, cq_size, qp->ci); in mlx5_compress_dequeue_burst()
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_fastpath.c | 494 int ret = check_cqe(cqe, cq_size_get(cq), cq->ci); in poll_one()
|
| /dpdk/drivers/crypto/mlx5/ |
| H A D | mlx5_crypto.c | 505 ret = check_cqe(cqe, cq_size, qp->ci); in mlx5_crypto_dequeue_burst()
|