/linux-4.4.14/arch/x86/crypto/ |
D | glue_helper.c | 55 func_bytes = bsize * gctx->funcs[i].num_blocks; in __glue_ecb_crypt_128bit() 148 unsigned int num_blocks, func_bytes; in __glue_cbc_decrypt_128bit() local 158 num_blocks = gctx->funcs[i].num_blocks; in __glue_cbc_decrypt_128bit() 159 func_bytes = bsize * num_blocks; in __glue_cbc_decrypt_128bit() 165 src -= num_blocks - 1; in __glue_cbc_decrypt_128bit() 166 dst -= num_blocks - 1; in __glue_cbc_decrypt_128bit() 246 unsigned int num_blocks, func_bytes; in __glue_ctr_crypt_128bit() local 253 num_blocks = gctx->funcs[i].num_blocks; in __glue_ctr_crypt_128bit() 254 func_bytes = bsize * num_blocks; in __glue_ctr_crypt_128bit() 260 src += num_blocks; in __glue_ctr_crypt_128bit() [all …]
|
D | camellia_aesni_avx2_glue.c | 50 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 53 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 56 .num_blocks = 2, 59 .num_blocks = 1, 69 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 72 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 75 .num_blocks = 2, 78 .num_blocks = 1, 88 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 91 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, [all …]
|
D | serpent_avx2_glue.c | 48 .num_blocks = 16, 51 .num_blocks = 8, 54 .num_blocks = 1, 64 .num_blocks = 16, 67 .num_blocks = 8, 70 .num_blocks = 1, 80 .num_blocks = 16, 83 .num_blocks = 8, 86 .num_blocks = 1, 96 .num_blocks = 16, [all …]
|
D | twofish_avx_glue.c | 88 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 91 .num_blocks = 3, 94 .num_blocks = 1, 104 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 107 .num_blocks = 3, 110 .num_blocks = 1, 120 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 123 .num_blocks = 1, 133 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 136 .num_blocks = 3, [all …]
|
D | camellia_aesni_avx_glue.c | 72 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 75 .num_blocks = 2, 78 .num_blocks = 1, 88 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 91 .num_blocks = 2, 94 .num_blocks = 1, 104 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 107 .num_blocks = 1, 117 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 120 .num_blocks = 2, [all …]
|
D | cast6_avx_glue.c | 87 .num_blocks = CAST6_PARALLEL_BLOCKS, 90 .num_blocks = 1, 100 .num_blocks = CAST6_PARALLEL_BLOCKS, 103 .num_blocks = 1, 113 .num_blocks = CAST6_PARALLEL_BLOCKS, 116 .num_blocks = 1, 126 .num_blocks = CAST6_PARALLEL_BLOCKS, 129 .num_blocks = 1, 139 .num_blocks = CAST6_PARALLEL_BLOCKS, 142 .num_blocks = 1, [all …]
|
D | serpent_avx_glue.c | 100 .num_blocks = SERPENT_PARALLEL_BLOCKS, 103 .num_blocks = 1, 113 .num_blocks = SERPENT_PARALLEL_BLOCKS, 116 .num_blocks = 1, 126 .num_blocks = SERPENT_PARALLEL_BLOCKS, 129 .num_blocks = 1, 139 .num_blocks = SERPENT_PARALLEL_BLOCKS, 142 .num_blocks = 1, 152 .num_blocks = SERPENT_PARALLEL_BLOCKS, 155 .num_blocks = 1, [all …]
|
D | twofish_glue_3way.c | 107 .num_blocks = 3, 110 .num_blocks = 1, 120 .num_blocks = 3, 123 .num_blocks = 1, 133 .num_blocks = 3, 136 .num_blocks = 1, 146 .num_blocks = 3, 149 .num_blocks = 1,
|
D | serpent_sse2_glue.c | 95 .num_blocks = SERPENT_PARALLEL_BLOCKS, 98 .num_blocks = 1, 108 .num_blocks = SERPENT_PARALLEL_BLOCKS, 111 .num_blocks = 1, 121 .num_blocks = SERPENT_PARALLEL_BLOCKS, 124 .num_blocks = 1, 134 .num_blocks = SERPENT_PARALLEL_BLOCKS, 137 .num_blocks = 1,
|
D | camellia_glue.c | 1329 .num_blocks = 2, 1332 .num_blocks = 1, 1342 .num_blocks = 2, 1345 .num_blocks = 1, 1355 .num_blocks = 2, 1358 .num_blocks = 1, 1368 .num_blocks = 2, 1371 .num_blocks = 1,
|
D | aesni-intel_glue.c | 696 .num_blocks = 8, 699 .num_blocks = 1, 709 .num_blocks = 8, 712 .num_blocks = 1,
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_usb_ops.c | 36 u32 num_blocks) in rsi_copy_to_card() argument 47 for (indx = 0, ii = 0; ii < num_blocks; ii++, indx += block_size) { in rsi_copy_to_card() 139 u32 num_blocks, len; in rsi_load_ta_instructions() local 160 num_blocks = (len / block_size); in rsi_load_ta_instructions() 163 rsi_dbg(INIT_ZONE, "%s: num blocks: %d\n", __func__, num_blocks); in rsi_load_ta_instructions() 165 status = rsi_copy_to_card(common, fw, len, num_blocks); in rsi_load_ta_instructions()
|
D | rsi_91x_sdio_ops.c | 78 u32 num_blocks) in rsi_copy_to_card() argument 96 for (indx = 0, ii = 0; ii < num_blocks; ii++, indx += block_size) { in rsi_copy_to_card() 174 u32 num_blocks; in rsi_load_ta_instructions() local 215 num_blocks = (len / block_size); in rsi_load_ta_instructions() 218 rsi_dbg(INIT_ZONE, "%s: num blocks: %d\n", __func__, num_blocks); in rsi_load_ta_instructions() 220 status = rsi_copy_to_card(common, fw, len, num_blocks); in rsi_load_ta_instructions()
|
D | rsi_91x_sdio.c | 570 u32 num_blocks, address, length; in rsi_sdio_host_intf_write_pkt() local 576 num_blocks = len / block_size; in rsi_sdio_host_intf_write_pkt() 579 num_blocks++; in rsi_sdio_host_intf_write_pkt() 581 address = (num_blocks * block_size | (queueno << 12)); in rsi_sdio_host_intf_write_pkt() 582 length = num_blocks * block_size; in rsi_sdio_host_intf_write_pkt()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | init.c | 233 u32 num_blocks) in wl1251_hw_init_txq_fill() argument 240 (QOS_TX_HIGH_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 242 (QOS_TX_LOW_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 246 (QOS_TX_HIGH_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 248 (QOS_TX_LOW_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 252 (QOS_TX_HIGH_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 254 (QOS_TX_LOW_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 258 (QOS_TX_HIGH_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 260 (QOS_TX_LOW_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill()
|
/linux-4.4.14/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, in kvp_update_mem_state() 208 num_blocks++; in kvp_update_mem_state() 209 record = realloc(record, alloc_unit * num_blocks); in kvp_update_mem_state() 220 kvp_file_info[pool].num_blocks = num_blocks; in kvp_update_mem_state() 235 int num_blocks; in kvp_file_init() local 250 num_blocks = 1; in kvp_file_init() 264 record = malloc(alloc_unit * num_blocks); in kvp_file_init() 286 num_blocks++; in kvp_file_init() [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtas_flash.c | 112 unsigned long num_blocks; member 176 for (i = 0; i < f->num_blocks; i++) { in flash_list_valid() 204 for (i = 0; i < f->num_blocks; i++) in free_flash_list() 340 next_free = fl->num_blocks; in rtas_flash_write() 363 fl->num_blocks++; in rtas_flash_write() 598 flist->num_blocks = 0; in rtas_flash_firmware() 613 for (i = 0; i < f->num_blocks; i++) { in rtas_flash_firmware() 625 f->num_blocks = (FLASH_BLOCK_LIST_VERSION << 56) | ((f->num_blocks+1)*16); in rtas_flash_firmware() 626 f->num_blocks = cpu_to_be64(f->num_blocks); in rtas_flash_firmware()
|
/linux-4.4.14/block/partitions/ |
D | sgi.c | 22 __be32 num_blocks; /* Size in logical blocks */ member 70 blocks = be32_to_cpu(p->num_blocks); in sgi_partition()
|
/linux-4.4.14/fs/befs/ |
D | super.c | 40 befs_sb->num_blocks = fs64_to_cpu(sb, disk_sb->num_blocks); in befs_load_sb()
|
D | linuxvfs.c | 820 if( befs_sb->num_blocks > ~((sector_t)0) ) { in befs_fill_super() 823 befs_sb->num_blocks); in befs_fill_super() 896 buf->f_blocks = BEFS_SB(sb)->num_blocks; in befs_statfs() 897 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs()
|
D | befs.h | 36 befs_off_t num_blocks; member
|
D | befs_fs_types.h | 120 fs64 num_blocks; member
|
D | debug.c | 170 befs_debug(sb, " num_blocks %llu", fs64_to_cpu(sb, sup->num_blocks)); in befs_dump_super_block()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1037 uint num_blocks, payload_index; in aes_cipher() local 1093 num_blocks = plen / 16; in aes_cipher() 1102 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1122 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1133 pframe, pn_vector, num_blocks + 1); in aes_cipher() 1212 uint num_blocks, payload_index; in aes_decipher() local 1236 num_blocks = (plen - 8) / 16; in aes_decipher() 1266 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1277 pframe, pn_vector, num_blocks + 1); in aes_decipher() 1300 num_blocks = (plen - 8) / 16; in aes_decipher() [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1139 num_blocks, payload_index; in aes_cipher() local 1200 num_blocks = plen / 16; in aes_cipher() 1212 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1237 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1251 pn_vector, num_blocks + 1); in aes_cipher() 1356 num_blocks, payload_index; in aes_decipher() local 1381 num_blocks = (plen - 8) / 16; /* plen including llc, payload_length and mic) */ in aes_decipher() 1423 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1439 pn_vector, num_blocks + 1); in aes_decipher() 1469 num_blocks = (plen - 8) / 16; in aes_decipher() [all …]
|
/linux-4.4.14/drivers/mfd/ |
D | stmpe.c | 382 .num_blocks = ARRAY_SIZE(stmpe801_blocks), 394 .num_blocks = ARRAY_SIZE(stmpe801_blocks_noirq), 486 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 501 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 650 .num_blocks = ARRAY_SIZE(stmpe1601_blocks), 733 .num_blocks = ARRAY_SIZE(stmpe1801_blocks), 815 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 829 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1085 for (i = 0; i < variant->num_blocks; i++) { in stmpe_devices_init()
|
D | pm8921-core.c | 63 unsigned int num_blocks; member 364 chip->num_blocks = DIV_ROUND_UP(chip->num_irqs, 8); in pm8921_probe() 365 chip->num_masters = DIV_ROUND_UP(chip->num_blocks, 8); in pm8921_probe()
|
D | stmpe.h | 71 int num_blocks; member
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 1066 num_blocks, payload_index; in aes_cipher() local 1122 num_blocks = plen / 16; in aes_cipher() 1134 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1159 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1169 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks+1); in aes_cipher() 1263 num_blocks, payload_index; in aes_decipher() local 1292 num_blocks = (plen-8) / 16; /* plen including llc, payload_length and mic) */ in aes_decipher() 1326 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1338 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks+1); in aes_decipher() 1366 num_blocks = (plen-8) / 16; in aes_decipher() [all …]
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | fwio.c | 56 int ret, block, num_blocks; in cw1200_load_firmware_cw1200() local 176 num_blocks = (firmware->size - 1) / DOWNLOAD_BLOCK_SIZE + 1; in cw1200_load_firmware_cw1200() 183 for (block = 0; block < num_blocks; block++) { in cw1200_load_firmware_cw1200()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | platform.h | 165 unsigned int dev_index, u64 *num_blocks); 177 u64 *num_blocks, unsigned int *num_regions);
|
D | repository.c | 605 unsigned int dev_index, u64 *num_blocks) in ps3_repository_read_stor_dev_num_blocks() argument 611 0, num_blocks, NULL); in ps3_repository_read_stor_dev_num_blocks() 670 u64 *num_blocks, unsigned int *num_regions) in ps3_repository_read_stor_dev_info() argument 684 num_blocks); in ps3_repository_read_stor_dev_info() 1262 u64 port, blk_size, num_blocks; in dump_stor_dev_info() local 1268 repo->dev_index, &port, &blk_size, &num_blocks, &num_regions); in dump_stor_dev_info() 1279 port, blk_size, num_blocks, num_regions); in dump_stor_dev_info()
|
D | device-init.c | 337 u64 port, blk_size, num_blocks; in ps3_setup_storage_dev() local 344 &blk_size, &num_blocks, in ps3_setup_storage_dev() 354 repo->dev_index, repo->dev_type, port, blk_size, num_blocks, in ps3_setup_storage_dev()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btmrvl_sdio.c | 624 int ret, num_blocks, blksz; in btmrvl_sdio_card_to_host() local 646 num_blocks = DIV_ROUND_UP(buf_len, blksz); in btmrvl_sdio_card_to_host() 649 || (num_blocks * blksz) > ALLOC_BUF_SIZE) { in btmrvl_sdio_card_to_host() 656 skb = bt_skb_alloc(num_blocks * blksz + BTSDIO_DMA_ALIGN, GFP_ATOMIC); in btmrvl_sdio_card_to_host() 673 num_blocks * blksz); in btmrvl_sdio_card_to_host() 688 if (buf_len > blksz * num_blocks) { in btmrvl_sdio_card_to_host() 690 buf_len, blksz * num_blocks); in btmrvl_sdio_card_to_host() 728 BT_ERR("hex: %*ph", blksz * num_blocks, payload); in btmrvl_sdio_card_to_host()
|
/linux-4.4.14/drivers/target/ |
D | target_core_sbc.c | 191 u32 num_blocks; in sbc_get_write_same_sectors() local 194 num_blocks = get_unaligned_be16(&cmd->t_task_cdb[7]); in sbc_get_write_same_sectors() 196 num_blocks = get_unaligned_be32(&cmd->t_task_cdb[10]); in sbc_get_write_same_sectors() 198 num_blocks = get_unaligned_be32(&cmd->t_task_cdb[28]); in sbc_get_write_same_sectors() 204 if (num_blocks) in sbc_get_write_same_sectors() 205 return num_blocks; in sbc_get_write_same_sectors()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-fpa.h | 282 uint64_t block_size, uint64_t num_blocks);
|
/linux-4.4.14/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 26 unsigned int num_blocks; /* number of blocks that @fn will process */ member
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 1381 u32 num_blocks = io_info->numBlocks; in megasas_set_pd_lba() local 1415 cdb[28] = (u8)((num_blocks >> 24) & 0xff); in megasas_set_pd_lba() 1416 cdb[29] = (u8)((num_blocks >> 16) & 0xff); in megasas_set_pd_lba() 1417 cdb[30] = (u8)((num_blocks >> 8) & 0xff); in megasas_set_pd_lba() 1418 cdb[31] = (u8)(num_blocks & 0xff); in megasas_set_pd_lba() 1459 cdb[8] = (u8)(num_blocks & 0xff); in megasas_set_pd_lba() 1460 cdb[7] = (u8)((num_blocks >> 8) & 0xff); in megasas_set_pd_lba() 1495 cdb[13] = (u8)(num_blocks & 0xff); in megasas_set_pd_lba() 1496 cdb[12] = (u8)((num_blocks >> 8) & 0xff); in megasas_set_pd_lba() 1497 cdb[11] = (u8)((num_blocks >> 16) & 0xff); in megasas_set_pd_lba() [all …]
|
/linux-4.4.14/include/uapi/drm/ |
D | i810_drm.h | 278 int num_blocks; /* number of GFXBlocks */ member
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 1813 size_t num_blocks; in ecryptfs_encode_for_filename() local 1822 num_blocks = (src_size / 3); in ecryptfs_encode_for_filename() 1826 num_blocks++; in ecryptfs_encode_for_filename() 1838 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename() 1841 while (block_num < num_blocks) { in ecryptfs_encode_for_filename() 1845 if (block_num == (num_blocks - 1)) in ecryptfs_encode_for_filename()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_console.c | 313 u32 num_blocks = (u32) in cvmx_bootmem_phy_named_block_find() local 319 for (i = 0; i < num_blocks; i++) { in cvmx_bootmem_phy_named_block_find()
|
/linux-4.4.14/fs/ |
D | libfs.c | 993 int generic_check_addressable(unsigned blocksize_bits, u64 num_blocks) in generic_check_addressable() argument 995 u64 last_fs_block = num_blocks - 1; in generic_check_addressable() 999 if (unlikely(num_blocks == 0)) in generic_check_addressable()
|
/linux-4.4.14/drivers/media/usb/as102/ |
D | as10x_cmd.h | 390 __le16 num_blocks; member
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | vio.h | 179 u64 num_blocks; member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | verity.txt | 116 alg = sha256, num_blocks = 32768, block_size = 4096
|
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 1162 u64 v_blkno, p_blkno, p_blocks, num_blocks; in ocfs2_force_read_journal() local 1168 num_blocks = ocfs2_blocks_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_force_read_journal() 1170 while (v_blkno < num_blocks) { in ocfs2_force_read_journal()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 1158 __le16 num_blocks; member 1848 __le16 num_blocks; member
|
D | hci_core.h | 305 __u16 num_blocks; member
|
/linux-4.4.14/net/bluetooth/ |
D | hci_event.c | 780 hdev->num_blocks = __le16_to_cpu(rp->num_blocks); in hci_cc_read_data_block_size() 782 hdev->block_cnt = hdev->num_blocks; in hci_cc_read_data_block_size() 3283 BT_DBG("%s num_blocks %d num_hndl %d", hdev->name, ev->num_blocks, in hci_num_comp_blocks_evt() 3304 if (hdev->block_cnt > hdev->num_blocks) in hci_num_comp_blocks_evt() 3305 hdev->block_cnt = hdev->num_blocks; in hci_num_comp_blocks_evt()
|
/linux-4.4.14/net/sctp/ |
D | sm_statefuns.c | 5919 __u16 num_blocks; in sctp_sm_pull_sack() local 5927 num_blocks = ntohs(sack->num_gap_ack_blocks); in sctp_sm_pull_sack() 5930 len += (num_blocks + num_dup_tsns) * sizeof(__u32); in sctp_sm_pull_sack()
|
/linux-4.4.14/fs/reiserfs/ |
D | journal.c | 1724 int num_blocks, int num_trans) in kupdate_transactions() argument 1745 (!num_trans && written < num_blocks)) { in kupdate_transactions()
|