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.c262 __be32 mmio_wqe[16] = {}; in mlx5_wc_post_nop() local
276 memcpy(mmio_wqe, ctrl, sizeof(*ctrl)); in mlx5_wc_post_nop()
277 ((struct mlx5_wqe_ctrl_seg *)&mmio_wqe)->fm_ce_se |= in mlx5_wc_post_nop()
291 __iowrite64_copy(sq->bfreg.map + sq->bfreg.offset, mmio_wqe, in mlx5_wc_post_nop()
292 sizeof(mmio_wqe) / 8); in mlx5_wc_post_nop()