Searched refs:check_cqe (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 190 check_cqe(volatile struct mlx5_cqe *cqe, const uint16_t cqes_n, in check_cqe() function
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_fastpath.c | 230 int ret = check_cqe(cqe, cq_size_get(cq), cq->ci); in poll_one()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_age.c | 575 ret = check_cqe(cqe, cq_size, cq->cq_ci); in mlx5_aso_completion_handle()
|
| H A D | mlx5_rxtx.c | 481 while (check_cqe(cqe, cqe_n, cq_ci) != MLX5_CQE_STATUS_HW_OWN) { in rx_queue_count() 1053 ret = check_cqe(u.cqe, cqe_n, rxq->cq_ci); in mlx5_rx_err_handle() 1195 ret = check_cqe(cqe, cqe_n, rxq->cq_ci); in mlx5_rx_poll_len() 2079 ret = check_cqe(cqe, txq->cqe_s, txq->cq_ci); in mlx5_tx_handle_completion()
|
| H A D | mlx5_txq.c | 139 ret = check_cqe(cqe, txq->cqe_s, txq->cq_ci); in txq_sync_cq()
|
| H A D | mlx5_txpp.c | 813 ret = check_cqe(cqe, MLX5_TXPP_REARM_CQ_SIZE, cq_ci); in mlx5_txpp_handle_rearm_queue()
|
| H A D | mlx5_rxq.c | 478 ret = check_cqe(cqe, cqe_n, rxq->cq_ci); in rxq_sync_cq()
|