Searched refs:mlx5_cqwq_get_wqe (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h200 static inline struct mlx5_cqe64 *mlx5_cqwq_get_wqe(struct mlx5_cqwq *wq, u32 ix) function
233 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci);
253 cqe = mlx5_cqwq_get_wqe(wq, ci);
H A Den_rx.c86 memcpy(data, mlx5_cqwq_get_wqe(wq, ci), sizeof(struct mlx5_cqe64));
138 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci);
146 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci);
H A Den_main.c2026 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c65 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c436 cqe = mlx5_cqwq_get_wqe(&conn->cq.wq, i);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c1089 cqe = mlx5_cqwq_get_wqe(&cq->wq, i);

Completed in 145 milliseconds