Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwc.c263 static void mlx5_iowrite64_copy(struct mlx5_wc_sq *sq, __be32 mmio_wqe[16], in mlx5_iowrite64_copy()
274 : "r"(mmio_wqe), "r"(sq->bfreg.map + offset) in mlx5_iowrite64_copy()
280 __iowrite64_copy(sq->bfreg.map + offset, mmio_wqe, in mlx5_iowrite64_copy()
289 __be32 mmio_wqe[16] = {}; in mlx5_wc_post_nop() local
303 memcpy(mmio_wqe, ctrl, sizeof(*ctrl)); in mlx5_wc_post_nop()
304 ((struct mlx5_wqe_ctrl_seg *)&mmio_wqe)->fm_ce_se |= in mlx5_wc_post_nop()
318 mlx5_iowrite64_copy(sq, mmio_wqe, sizeof(mmio_wqe), *offset); in mlx5_wc_post_nop()