Searched refs:enqueue_ptr (Results 1 – 1 of 1) sorted by relevance
473 unsigned int i, ring, enqueue_ptr; in hci_dma_queue_xfer() local494 enqueue_ptr = FIELD_GET(RING_OP1_CR_ENQ_PTR, op1_val); in hci_dma_queue_xfer()497 u32 *ring_data = rh->xfer + rh->xfer_struct_sz * enqueue_ptr; in hci_dma_queue_xfer()524 rh->src_xfers[enqueue_ptr] = xfer; in hci_dma_queue_xfer()527 xfer->ring_entry = enqueue_ptr; in hci_dma_queue_xfer()529 enqueue_ptr = (enqueue_ptr + 1) % rh->xfer_entries; in hci_dma_queue_xfer()535 op1_val |= FIELD_PREP(RING_OP1_CR_ENQ_PTR, enqueue_ptr); in hci_dma_queue_xfer()