| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 4164 struct init_cb_24xx *icb; in qla24xx_config_rings() local 4170 icb = (struct init_cb_24xx *)ha->init_cb; in qla24xx_config_rings() 4171 icb->request_q_outpointer = cpu_to_le16(0); in qla24xx_config_rings() 4172 icb->response_q_inpointer = cpu_to_le16(0); in qla24xx_config_rings() 4173 icb->request_q_length = cpu_to_le16(req->length); in qla24xx_config_rings() 4174 icb->response_q_length = cpu_to_le16(rsp->length); in qla24xx_config_rings() 4175 put_unaligned_le64(req->dma, &icb->request_q_address); in qla24xx_config_rings() 4176 put_unaligned_le64(rsp->dma, &icb->response_q_address); in qla24xx_config_rings() 4179 icb->atio_q_inpointer = cpu_to_le16(0); in qla24xx_config_rings() 4180 icb->atio_q_length = cpu_to_le16(ha->tgt.atio_q_length); in qla24xx_config_rings() [all …]
|
| H A D | qla_nx.c | 1736 struct init_cb_81xx *icb; in qla82xx_config_rings() local 1741 icb = (struct init_cb_81xx *)ha->init_cb; in qla82xx_config_rings() 1742 icb->request_q_outpointer = cpu_to_le16(0); in qla82xx_config_rings() 1743 icb->response_q_inpointer = cpu_to_le16(0); in qla82xx_config_rings() 1744 icb->request_q_length = cpu_to_le16(req->length); in qla82xx_config_rings() 1745 icb->response_q_length = cpu_to_le16(rsp->length); in qla82xx_config_rings() 1746 put_unaligned_le64(req->dma, &icb->request_q_address); in qla82xx_config_rings() 1747 put_unaligned_le64(rsp->dma, &icb->response_q_address); in qla82xx_config_rings()
|
| H A D | qla_target.c | 6809 struct init_cb_24xx *icb = (struct init_cb_24xx *)ha->init_cb; in qlt_24xx_config_rings() local 6820 icb->msix_atio = cpu_to_le16(msix->entry); in qlt_24xx_config_rings() 6821 icb->firmware_options_2 &= cpu_to_le32(~BIT_26); in qlt_24xx_config_rings() 6829 icb->msix_atio = 0; in qlt_24xx_config_rings() 6830 icb->firmware_options_2 |= cpu_to_le32(BIT_26); in qlt_24xx_config_rings() 6930 struct init_cb_24xx *icb) in qlt_24xx_config_nvram_stage2() argument 6938 memcpy(icb->node_name, ha->tgt.tgt_node_name, WWN_SIZE); in qlt_24xx_config_nvram_stage2() 6939 icb->firmware_options_1 |= cpu_to_le32(BIT_14); in qlt_24xx_config_nvram_stage2() 7033 struct init_cb_81xx *icb) in qlt_81xx_config_nvram_stage2() argument 7041 memcpy(icb->node_name, ha->tgt.tgt_node_name, WWN_SIZE); in qlt_81xx_config_nvram_stage2() [all …]
|
| H A D | qla_os.c | 4451 struct init_cb_81xx *icb = (struct init_cb_81xx *)&vha->hw->init_cb; in qla2x00_number_of_exch() local 4467 icb->exchange_count = cpu_to_le16(vha->ql2xexchoffld); in qla2x00_number_of_exch() 4478 icb->exchange_count = cpu_to_le16(vha->ql2xexchoffld); in qla2x00_number_of_exch() 4573 struct init_cb_81xx *icb = (struct init_cb_81xx *)ha->init_cb; in qla2x00_set_exchoffld_buffer() local 4576 icb->exchange_count = 0; in qla2x00_set_exchoffld_buffer() 4578 icb->exchange_count = cpu_to_le16(vha->ql2xexchoffld); in qla2x00_set_exchoffld_buffer()
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | namei.c | 321 loc = lelb_to_cpu(cfi.icb.extLocation); in udf_lookup() 576 memset(&(cfi->icb), 0x00, sizeof(struct long_ad)); in udf_delete_entry() 595 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_add_nondir() 596 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_add_nondir() 597 *(__le32 *)((struct allocDescImpUse *)cfi.icb.impUse)->impUse = in udf_add_nondir() 687 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_mkdir() 688 cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location); in udf_mkdir() 689 *(__le32 *)((struct allocDescImpUse *)cfi.icb.impUse)->impUse = in udf_mkdir() 704 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_mkdir() 705 cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location); in udf_mkdir() [all …]
|
| H A D | dir.c | 208 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir()
|
| H A D | ecma_167.h | 472 struct long_ad icb; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/ |
| H A D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 154 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/ |
| H A D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 154 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/ |
| H A D | aes-gcm.c | 143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 155 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/ |
| H A D | aes-gcm.c | 143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 155 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/ |
| H A D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 154 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/ |
| H A D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 154 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/ |
| H A D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 154 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/ |
| H A D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 154 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/ |
| H A D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 154 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/ |
| H A D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument 154 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0013-udf-Fix-memory-leak.patch | 26 if (grub_udf_read_icb (dir->data, &dirent.icb, child))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libx11/ |
| H A D | CVE-2022-3554.patch | 54 icb->call = True;
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | chacha20poly1305.c | 84 static void chacha_iv(u8 *iv, struct aead_request *req, u32 icb) in chacha_iv() argument 87 __le32 leicb = cpu_to_le32(icb); in chacha_iv()
|
| /OK3568_Linux_fs/app/qfm/ |
| H A D | mimeapps.list | 90 image/x-icb=qplayer.desktop
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1075 …GFEA>;61./2479=??<<943565664455541223233, ��}�������������{icb`covj`abbejnw�zomnln…
|