/Linux-v5.4/arch/x86/crypto/ |
D | camellia_aesni_avx2_glue.c | 42 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 45 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 48 .num_blocks = 2, 51 .num_blocks = 1, 61 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 64 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 67 .num_blocks = 2, 70 .num_blocks = 1, 80 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 83 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, [all …]
|
D | serpent_avx2_glue.c | 46 .num_blocks = 16, 49 .num_blocks = 8, 52 .num_blocks = 1, 62 .num_blocks = 16, 65 .num_blocks = 8, 68 .num_blocks = 1, 78 .num_blocks = 16, 81 .num_blocks = 8, 84 .num_blocks = 1, 94 .num_blocks = 16, [all …]
|
D | twofish_avx_glue.c | 95 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 98 .num_blocks = 3, 101 .num_blocks = 1, 111 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 114 .num_blocks = 3, 117 .num_blocks = 1, 127 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 130 .num_blocks = 1, 140 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 143 .num_blocks = 3, [all …]
|
D | camellia_aesni_avx_glue.c | 64 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 67 .num_blocks = 2, 70 .num_blocks = 1, 80 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 83 .num_blocks = 2, 86 .num_blocks = 1, 96 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 99 .num_blocks = 1, 109 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 112 .num_blocks = 2, [all …]
|
D | glue_helper.c | 42 func_bytes = bsize * gctx->funcs[i].num_blocks; in glue_ecb_req_128bit() 113 unsigned int func_bytes, num_blocks; in glue_cbc_decrypt_req_128bit() local 126 num_blocks = gctx->funcs[i].num_blocks; in glue_cbc_decrypt_req_128bit() 127 func_bytes = bsize * num_blocks; in glue_cbc_decrypt_req_128bit() 134 src -= num_blocks - 1; in glue_cbc_decrypt_req_128bit() 135 dst -= num_blocks - 1; in glue_cbc_decrypt_req_128bit() 173 unsigned int func_bytes, num_blocks; in glue_ctr_req_128bit() local 183 num_blocks = gctx->funcs[i].num_blocks; in glue_ctr_req_128bit() 184 func_bytes = bsize * num_blocks; in glue_ctr_req_128bit() 192 src += num_blocks; in glue_ctr_req_128bit() [all …]
|
D | cast6_avx_glue.c | 72 .num_blocks = CAST6_PARALLEL_BLOCKS, 75 .num_blocks = 1, 85 .num_blocks = CAST6_PARALLEL_BLOCKS, 88 .num_blocks = 1, 98 .num_blocks = CAST6_PARALLEL_BLOCKS, 101 .num_blocks = 1, 111 .num_blocks = CAST6_PARALLEL_BLOCKS, 114 .num_blocks = 1, 124 .num_blocks = CAST6_PARALLEL_BLOCKS, 127 .num_blocks = 1, [all …]
|
D | serpent_avx_glue.c | 104 .num_blocks = SERPENT_PARALLEL_BLOCKS, 107 .num_blocks = 1, 117 .num_blocks = SERPENT_PARALLEL_BLOCKS, 120 .num_blocks = 1, 130 .num_blocks = SERPENT_PARALLEL_BLOCKS, 133 .num_blocks = 1, 143 .num_blocks = SERPENT_PARALLEL_BLOCKS, 146 .num_blocks = 1, 156 .num_blocks = SERPENT_PARALLEL_BLOCKS, 159 .num_blocks = 1, [all …]
|
D | serpent_sse2_glue.c | 81 .num_blocks = SERPENT_PARALLEL_BLOCKS, 84 .num_blocks = 1, 94 .num_blocks = SERPENT_PARALLEL_BLOCKS, 97 .num_blocks = 1, 107 .num_blocks = SERPENT_PARALLEL_BLOCKS, 110 .num_blocks = 1, 120 .num_blocks = SERPENT_PARALLEL_BLOCKS, 123 .num_blocks = 1,
|
D | twofish_glue_3way.c | 96 .num_blocks = 3, 99 .num_blocks = 1, 109 .num_blocks = 3, 112 .num_blocks = 1, 122 .num_blocks = 3, 125 .num_blocks = 1, 135 .num_blocks = 3, 138 .num_blocks = 1,
|
D | camellia_glue.c | 1317 .num_blocks = 2, 1320 .num_blocks = 1, 1330 .num_blocks = 2, 1333 .num_blocks = 1, 1343 .num_blocks = 2, 1346 .num_blocks = 1, 1356 .num_blocks = 2, 1359 .num_blocks = 1,
|
/Linux-v5.4/drivers/net/wireless/ti/wl1251/ |
D | init.c | 219 u32 num_blocks) in wl1251_hw_init_txq_fill() argument 226 (QOS_TX_HIGH_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 228 (QOS_TX_LOW_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 232 (QOS_TX_HIGH_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 234 (QOS_TX_LOW_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 238 (QOS_TX_HIGH_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 240 (QOS_TX_LOW_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 244 (QOS_TX_HIGH_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 246 (QOS_TX_LOW_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | dm.c | 95 u32 num_blocks = DIV_ROUND_UP_ULL(length, MLX5_SW_ICM_BLOCK_SIZE(dev)); in mlx5_dm_sw_icm_alloc() local 143 num_blocks, 0); in mlx5_dm_sw_icm_alloc() 147 block_idx, num_blocks); in mlx5_dm_sw_icm_alloc() 164 block_idx, num_blocks); in mlx5_dm_sw_icm_alloc() 180 u32 num_blocks = DIV_ROUND_UP_ULL(length, MLX5_SW_ICM_BLOCK_SIZE(dev)); in mlx5_dm_sw_icm_dealloc() local 218 start_idx, num_blocks); in mlx5_dm_sw_icm_dealloc()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | rtas_flash.c | 108 unsigned long num_blocks; member 172 for (i = 0; i < f->num_blocks; i++) { in flash_list_valid() 200 for (i = 0; i < f->num_blocks; i++) in free_flash_list() 336 next_free = fl->num_blocks; in rtas_flash_write() 359 fl->num_blocks++; in rtas_flash_write() 594 flist->num_blocks = 0; in rtas_flash_firmware() 609 for (i = 0; i < f->num_blocks; i++) { in rtas_flash_firmware() 621 f->num_blocks = (FLASH_BLOCK_LIST_VERSION << 56) | ((f->num_blocks+1)*16); in rtas_flash_firmware() 622 f->num_blocks = cpu_to_be64(f->num_blocks); in rtas_flash_firmware()
|
/Linux-v5.4/tools/hv/ |
D | hv_kvp_daemon.c | 113 int num_blocks; member 181 int num_blocks = kvp_file_info[pool].num_blocks; in kvp_update_mem_state() local 196 ENTRIES_PER_BLOCK * num_blocks - records_read, in kvp_update_mem_state() 211 num_blocks++; in kvp_update_mem_state() 212 record = realloc(record, alloc_unit * num_blocks); in kvp_update_mem_state() 224 kvp_file_info[pool].num_blocks = num_blocks; in kvp_update_mem_state() 256 kvp_file_info[i].num_blocks = 1; in kvp_file_init() 316 int num_blocks; in kvp_key_add_or_modify() local 329 num_blocks = kvp_file_info[pool].num_blocks; in kvp_key_add_or_modify() 346 if (num_records == (ENTRIES_PER_BLOCK * num_blocks)) { in kvp_key_add_or_modify() [all …]
|
/Linux-v5.4/block/partitions/ |
D | sgi.c | 23 __be32 num_blocks; /* Size in logical blocks */ member 71 blocks = be32_to_cpu(p->num_blocks); in sgi_partition()
|
/Linux-v5.4/fs/befs/ |
D | super.c | 36 befs_sb->num_blocks = fs64_to_cpu(sb, disk_sb->num_blocks); in befs_load_sb()
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1018 uint num_blocks, payload_index; in aes_cipher() local 1074 num_blocks = plen / 16; in aes_cipher() 1083 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1103 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1114 pframe, pn_vector, num_blocks + 1); in aes_cipher() 1192 uint num_blocks, payload_index; in aes_decipher() local 1216 num_blocks = (plen - 8) / 16; in aes_decipher() 1246 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1257 pframe, pn_vector, num_blocks + 1); in aes_decipher() 1280 num_blocks = (plen - 8) / 16; in aes_decipher() [all …]
|
/Linux-v5.4/drivers/mfd/ |
D | stmpe.c | 428 .num_blocks = ARRAY_SIZE(stmpe801_blocks), 440 .num_blocks = ARRAY_SIZE(stmpe801_blocks_noirq), 590 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 605 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 661 .num_blocks = ARRAY_SIZE(stmpe1600_blocks), 825 .num_blocks = ARRAY_SIZE(stmpe1601_blocks), 934 .num_blocks = ARRAY_SIZE(stmpe1801_blocks), 1040 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1054 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1310 for (i = 0; i < variant->num_blocks; i++) { in stmpe_devices_init()
|
/Linux-v5.4/drivers/net/wireless/rsi/ |
D | rsi_91x_sdio.c | 575 u32 num_blocks, offset, i; in rsi_sdio_load_data_master_write() local 580 num_blocks = instructions_sz / block_size; in rsi_sdio_load_data_master_write() 584 instructions_sz, num_blocks); in rsi_sdio_load_data_master_write() 597 for (offset = 0, i = 0; i < num_blocks; i++, offset += block_size) { in rsi_sdio_load_data_master_write() 773 u32 num_blocks, address, length; in rsi_sdio_host_intf_write_pkt() local 781 num_blocks = len / block_size; in rsi_sdio_host_intf_write_pkt() 784 num_blocks++; in rsi_sdio_host_intf_write_pkt() 786 address = (num_blocks * block_size | (queueno << 12)); in rsi_sdio_host_intf_write_pkt() 787 length = num_blocks * block_size; in rsi_sdio_host_intf_write_pkt()
|
/Linux-v5.4/include/uapi/sound/sof/ |
D | fw.h | 67 __u32 num_blocks; /* number of blocks */ member
|
/Linux-v5.4/drivers/net/wireless/st/cw1200/ |
D | fwio.c | 53 int ret, block, num_blocks; in cw1200_load_firmware_cw1200() local 173 num_blocks = (firmware->size - 1) / DOWNLOAD_BLOCK_SIZE + 1; in cw1200_load_firmware_cw1200() 180 for (block = 0; block < num_blocks; block++) { in cw1200_load_firmware_cw1200()
|
/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_dev.h | 27 int num_blocks; member
|
/Linux-v5.4/arch/powerpc/platforms/ps3/ |
D | platform.h | 153 unsigned int dev_index, u64 *num_blocks); 165 u64 *num_blocks, unsigned int *num_regions);
|
D | repository.c | 581 unsigned int dev_index, u64 *num_blocks) in ps3_repository_read_stor_dev_num_blocks() argument 587 0, num_blocks, NULL); in ps3_repository_read_stor_dev_num_blocks() 646 u64 *num_blocks, unsigned int *num_regions) in ps3_repository_read_stor_dev_info() argument 660 num_blocks); in ps3_repository_read_stor_dev_info() 1238 u64 port, blk_size, num_blocks; in dump_stor_dev_info() local 1244 repo->dev_index, &port, &blk_size, &num_blocks, &num_regions); in dump_stor_dev_info() 1255 port, blk_size, num_blocks, num_regions); in dump_stor_dev_info()
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 1333 num_blocks, payload_index; in aes_cipher() local 1416 num_blocks = plen / 16; in aes_cipher() 1428 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1455 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1480 num_blocks+1, in aes_cipher() 1581 num_blocks, payload_index; in aes_decipher() local 1613 num_blocks = (plen-8) / 16; /* plen including LLC, payload_length and mic) */ in aes_decipher() 1653 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1680 num_blocks+1, in aes_decipher() 1734 num_blocks = (plen-8) / 16; in aes_decipher() [all …]
|