Searched refs:mlx5_fwp_get_dma (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c880 lay->in_ptr = cpu_to_be64(mlx5_fwp_get_dma(ent->in, 0));
882 lay->out_ptr = cpu_to_be64(mlx5_fwp_get_dma(ent->out, 0));
1111 u64 dma = mlx5_fwp_get_dma(msg, (i + 1) * MLX5_CMD_MBOX_SIZE);
1502 cmd->dma = mlx5_fwp_get_dma(cmd->cmd_page, 0);
H A Dmlx5_pagealloc.c188 mlx5_fwp_get_dma(struct mlx5_fw_page *fwp, size_t offset) function
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h1007 u64 mlx5_fwp_get_dma(struct mlx5_fw_page *fwp, size_t offset);

Completed in 96 milliseconds