Home
last modified time | relevance | path

Searched refs:VERSION_LEN (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/cavium/nitrox/
Dnitrox_dev.h9 #define VERSION_LEN 32 macro
53 char fw_name[VERSION_LEN];
Dnitrox_main.c55 char version[VERSION_LEN - 1];
133 memcpy(ndev->hw.fw_name, ucode->version, (VERSION_LEN - 2)); in nitrox_load_fw()
134 ndev->hw.fw_name[VERSION_LEN - 1] = '\0'; in nitrox_load_fw()
/Linux-v4.19/include/linux/
Df2fs_fs.h61 #define VERSION_LEN 256 macro
107 __u8 version[VERSION_LEN]; /* the kernel version */
108 __u8 init_version[VERSION_LEN]; /* the initial kernel version */