logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Arguments

device RDMA device to check.

Author

Junxian Huang huangjunxian6@hisilicon.com hns 2024-02-06 HNSDV_IS_SUPPORTED(3)

Description

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

Name

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

Return Value

Returns true if device is implemented by hns provider.

See Also

hnsdv(7)

Synopsis

#include <infiniband/hnsdv.h> bool hnsdv_is_supported(struct ibv_device *device);

See Also