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

Function ccp_queue_write_tail

freebsd/crypto/ccp/ccp_hardware.c:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void
125ccp_queue_write_tail(struct ccp_queue *qp)
126{
127 ccp_write_queue_4(qp->cq_softc, qp->cq_qindex, CMD_Q_TAIL_LO_BASE,
128 ((uint32_t)qp->desc_ring_bus_addr) + (Q_DESC_SIZE * qp->cq_tail));
129}
130
131/*
132 * Given a queue and a reserved LSB entry index, compute the LSB *entry id* of

Callers 1

ccp_queue_releaseFunction · 0.85

Calls 1

ccp_write_queue_4Function · 0.85

Tested by

no test coverage detected