Home
last modified time | relevance | path

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

/linux/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) in mlx5_cqwq_get_wqe() function
233 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5_cqwq_get_cqe()
253 cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5_cqwq_get_cqe_enahnced_comp()
H A Dwc.c60 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5_wc_create_cqwq()
H A Den_rx.c86 memcpy(data, mlx5_cqwq_get_wqe(wq, ci), sizeof(struct mlx5_cqe64)); in mlx5e_read_cqe_slot()
138 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_cqes_update_owner()
146 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_cqes_update_owner()
H A Den_main.c2114 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5e_alloc_cq_common()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c65 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5_aso_alloc_cq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c436 cqe = mlx5_cqwq_get_wqe(&conn->cq.wq, i); in mlx5_fpga_conn_create_cq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_send.c782 cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in hws_send_ring_alloc_cq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c1089 cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in dr_create_cq()