Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_txrx.c38 cqe = mlx5_cqwq_get_wqe(&cq->wq, mlx5_cqwq_get_ci(&cq->wq)); in mlx5e_get_cqe()
H A Dmlx5_en_rx.c426 memcpy(data, mlx5_cqwq_get_wqe(&cq->wq, (cc & cq->wq.sz_m1)), in mlx5e_read_cqe_slot()
433 memcpy(mlx5_cqwq_get_wqe(&cq->wq, cc & cq->wq.sz_m1), in mlx5e_write_cqe_slot()
H A Dmlx5_en_main.c2006 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5e_create_cq()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dwq.h119 static inline void *mlx5_cqwq_get_wqe(struct mlx5_cqwq *wq, u32 ix) in mlx5_cqwq_get_wqe() function
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c450 cqe = mlx5_cqwq_get_wqe(&conn->cq.wq, i); in mlx5_fpga_conn_create_cq()