Searched refs:sp_buffers (Results 1 – 2 of 2) sorted by relevance
1641 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()1643 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()1655 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()1663 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()1666 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()1694 xhci->scratchpad->sp_buffers[i], in scratchpad_free()1697 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
1384 void **sp_buffers; member