| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | authenc.c | 86 derr(1, "failed to get user pages for data input"); in get_userbuf_tls() 113 derr(1, "dst and auth_src cannot be both null"); in get_userbuf_srtp() 145 derr(1, "cannot adjust sg array"); in get_userbuf_srtp() 152 derr(1, "failed to get user pages for data input"); in get_userbuf_srtp() 167 derr(1, "failed to get enough pages for auth data"); in get_userbuf_srtp() 222 derr(1, "invalid session ID=0x%08X", caop->ses); in fill_kcaop_from_caop() 228 derr(1, "Non-inplace encryption and decryption is not efficient and not implemented"); in fill_kcaop_from_caop() 245 derr(1, "error copying IV (%d bytes), copy_from_user returned %d for address %p", in fill_kcaop_from_caop() 270 derr(1, "Error in copying to userspace"); in fill_caop_from_kcaop() 282 derr(1, "Error in copying from userspace"); in cryptodev_kcaop_from_user() [all …]
|
| H A D | rk_cryptodev.c | 120 derr(1, "invalid session ID=0x%08X", cop->ses); in fill_kcop_fd_from_cop() 134 derr(1, "error copying IV (%d bytes), returned %d for addr %p", in fill_kcop_fd_from_cop() 180 derr(1, "Error in fill_cop_from_kcop"); in kcop_fd_to_user() 185 derr(1, "Cannot copy to userspace"); in kcop_fd_to_user() 234 derr(0, "CryptoAPI failure: %d", ret); in hash_n_crypt_fd() 253 derr(1, "dmabuf error! ret = %d", (int)PTR_ERR(*dmabuf)); in get_dmafd_sgtbl() 260 derr(1, "dma_attach error! ret = %d", (int)PTR_ERR(*dma_attach)); in get_dmafd_sgtbl() 271 derr(1, "sg_tbl error! ret = %d", (int)PTR_ERR(*sg_tbl)); in get_dmafd_sgtbl() 358 derr(1, "Error get_dmafd_sgtbl src."); in __crypto_fd_run() 372 derr(1, "Error get_dmafd_sgtbl dst."); in __crypto_fd_run() [all …]
|
| H A D | main.c | 97 derr(0, "CryptoAPI failure: %d", ret); in hash_n_crypt() 116 derr(1, "Error getting free page."); in __crypto_run_std() 129 derr(1, "Error copying %zu bytes from user address %p.", current_len, src); in __crypto_run_std() 139 derr(1, "hash_n_crypt failed."); in __crypto_run_std() 145 derr(1, "could not copy to user."); in __crypto_run_std() 173 derr(1, "Error getting user pages. Falling back to non zero copy."); in __crypto_run_zc() 197 derr(1, "invalid session ID=0x%08X", cop->ses); in crypto_run() 204 derr(1, "error in cryptodev_hash_reset()"); in crypto_run() 213 derr(1, "data size (%u) isn't a multiple of block size (%u)", in crypto_run() 257 derr(0, "CryptoAPI failure: %d", ret); in crypto_run()
|
| H A D | cryptlib.c | 224 derr(1, "error allocating async crypto request"); in cryptodev_cipher_init() 235 derr(1, "error allocating async crypto request"); in cryptodev_cipher_init() 293 derr(0, "error from async request: %d", cr->err); in waitfor() 381 derr(0, "error allocating async crypto request"); in cryptodev_hash_init() 412 derr(0, "error in crypto_hash_init()"); in cryptodev_hash_reset() 474 derr(0, "cryptodev_hash_copy: crypto_ahash_export not implemented for " in cryptodev_hash_copy() 484 derr(0, "cryptodev_hash_copy: crypto_ahash_import not implemented for " in cryptodev_hash_copy()
|
| H A D | zc.c | 200 derr(1, "failed to get user pages for data IO"); in cryptodev_get_userbuf() 214 derr(1, "failed to get user pages for data input"); in cryptodev_get_userbuf() 229 derr(1, "failed to get user pages for data output"); in cryptodev_get_userbuf()
|
| H A D | ioctl.c | 415 derr(1, "Session with sid=0x%08X not found!", sid); in crypto_finish_session() 528 derr(1, "Failed to get sesssions with sid=0x%08X sid=%0x08X!", in crypto_copy_hash_state() 555 derr(0, "crypto_run() failed: %d", item->result); in cryptask_routine() 666 derr(0, "freed %d items, but %d should exist!", in cryptodev_release() 774 derr(1, "invalid session ID=0x%08X", cop->ses); in fill_kcop_from_cop() 788 derr(1, "error copying IV (%d bytes), copy_from_user returned %d for address %p", in fill_kcop_from_cop() 833 derr(1, "Error in fill_cop_from_kcop"); in kcop_to_user() 838 derr(1, "Cannot copy to userspace"); in kcop_to_user() 887 derr(1, "invalid session ID=0x%08X", siop->ses); in get_session_info()
|
| H A D | cryptodev.h | 34 #define derr(level, format, a...) dprintk(level, KERN_ERR, format, ##a) macro
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | bluefield_edac.c | 99 u32 ecc_latch_select, dram_syndrom, serr, derr, syndrom; in bluefield_gather_report_ecc() local 121 derr = FIELD_GET(MLXBF_SYNDROM__DERR, dram_syndrom); in bluefield_gather_report_ecc() 124 if ((is_single_ecc && !serr) || (!is_single_ecc && !derr)) { in bluefield_gather_report_ecc()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | zx_dma.c | 278 u32 derr = readl_relaxed(d->base + REG_ZX_DST_ERR_IRQ); in zx_dma_int_handler() local 301 if (serr || derr || cfg) in zx_dma_int_handler() 303 serr, derr, cfg); in zx_dma_int_handler() 307 writel_relaxed(derr, d->base + REG_ZX_DST_ERR_IRQ_RAW); in zx_dma_int_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cortina/ |
| H A D | gemini.h | 428 unsigned int derr:1; member 533 unsigned int derr:1; member
|
| H A D | gemini.c | 1364 if (word0.bits.derr || word0.bits.perr || in gmac_skb_if_good_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_lif.c | 1798 int derr = 0; in ionic_txrx_enable() local 1815 derr = ionic_qcq_disable(lif->rxqcqs[i], (err != -ETIMEDOUT)); in ionic_txrx_enable() 1824 derr = ionic_qcq_disable(lif->txqcqs[i], (derr != -ETIMEDOUT)); in ionic_txrx_enable() 1825 derr = ionic_qcq_disable(lif->rxqcqs[i], (derr != -ETIMEDOUT)); in ionic_txrx_enable()
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/gaudi/ |
| H A D | gaudi.c | 349 bool derr; member 5265 if (params->derr) in gaudi_extract_ecc_info() 5305 if (params->derr) in gaudi_extract_ecc_info() 5390 params.derr = false; in gaudi_handle_ecc_event() 5399 params.derr = true; in gaudi_handle_ecc_event() 5410 params.derr = false; in gaudi_handle_ecc_event() 5421 params.derr = true; in gaudi_handle_ecc_event() 5433 params.derr = false; in gaudi_handle_ecc_event() 5445 params.derr = true; in gaudi_handle_ecc_event()
|