Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 631 Bytes

hnsdv_is_supported.3.md

File metadata and controls

41 lines (27 loc) · 631 Bytes
layout title section tagline date header footer
page
HNSDV_IS_SUPPORTED
3
Verbs
2024-02-06
HNS Programmer's Manual
hns

NAME

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

SYNOPSIS

#include <infiniband/hnsdv.h>

bool hnsdv_is_supported(struct ibv_device *device);

DESCRIPTION

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

ARGUMENTS

device : RDMA device to check.

RETURN VALUE

Returns true if device is implemented by hns provider.

SEE ALSO

hnsdv(7)

AUTHOR

Junxian Huang [email protected]