Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/crypto/
H A Dtestmgr.h235 .c_size = 64,
301 .c_size = 128,
410 .c_size = 256,
452 .c_size = 256,
1369 .c_size = 55,
1387 .c_size = 54,
1405 .c_size = 55,
1424 .c_size = 55,
1444 .c_size = 55,
1468 .c_size = 72,
[all …]
H A Dtestmgr.c3969 unsigned int c_size; in test_akcipher_one() local
3997 c_size = vecs->c_size; in test_akcipher_one()
4019 if (req->dst_len != c_size) { in test_akcipher_one()
4027 hexdump(outbuf_enc, c_size); in test_akcipher_one()
4049 c_size = req->dst_len; in test_akcipher_one()
4053 if (WARN_ON(c_size > PAGE_SIZE)) in test_akcipher_one()
4055 memcpy(xbuf[0], c, c_size); in test_akcipher_one()
4057 sg_init_one(&src, xbuf[0], c_size); in test_akcipher_one()
4177 if (sig_size < vecs->c_size) { in test_sig_one()
4194 if (err != vecs->c_size || in test_sig_one()
[all …]
/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/drivers/block/drbd/
H A Ddrbd_protocol.h359 u64 c_size; /* current exported size */ member
H A Ddrbd_main.c963 p->c_size = 0; in drbd_send_sizes()
965 p->c_size = cpu_to_be64(get_capacity(device->vdisk)); in drbd_send_sizes()
H A Ddrbd_receiver.c4081 p_csize = be64_to_cpu(p->c_size); in receive_sizes()
4210 if (be64_to_cpu(p->c_size) != get_capacity(device->vdisk) || in receive_sizes()
/linux-6.15/include/linux/mmc/
H A Dcard.h31 unsigned int c_size; member
/linux-6.15/drivers/mmc/core/
H A Dsd.c172 csd->c_size = m; in mmc_decode_csd()
174 if (csd->c_size >= 0x400000 && is_sduc) in mmc_decode_csd()
176 else if (csd->c_size >= 0xFFFF) in mmc_decode_csd()