Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mlx4/
Dcq.c79 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() function
90 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()
349 while (get_sw_cqe(cq, i)) in mlx4_ib_get_outstanding_cqes()
931 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean()
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dcq.c82 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() function
99 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()
1097 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean()
1237 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
1254 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
/linux-6.12.1/drivers/vfio/pci/mlx5/
Dcmd.c1669 static struct mlx5_cqe64 *get_sw_cqe(struct mlx5_vhca_cq *cq, int n) in get_sw_cqe() function
1691 cqe = get_sw_cqe(cq, cq->mcq.cons_index); in mlx5vf_cq_poll_one()
/linux-6.12.1/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c356 static void *get_sw_cqe(struct mlx5_vdpa_cq *cq, int n) in get_sw_cqe() function
496 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()