Home
last modified time | relevance | path

Searched refs:ev_cq (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_intr.c320 struct ibv_cq *ev_cq; in mlx4_rx_intr_disable() local
327 ret = mlx4_glue->get_cq_event(rxq->cq->channel, &ev_cq, in mlx4_rx_intr_disable()
335 else if (ev_cq != rxq->cq) in mlx4_rx_intr_disable()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c489 struct ibv_cq *ev_cq; in mlx5_rx_ibv_get_event() local
492 &ev_cq, &ev_ctx); in mlx5_rx_ibv_get_event()
494 if (ret < 0 || ev_cq != rxq_obj->ibv_cq) in mlx5_rx_ibv_get_event()