Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/perf/req-gen/
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-v5.4/arch/mips/include/asm/fw/arc/
Dhinv.h105 unsigned short c_size; /* cache size in 4K pages */ member
107 unsigned short c_size; /* cache size in 4K pages */
/Linux-v5.4/drivers/crypto/cavium/cpt/
Dcptvf_main.c222 size_t c_size = 0; in alloc_command_queues() local
234 c_size = (rem_q_size > qcsize_bytes) ? qcsize_bytes : in alloc_command_queues()
237 c_size + CPT_NEXT_CHUNK_PTR_SIZE, in alloc_command_queues()
247 curr->size = c_size; in alloc_command_queues()
258 rem_q_size -= c_size; in alloc_command_queues()
/Linux-v5.4/drivers/usb/musb/
Dmusb_core.c1252 u8 c_size; in fifo_setup() local
1259 c_size = size - 3; in fifo_setup()
1264 c_size |= MUSB_FIFOSZ_DPB; in fifo_setup()
1281 musb_writeb(mbase, MUSB_TXFIFOSZ, c_size); in fifo_setup()
1283 hw_ep->tx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup()
1287 musb_writeb(mbase, MUSB_RXFIFOSZ, c_size); in fifo_setup()
1289 hw_ep->rx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup()
1293 musb_writeb(mbase, MUSB_TXFIFOSZ, c_size); in fifo_setup()
1295 hw_ep->rx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup()
1298 musb_writeb(mbase, MUSB_RXFIFOSZ, c_size); in fifo_setup()
[all …]
/Linux-v5.4/crypto/
Dtestmgr.h151 unsigned int c_size; member
207 .c_size = 64,
250 .c_size = 128,
316 .c_size = 256,
358 .c_size = 256,
558 .c_size = 512,
584 .c_size = 64,
610 .c_size = 64,
636 .c_size = 64,
669 .c_size = 128,
[all …]
Dtestmgr.c3657 unsigned int m_size, c_size; in test_akcipher_one() local
3701 c_size = vecs->c_size; in test_akcipher_one()
3708 m_size = vecs->c_size; in test_akcipher_one()
3710 c_size = vecs->m_size; in test_akcipher_one()
3722 if (WARN_ON(c_size > PAGE_SIZE)) in test_akcipher_one()
3724 memcpy(xbuf[1], c, c_size); in test_akcipher_one()
3725 sg_set_buf(&src_tab[2], xbuf[1], c_size); in test_akcipher_one()
3726 akcipher_request_set_crypt(req, src_tab, NULL, m_size, c_size); in test_akcipher_one()
3745 if (req->dst_len != c_size) { in test_akcipher_one()
3752 if (memcmp(c, outbuf_enc, c_size) != 0) { in test_akcipher_one()
[all …]
/Linux-v5.4/drivers/block/drbd/
Ddrbd_protocol.h357 u64 c_size; /* current exported size */ member
Ddrbd_receiver.c4123 p_csize = be64_to_cpu(p->c_size); in receive_sizes()
4254 if (be64_to_cpu(p->c_size) != in receive_sizes()
Ddrbd_main.c986 p->c_size = cpu_to_be64(trigger_reply ? 0 : drbd_get_capacity(device->this_bdev)); in drbd_send_sizes()
/Linux-v5.4/include/linux/mmc/
Dcard.h31 unsigned int c_size; member
/Linux-v5.4/drivers/mmc/core/
Dsd.c155 csd->c_size = UNSTUFF_BITS(resp, 48, 22); in mmc_decode_csd()
158 if (csd->c_size >= 0xFFFF) in mmc_decode_csd()
/Linux-v5.4/drivers/staging/rts5208/
Dsd.c467 u16 c_size; local
470 c_size = ((u16)(rsp[7] & 0x03) << 10)
475 sd_card->capacity = (((u32)(c_size + 1)) *