Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h180 static inline void *mlx5_cqwq_get_wqe(struct mlx5_cqwq *wq, u32 ix) in mlx5_cqwq_get_wqe() function
208 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5_cqwq_get_cqe()
Den_rx.c60 memcpy(data, mlx5_cqwq_get_wqe(&cq->wq, ci), sizeof(struct mlx5_cqe64)); in mlx5e_read_cqe_slot()
88 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, ci); in mlx5e_cqes_update_owner()
96 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, ci); in mlx5e_cqes_update_owner()
Den_main.c1631 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5e_alloc_cq_common()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c452 cqe = mlx5_cqwq_get_wqe(&conn->cq.wq, i); in mlx5_fpga_conn_create_cq()