Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/core/
Dud_header.c51 .size_bits = 4 },
55 .size_bits = 4 },
59 .size_bits = 4 },
63 .size_bits = 2 },
67 .size_bits = 2 },
71 .size_bits = 16 },
75 .size_bits = 5 },
79 .size_bits = 11 },
83 .size_bits = 16 }
90 .size_bits = 32 },
[all …]
Dpacker.c70 if (desc[i].size_bits <= 32) { in ib_pack()
76 shift = 32 - desc[i].offset_bits - desc[i].size_bits; in ib_pack()
84 mask = cpu_to_be32(((1ull << desc[i].size_bits) - 1) << shift); in ib_pack()
87 } else if (desc[i].size_bits <= 64) { in ib_pack()
93 shift = 64 - desc[i].offset_bits - desc[i].size_bits; in ib_pack()
101 mask = cpu_to_be64((~0ull >> (64 - desc[i].size_bits)) << shift); in ib_pack()
106 desc[i].size_bits % 8) { in ib_pack()
108 desc[i].field_name, desc[i].size_bits); in ib_pack()
115 desc[i].size_bits / 8); in ib_pack()
120 desc[i].size_bits / 8); in ib_pack()
[all …]
Dsa_query.c196 .size_bits = 64 },
200 .size_bits = 128 },
204 .size_bits = 128 },
208 .size_bits = 16 },
212 .size_bits = 16 },
216 .size_bits = 1 },
220 .size_bits = 3 },
224 .size_bits = 20 },
228 .size_bits = 8 },
232 .size_bits = 8 },
[all …]
/linux-6.6.21/kernel/printk/
Dprintk_ringbuffer.h65 unsigned int size_bits; member
265 .size_bits = (avgtextbits) + (descbits), \
Dprintk_ringbuffer.c308 #define DATA_SIZE(data_ring) _DATA_SIZE((data_ring)->size_bits)
321 #define DATA_WRAPS(data_ring, lpos) ((lpos) >> (data_ring)->size_bits)
2090 rb->text_data_ring.size_bits = textbits; in prb_init()
Dprintk.c1013 VMCOREINFO_OFFSET(prb_data_ring, size_bits); in log_buf_vmcoreinfo_setup()
/linux-6.6.21/kernel/trace/
Dftrace.c1131 if (hash->size_bits > 0) in ftrace_hash_key()
1132 return hash_long(ip, hash->size_bits); in ftrace_hash_key()
1223 int size = 1 << hash->size_bits; in ftrace_hash_clear()
1295 static struct ftrace_hash *alloc_ftrace_hash(int size_bits) in alloc_ftrace_hash() argument
1304 size = 1 << size_bits; in alloc_ftrace_hash()
1312 hash->size_bits = size_bits; in alloc_ftrace_hash()
1348 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) in alloc_and_copy_ftrace_hash() argument
1355 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1366 size = 1 << hash->size_bits; in alloc_and_copy_ftrace_hash()
1416 size = 1 << src->size_bits; in dup_hash()
[all …]
Dtrace.h831 unsigned long size_bits; member
/linux-6.6.21/drivers/scsi/
Dhptiop.c321 u32 size_bits, u32 millisec) in iop_send_sync_request_mv() argument
329 MVIOP_MU_QUEUE_ADDR_HOST_BIT | size_bits, hba); in iop_send_sync_request_mv()
341 u32 size_bits, u32 millisec) in iop_send_sync_request_mvfrey() argument
883 u32 size, size_bits; in hptiop_post_req_itl() local
887 size_bits = IOPMU_QUEUE_REQUEST_SIZE_BIT; in hptiop_post_req_itl()
889 size_bits = IOPMU_QUEUE_ADDR_HOST_BIT; in hptiop_post_req_itl()
891 size_bits = IOPMU_QUEUE_REQUEST_SIZE_BIT | in hptiop_post_req_itl()
893 writel(_req->req_shifted_phy | size_bits, in hptiop_post_req_itl()
/linux-6.6.21/include/rdma/
Dib_pack.h31 int size_bits; member
/linux-6.6.21/Documentation/admin-guide/kdump/
Dgdbmacros.txt185 set var $begin = $desc->text_blk_lpos.begin % (1U << prb->text_data_ring.size_bits)
186 set var $next = $desc->text_blk_lpos.next % (1U << prb->text_data_ring.size_bits)
Dvmcoreinfo.rst295 (prb_data_ring, size_bits|data|head_lpos|tail_lpos)