.\" Automatically generated by Pandoc 3.1.8 .\" .TH "mlx5dv_is_supported" "3" "" "" "" .SH NAME mlx5dv_is_supported - Check whether an RDMA device implemented by the mlx5 provider .SH SYNOPSIS .IP .EX #include bool mlx5dv_is_supported(struct ibv_device *device); .EE .SH DESCRIPTION mlx5dv functions may be called only if this function returns true for the RDMA device. .SH ARGUMENTS .TP \f[I]device\f[R] RDMA device to check. .SH RETURN VALUE Returns true if device is implemented by mlx5 provider. .SH SEE ALSO \f[I]mlx5dv(7)\f[R] .SH AUTHOR Artemy Kovalyov