Searched refs:octwords (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 398 u32 octwords; in mlx5e_create_umr_mkey() local 412 octwords = mlx5e_mpwrq_umr_octowords(npages, umr_mode); in mlx5e_create_umr_mkey() 415 MLX5_OCTWORD, octwords); in mlx5e_create_umr_mkey() 434 MLX5_SET(mkc, mkc, translations_octword_size, octwords); in mlx5e_create_umr_mkey() 439 MLX5_SET(create_mkey_in, in, translations_octword_actual_size, octwords); in mlx5e_create_umr_mkey() 745 u32 octwords; in mlx5e_create_rq_hd_mkey() local 747 octwords = mlx5e_mpwrq_umr_octowords(shampo->nentries, umr_mode); in mlx5e_create_rq_hd_mkey() 749 MLX5_OCTWORD, octwords); in mlx5e_create_rq_hd_mkey() 767 MLX5_SET(mkc, mkc, translations_octword_size, octwords); in mlx5e_create_rq_hd_mkey() 769 octwords); in mlx5e_create_rq_hd_mkey()
|