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

Function ccp_queue_lsb_address

freebsd/crypto/ccp/ccp_hardware.c:145–149  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

143 * that entry for the queue's private LSB region.
144 */
145static inline uint32_t
146ccp_queue_lsb_address(struct ccp_queue *qp, unsigned lsb_entry)
147{
148 return (ccp_queue_lsb_entry(qp, lsb_entry) * LSB_ENTRY_SIZE);
149}
150
151/*
152 * Some terminology:

Callers 7

ccp_shaFunction · 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
ccp_gcmFunction · 0.85

Calls 1

ccp_queue_lsb_entryFunction · 0.85

Tested by

no test coverage detected