/linux-4.1.27/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 | 51 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 54 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 57 .num_blocks = 2, 60 .num_blocks = 1, 70 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 73 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 76 .num_blocks = 2, 79 .num_blocks = 1, 89 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 92 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, [all …]
|
D | serpent_avx2_glue.c | 49 .num_blocks = 16, 52 .num_blocks = 8, 55 .num_blocks = 1, 65 .num_blocks = 16, 68 .num_blocks = 8, 71 .num_blocks = 1, 81 .num_blocks = 16, 84 .num_blocks = 8, 87 .num_blocks = 1, 97 .num_blocks = 16, [all …]
|
D | twofish_avx_glue.c | 90 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 93 .num_blocks = 3, 96 .num_blocks = 1, 106 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 109 .num_blocks = 3, 112 .num_blocks = 1, 122 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 125 .num_blocks = 1, 135 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 138 .num_blocks = 3, [all …]
|
D | camellia_aesni_avx_glue.c | 73 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 76 .num_blocks = 2, 79 .num_blocks = 1, 89 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 92 .num_blocks = 2, 95 .num_blocks = 1, 105 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 108 .num_blocks = 1, 118 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 121 .num_blocks = 2, [all …]
|
D | cast6_avx_glue.c | 88 .num_blocks = CAST6_PARALLEL_BLOCKS, 91 .num_blocks = 1, 101 .num_blocks = CAST6_PARALLEL_BLOCKS, 104 .num_blocks = 1, 114 .num_blocks = CAST6_PARALLEL_BLOCKS, 117 .num_blocks = 1, 127 .num_blocks = CAST6_PARALLEL_BLOCKS, 130 .num_blocks = 1, 140 .num_blocks = CAST6_PARALLEL_BLOCKS, 143 .num_blocks = 1, [all …]
|
D | serpent_avx_glue.c | 101 .num_blocks = SERPENT_PARALLEL_BLOCKS, 104 .num_blocks = 1, 114 .num_blocks = SERPENT_PARALLEL_BLOCKS, 117 .num_blocks = 1, 127 .num_blocks = SERPENT_PARALLEL_BLOCKS, 130 .num_blocks = 1, 140 .num_blocks = SERPENT_PARALLEL_BLOCKS, 143 .num_blocks = 1, 153 .num_blocks = SERPENT_PARALLEL_BLOCKS, 156 .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 | 695 .num_blocks = 8, 698 .num_blocks = 1, 708 .num_blocks = 8, 711 .num_blocks = 1,
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/tools/hv/ |
D | hv_kvp_daemon.c | 115 int num_blocks; member 183 int num_blocks = kvp_file_info[pool].num_blocks; in kvp_update_mem_state() local 198 ENTRIES_PER_BLOCK * num_blocks, in kvp_update_mem_state() 210 num_blocks++; in kvp_update_mem_state() 211 record = realloc(record, alloc_unit * num_blocks); in kvp_update_mem_state() 222 kvp_file_info[pool].num_blocks = num_blocks; in kvp_update_mem_state() 237 int num_blocks; in kvp_file_init() local 252 num_blocks = 1; in kvp_file_init() 266 record = malloc(alloc_unit * num_blocks); in kvp_file_init() 288 num_blocks++; in kvp_file_init() [all …]
|
/linux-4.1.27/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.1.27/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 | 837 if( befs_sb->num_blocks > ~((sector_t)0) ) { in befs_fill_super() 840 befs_sb->num_blocks); in befs_fill_super() 913 buf->f_blocks = BEFS_SB(sb)->num_blocks; in befs_statfs() 914 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.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1032 uint num_blocks, payload_index; in aes_cipher() local 1087 num_blocks = plen / 16; in aes_cipher() 1096 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1116 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1127 pframe, pn_vector, num_blocks+1); in aes_cipher() 1205 uint num_blocks, payload_index; in aes_decipher() local 1229 num_blocks = (plen - 8) / 16; in aes_decipher() 1259 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1270 pframe, pn_vector, num_blocks+1); in aes_decipher() 1293 num_blocks = (plen - 8) / 16; in aes_decipher() [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1141 num_blocks, payload_index; in aes_cipher() local 1202 num_blocks = plen / 16; in aes_cipher() 1214 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1239 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1253 pn_vector, num_blocks + 1); in aes_cipher() 1361 num_blocks, payload_index; in aes_decipher() local 1386 num_blocks = (plen - 8) / 16; /* plen including llc, payload_length and mic) */ in aes_decipher() 1428 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1444 pn_vector, num_blocks + 1); in aes_decipher() 1474 num_blocks = (plen - 8) / 16; in aes_decipher() [all …]
|
/linux-4.1.27/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), 814 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 828 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1091 for (i = 0; i < variant->num_blocks; i++) { in stmpe_devices_init()
|
D | pm8921-core.c | 63 unsigned int num_blocks; member 329 chip->num_blocks = DIV_ROUND_UP(chip->num_irqs, 8); in pm8921_probe() 330 chip->num_masters = DIV_ROUND_UP(chip->num_blocks, 8); in pm8921_probe()
|
D | stmpe.h | 71 int num_blocks; member
|
/linux-4.1.27/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.1.27/include/linux/platform_data/ |
D | mtd-nand-pxa3xx.h | 26 unsigned int num_blocks; /* Number of physical blocks in Flash */ member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/bluetooth/ |
D | btmrvl_sdio.c | 589 int ret, num_blocks, blksz; in btmrvl_sdio_card_to_host() local 611 num_blocks = DIV_ROUND_UP(buf_len, blksz); in btmrvl_sdio_card_to_host() 614 || (num_blocks * blksz) > ALLOC_BUF_SIZE) { in btmrvl_sdio_card_to_host() 621 skb = bt_skb_alloc(num_blocks * blksz + BTSDIO_DMA_ALIGN, GFP_ATOMIC); in btmrvl_sdio_card_to_host() 638 num_blocks * blksz); in btmrvl_sdio_card_to_host() 653 if (buf_len > blksz * num_blocks) { in btmrvl_sdio_card_to_host() 655 buf_len, blksz * num_blocks); in btmrvl_sdio_card_to_host() 693 BT_ERR("hex: %*ph", blksz * num_blocks, payload); in btmrvl_sdio_card_to_host()
|
/linux-4.1.27/drivers/target/ |
D | target_core_sbc.c | 158 u32 num_blocks; in sbc_get_write_same_sectors() local 161 num_blocks = get_unaligned_be16(&cmd->t_task_cdb[7]); in sbc_get_write_same_sectors() 163 num_blocks = get_unaligned_be32(&cmd->t_task_cdb[10]); in sbc_get_write_same_sectors() 165 num_blocks = get_unaligned_be32(&cmd->t_task_cdb[28]); in sbc_get_write_same_sectors() 171 if (num_blocks) in sbc_get_write_same_sectors() 172 return num_blocks; in sbc_get_write_same_sectors()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 1318 u32 num_blocks = io_info->numBlocks; in megasas_set_pd_lba() local 1352 cdb[28] = (u8)((num_blocks >> 24) & 0xff); in megasas_set_pd_lba() 1353 cdb[29] = (u8)((num_blocks >> 16) & 0xff); in megasas_set_pd_lba() 1354 cdb[30] = (u8)((num_blocks >> 8) & 0xff); in megasas_set_pd_lba() 1355 cdb[31] = (u8)(num_blocks & 0xff); in megasas_set_pd_lba() 1396 cdb[8] = (u8)(num_blocks & 0xff); in megasas_set_pd_lba() 1397 cdb[7] = (u8)((num_blocks >> 8) & 0xff); in megasas_set_pd_lba() 1432 cdb[13] = (u8)(num_blocks & 0xff); in megasas_set_pd_lba() 1433 cdb[12] = (u8)((num_blocks >> 8) & 0xff); in megasas_set_pd_lba() 1434 cdb[11] = (u8)((num_blocks >> 16) & 0xff); in megasas_set_pd_lba() [all …]
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-fpa.h | 282 uint64_t block_size, uint64_t num_blocks);
|
/linux-4.1.27/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 26 unsigned int num_blocks; /* number of blocks that @fn will process */ member
|
/linux-4.1.27/include/uapi/drm/ |
D | i810_drm.h | 276 int num_blocks; /* number of GFXBlocks */ member
|
/linux-4.1.27/fs/ecryptfs/ |
D | crypto.c | 1814 size_t num_blocks; in ecryptfs_encode_for_filename() local 1823 num_blocks = (src_size / 3); in ecryptfs_encode_for_filename() 1827 num_blocks++; in ecryptfs_encode_for_filename() 1839 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename() 1842 while (block_num < num_blocks) { in ecryptfs_encode_for_filename() 1846 if (block_num == (num_blocks - 1)) in ecryptfs_encode_for_filename()
|
/linux-4.1.27/fs/ |
D | libfs.c | 998 int generic_check_addressable(unsigned blocksize_bits, u64 num_blocks) in generic_check_addressable() argument 1000 u64 last_fs_block = num_blocks - 1; in generic_check_addressable() 1004 if (unlikely(num_blocks == 0)) in generic_check_addressable()
|
/linux-4.1.27/drivers/media/usb/as102/ |
D | as10x_cmd.h | 390 __le16 num_blocks; member
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | vio.h | 179 u64 num_blocks; member
|
/linux-4.1.27/Documentation/device-mapper/ |
D | verity.txt | 116 alg = sha256, num_blocks = 32768, block_size = 4096
|
/linux-4.1.27/fs/ocfs2/ |
D | journal.c | 1135 u64 v_blkno, p_blkno, p_blocks, num_blocks; in ocfs2_force_read_journal() local 1141 num_blocks = ocfs2_blocks_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_force_read_journal() 1143 while (v_blkno < num_blocks) { in ocfs2_force_read_journal()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 1144 __le16 num_blocks; member 1824 __le16 num_blocks; member
|
D | hci_core.h | 299 __u16 num_blocks; member
|
/linux-4.1.27/net/bluetooth/ |
D | hci_event.c | 775 hdev->num_blocks = __le16_to_cpu(rp->num_blocks); in hci_cc_read_data_block_size() 777 hdev->block_cnt = hdev->num_blocks; in hci_cc_read_data_block_size() 3302 BT_DBG("%s num_blocks %d num_hndl %d", hdev->name, ev->num_blocks, in hci_num_comp_blocks_evt() 3323 if (hdev->block_cnt > hdev->num_blocks) in hci_num_comp_blocks_evt() 3324 hdev->block_cnt = hdev->num_blocks; in hci_num_comp_blocks_evt()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | pxa3xx_nand.c | 1258 if (f->num_blocks * f->page_per_block > 65536) in pxa3xx_nand_config_flash() 1529 chipsize = (uint64_t)f->num_blocks * f->page_per_block * f->page_size; in pxa3xx_nand_scan()
|
/linux-4.1.27/net/sctp/ |
D | sm_statefuns.c | 5918 __u16 num_blocks; in sctp_sm_pull_sack() local 5926 num_blocks = ntohs(sack->num_gap_ack_blocks); in sctp_sm_pull_sack() 5929 len += (num_blocks + num_dup_tsns) * sizeof(__u32); in sctp_sm_pull_sack()
|
/linux-4.1.27/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()
|