Home
last modified time | relevance | path

Searched refs:cmp_len (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/esas2r/
Desas2r_flash.c343 && 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 …]
Desas2r.h708 u32 cmp_len; member
/drivers/crypto/qat/qat_common/
Dicp_qat_hw.h122 #define ICP_QAT_HW_AUTH_CONFIG_BUILD(mode, algo, cmp_len) \ argument
130 ((cmp_len & QAT_AUTH_CMP_MASK) << QAT_AUTH_CMP_BITPOS))
/drivers/video/fbdev/omap2/displays-new/
Dpanel-sony-acx565akm.c457 int cmp_len = strlen(mode_str); in store_cabc_mode() local
461 if (count != cmp_len) in store_cabc_mode()
464 if (strncmp(buf, mode_str, cmp_len) == 0) in store_cabc_mode()