Searched refs:xhci_segment (Results 1 – 3 of 3) sorted by relevance
64 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free()80 struct xhci_segment *seg; in xhci_ring_free()81 struct xhci_segment *first_seg; in xhci_ring_free()88 struct xhci_segment *next = seg->next; in xhci_ring_free()214 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments()215 struct xhci_segment *next, bool link_trbs) in xhci_link_segments()273 static struct xhci_segment *xhci_segment_alloc(void) in xhci_segment_alloc()275 struct xhci_segment *seg; in xhci_segment_alloc()277 seg = (struct xhci_segment *)malloc(sizeof(struct xhci_segment)); in xhci_segment_alloc()305 struct xhci_segment *prev; in xhci_ring_alloc()[all …]
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);
36 struct xhci_segment *seg, union xhci_trb *trb) in last_trb()56 struct xhci_segment *seg, in last_trb_on_last_seg()