Searched refs:SEGMENT_SIZE (Results 1 – 2 of 2) sorted by relevance
69 xhci_dma_unmap(ctrl, seg->dma, SEGMENT_SIZE); in xhci_segment_free()296 seg->trbs = xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()297 seg->dma = xhci_dma_map(ctrl, seg->trbs, SEGMENT_SIZE); in xhci_segment_alloc()
991 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
Completed in 14 milliseconds