Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libmlx4/src/
HDcq.c115 static void *get_sw_cqe(struct mlx4_cq *cq, int n) in get_sw_cqe() function
126 return get_sw_cqe(cq, cq->cons_index); in next_cqe_sw()
418 for (prod_index = cq->cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_cq_clean()
470 for (i = cq->cons_index; get_sw_cqe(cq, (i & cq->ibv_cq.cqe)); ++i) in mlx4_get_outstanding_cqes()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDcq.c82 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() function
93 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()
367 while (get_sw_cqe(cq, i)) in mlx4_ib_get_outstanding_cqes()
966 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean()