.\" Automatically generated by Pandoc 1.19.2.4
.\"
.TH "mlx5dv_is_supported" "3" "" "" ""
.hy
.SH NAME
.PP
mlx5dv_is_supported \- Check whether an RDMA device implemented by the
mlx5 provider
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <infiniband/mlx5dv.h>

bool\ mlx5dv_is_supported(struct\ ibv_device\ *device);
\f[]
.fi
.SH DESCRIPTION
.PP
mlx5dv functions may be called only if this function returns true for
the RDMA device.
.SH ARGUMENTS
.TP
.B \f[I]device\f[]
RDMA device to check.
.RS
.RE
.SH RETURN VALUE
.PP
Returns true if device is implemented by mlx5 provider.
.SH SEE ALSO
.PP
\f[I]mlx5dv(7)\f[]
.SH AUTHOR
.PP
Artemy Kovalyov <artemyko@mellanox.com>
