Searched refs:src_xfers (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c135 struct hci_xfer **src_xfers; member in struct:hci_rh_data
190 kfree(rh->src_xfers);
261 rh->src_xfers =
262 kmalloc_array(rh->xfer_entries, sizeof(*rh->src_xfers),
265 if (!rh->xfer || !rh->resp || !rh->src_xfers)
415 rh->src_xfers[enqueue_ptr] = xfer;
485 rh->src_xfers[idx] = NULL;
516 xfer = rh->src_xfers[done_ptr];

Completed in 133 milliseconds