hnsdv_is_supported(3) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | ARGUMENTS | RETURN VALUE | SEE ALSO | AUTHOR | COLOPHON

HNSDV_IS_SUPPORTED(3)    HNS Programmer’s Manual    HNSDV_IS_SUPPORTED(3)

NAME         top

       hnsdv_is_supported - Check whether an RDMA device implemented by
       the hns provider

SYNOPSIS         top

              #include <infiniband/hnsdv.h>

              bool hnsdv_is_supported(struct ibv_device *device);

DESCRIPTION         top

       hnsdv functions may be called only if this function returns true
       for the RDMA device.

ARGUMENTS         top

       device RDMA device to check.

RETURN VALUE         top

       Returns true if device is implemented by hns provider.

SEE ALSO         top

       hnsdv(7)

AUTHOR         top

       Junxian Huang ⟨huangjunxian6@hisilicon.com⟩

COLOPHON         top

       This page is part of the rdma-core (RDMA Core Userspace Libraries
       and Daemons) project.  Information about the project can be found
       at ⟨https://github.com/linux-rdma/rdma-core⟩.  If you have a bug
       report for this manual page, send it to
       linux-rdma@vger.kernel.org.  This page was obtained from the
       project's upstream Git repository
       ⟨https://github.com/linux-rdma/rdma-core.git⟩ on 2025-08-11.  (At
       that time, the date of the most recent commit that was found in
       the repository was 2025-08-04.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there is
       a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

hns                             2024-02-06          HNSDV_IS_SUPPORTED(3)