Searched refs:src_xfers (Results 1 – 1 of 1) sorted by relevance
135 struct hci_xfer **src_xfers; member190 kfree(rh->src_xfers); in hci_dma_cleanup()258 rh->src_xfers = in hci_dma_init()259 kmalloc_array(rh->xfer_entries, sizeof(*rh->src_xfers), in hci_dma_init()262 if (!rh->xfer || !rh->resp || !rh->src_xfers) in hci_dma_init()409 rh->src_xfers[enqueue_ptr] = xfer; in hci_dma_queue_xfer()480 rh->src_xfers[idx] = NULL; in hci_dma_dequeue_xfer()511 xfer = rh->src_xfers[done_ptr]; in hci_dma_xfer_done()
Completed in 5 milliseconds