table of contents
other versions
CXL_AFU_FD(3) | CXL Programmer's Manual | CXL_AFU_FD(3) |
NAME¶
cxl_afu_fd - return the file descriptor of an AFU handle
SYNOPSIS¶
#include <libcxl.h>
int cxl_afu_fd(struct cxl_afu_h *afu);
DESCRIPTION¶
cxl_afu_fd() returns the file descriptor of an open AFU, or -1 if afu has not been opened.
SEE ALSO¶
cxl(3), cxl_afu_dev_name(3), cxl_afu_fd_to_h(3), cxl_afu_free(3), cxl_afu_get_process_element(3), cxl_afu_open_dev(3), cxl_afu_open_h(3), cxl_afu_opened(3)
2017-05-24 | LIBCXL 1.5 |