Searched refs:cmp_len (Results 1 – 4 of 4) sorted by relevance
343 && fc->cmp_len) { in fw_download_proc()350 - fc->cmp_len; /* where we are now */ in fw_download_proc()360 fc->cmp_len -= fc->curr_len; /* # left to compare */ in fw_download_proc()363 if (fc->cmp_len > FM_BUF_SZ) in fw_download_proc()366 fc->sgc.length = fc->cmp_len; in fw_download_proc()405 fc->cmp_len = ch->length; in fw_download_proc()440 fc->cmp_len = ch->length; in fw_download_proc()476 fc->cmp_len = ch->length; in fw_download_proc()510 fc->cmp_len = ch->length; in fw_download_proc()544 && fc->sgc.length > fc->cmp_len) in fw_download_proc()[all …]
708 u32 cmp_len; member
122 #define ICP_QAT_HW_AUTH_CONFIG_BUILD(mode, algo, cmp_len) \ argument130 ((cmp_len & QAT_AUTH_CMP_MASK) << QAT_AUTH_CMP_BITPOS))
457 int cmp_len = strlen(mode_str); in store_cabc_mode() local461 if (count != cmp_len) in store_cabc_mode()464 if (strncmp(buf, mode_str, cmp_len) == 0) in store_cabc_mode()