| 122 | } |
| 123 | |
| 124 | void |
| 125 | ccp_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 |
no test coverage detected