Searched refs:xhci_segment (Results 1 – 3 of 3) sorted by relevance
65 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free()81 struct xhci_segment *seg; in xhci_ring_free()82 struct xhci_segment *first_seg; in xhci_ring_free()89 struct xhci_segment *next = seg->next; in xhci_ring_free()215 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments()216 struct xhci_segment *next, bool link_trbs) in xhci_link_segments()274 static struct xhci_segment *xhci_segment_alloc(void) in xhci_segment_alloc()276 struct xhci_segment *seg; in xhci_segment_alloc()278 seg = (struct xhci_segment *)malloc(sizeof(struct xhci_segment)); in xhci_segment_alloc()306 struct xhci_segment *prev; in xhci_ring_alloc()[all …]
37 struct xhci_segment *seg, union xhci_trb *trb) in last_trb()57 struct xhci_segment *seg, in last_trb_on_last_seg()
1003 struct xhci_segment { struct1006 struct xhci_segment *next; argument1010 struct xhci_segment *first_seg;1012 struct xhci_segment *enq_seg;1014 struct xhci_segment *deq_seg;1226 struct xhci_segment *seg;1235 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);