CXL_ADAPTER_DEV_NAME(3) | CXL Programmer's Manual | CXL_ADAPTER_DEV_NAME(3) |
cxl_adapter_dev_name - return the CXL adapter device name
#include <libcxl.h>
char *cxl_adapter_dev_name(struct cxl_adapter_h *adapter);
cxl_adapter_dev_name() returns the basename of the device associated to the CXL adapter handle adapter. The devices of the CXL adapters are named card0, card1, etc.
2017-05-24 | LIBCXL 1.5 |