Searched refs:oboff (Results 1 – 1 of 1) sorted by relevance
19 #define OBUFP (obuf + oboff)21 #define OBUFSPC (OBUFLEN - oboff)49 unsigned int oboff = 0; in ccp5_debugfs_info_read() local61 oboff += OSCNPRINTF("Device name: %s\n", ccp->name); in ccp5_debugfs_info_read()62 oboff += OSCNPRINTF(" RNG name: %s\n", ccp->rngname); in ccp5_debugfs_info_read()63 oboff += OSCNPRINTF(" # Queues: %d\n", ccp->cmd_q_count); in ccp5_debugfs_info_read()64 oboff += OSCNPRINTF(" # Cmds: %d\n", ccp->cmd_count); in ccp5_debugfs_info_read()67 oboff += OSCNPRINTF(" Version: %d\n", regval & RI_VERSION_NUM); in ccp5_debugfs_info_read()68 oboff += OSCNPRINTF(" Engines:"); in ccp5_debugfs_info_read()70 oboff += OSCNPRINTF(" AES"); in ccp5_debugfs_info_read()[all …]