Home
last modified time | relevance | path

Searched refs:OCXL_AFU_NAME_SZ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/misc/
H A Docxl.h17 #define OCXL_AFU_NAME_SZ (24+1) /* add 1 for NULL termination */ macro
23 char name[OCXL_AFU_NAME_SZ];
/openbmc/linux/drivers/misc/ocxl/
H A Dconfig.c428 BUILD_BUG_ON(OCXL_AFU_NAME_SZ < OCXL_TEMPL_NAME_LEN); in read_afu_name()
436 afu->name[OCXL_AFU_NAME_SZ - 1] = '\0'; /* play safe */ in read_afu_name()