Home
last modified time | relevance | path

Searched refs:c_size (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/perf/req-gen/
H A Dperf.h80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
81 __field_(r_name, r_value, r_idx_1, c_offset, c_size, c_name)
113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
121 "length=" #c_size "," \
136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
/linux/crypto/
H A Dtestmgr.h143 unsigned int c_size; member
155 unsigned int c_size; member
223 .c_size = 64,
289 .c_size = 128,
398 .c_size = 256,
440 .c_size = 256,
640 .c_size = 512,
687 .c_size = ECC_MAX_BYTES * 2,
719 .c_size = ECC_MAX_BYTES * 2,
751 .c_size = ECC_MAX_BYTES * 2,
[all …]
H A Dtestmgr.c3778 unsigned int c_size; in test_akcipher_one() local
3806 c_size = vecs->c_size; in test_akcipher_one()
3828 if (req->dst_len != c_size) { in test_akcipher_one()
3834 if (memcmp(c, outbuf_enc, c_size) != 0) { in test_akcipher_one()
3836 hexdump(outbuf_enc, c_size); in test_akcipher_one()
3858 c_size = req->dst_len; in test_akcipher_one()
3862 if (WARN_ON(c_size > PAGE_SIZE)) in test_akcipher_one()
3864 memcpy(xbuf[0], c, c_size); in test_akcipher_one()
3866 sg_init_one(&src, xbuf[0], c_size); in test_akcipher_one()
3869 akcipher_request_set_crypt(req, &src, &dst, c_size, out_len_max); in test_akcipher_one()
[all …]
/linux/arch/mips/include/asm/fw/arc/
H A Dhinv.h105 unsigned short c_size; /* cache size in 4K pages */ member
107 unsigned short c_size; /* cache size in 4K pages */
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c219 size_t c_size = 0; in alloc_command_queues() local
231 c_size = (rem_q_size > qcsize_bytes) ? qcsize_bytes : in alloc_command_queues()
234 c_size + CPT_NEXT_CHUNK_PTR_SIZE, in alloc_command_queues()
244 curr->size = c_size; in alloc_command_queues()
255 rem_q_size -= c_size; in alloc_command_queues()
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c403 case CACHE_L1_INST: l1i += desc->c_size; break; in intel_cacheinfo_0x2()
404 case CACHE_L1_DATA: l1d += desc->c_size; break; in intel_cacheinfo_0x2()
405 case CACHE_L2: l2 += desc->c_size; break; in intel_cacheinfo_0x2()
406 case CACHE_L3: l3 += desc->c_size; break; in intel_cacheinfo_0x2()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c192 size_t q_size, c_size, rem_q_size; in alloc_command_queues() local
218 c_size = (rem_q_size > qcsize_bytes) ? qcsize_bytes : in alloc_command_queues()
221 c_size + OTX_CPT_NEXT_CHUNK_PTR_SIZE, in alloc_command_queues()
229 curr->size = c_size; in alloc_command_queues()
239 rem_q_size -= c_size; in alloc_command_queues()
/linux/drivers/usb/musb/
H A Dmusb_core.c1387 u8 c_size; in fifo_setup() local
1394 c_size = size - 3; in fifo_setup()
1399 c_size |= MUSB_FIFOSZ_DPB; in fifo_setup()
1416 musb_writeb(mbase, MUSB_TXFIFOSZ, c_size); in fifo_setup()
1418 hw_ep->tx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup()
1422 musb_writeb(mbase, MUSB_RXFIFOSZ, c_size); in fifo_setup()
1424 hw_ep->rx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup()
1428 musb_writeb(mbase, MUSB_TXFIFOSZ, c_size); in fifo_setup()
1430 hw_ep->rx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup()
1433 musb_writeb(mbase, MUSB_RXFIFOSZ, c_size); in fifo_setup()
[all …]
/linux/drivers/block/drbd/
H A Ddrbd_protocol.h359 u64 c_size; /* current exported size */ member
H A Ddrbd_main.c953 p->c_size = 0; in drbd_send_sizes()
955 p->c_size = cpu_to_be64(get_capacity(device->vdisk)); in drbd_send_sizes()