MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ccp_queue_lsb_entry

Function ccp_queue_lsb_entry

freebsd/crypto/ccp/ccp_hardware.c:135–139  ·  view source on GitHub ↗

* Given a queue and a reserved LSB entry index, compute the LSB *entry id* of * that entry for the queue's private LSB region. */

Source from the content-addressed store, hash-verified

133 * that entry for the queue's private LSB region.
134 */
135static inline uint8_t
136ccp_queue_lsb_entry(struct ccp_queue *qp, unsigned lsb_entry)
137{
138 return ((qp->private_lsb * LSB_REGION_LENGTH + lsb_entry));
139}
140
141/*
142 * Given a queue and a reserved LSB entry index, compute the LSB *address* of

Callers 8

ccp_queue_lsb_addressFunction · 0.85
ccp_passthroughFunction · 0.85
ccp_sha_single_descFunction · 0.85
ccp_do_xtsFunction · 0.85
ccp_do_blkcipherFunction · 0.85
ccp_do_ghash_aadFunction · 0.85
ccp_do_gctrFunction · 0.85
ccp_do_ghash_finalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected