Searched refs:sp_buffers (Results 1 – 2 of 2) sorted by relevance
1682 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()1684 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()1696 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()1704 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()1708 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()1736 xhci->scratchpad->sp_buffers[i], in scratchpad_free()1739 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
1639 void **sp_buffers; member