mlx5_fwp_get_dma
u64 mlx5_fwp_get_dma(struct mlx5_fw_page *fwp, size_t offset);
u64 dma = mlx5_fwp_get_dma(msg, (i + 1) * MLX5_CMD_MBOX_SIZE);
cmd->dma = mlx5_fwp_get_dma(cmd->cmd_page, 0);
lay->in_ptr = cpu_to_be64(mlx5_fwp_get_dma(ent->in, 0));
lay->out_ptr = cpu_to_be64(mlx5_fwp_get_dma(ent->out, 0));