Searched refs:trbs (Results 1 – 5 of 5) sorted by relevance
66 free(seg->trbs); in xhci_segment_free()67 seg->trbs = NULL; in xhci_segment_free()224 val_64 = (uintptr_t)next->trbs; in xhci_link_segments()225 prev->trbs[TRBS_PER_SEGMENT-1].link.segment_ptr = val_64; in xhci_link_segments()231 val = le32_to_cpu(prev->trbs[TRBS_PER_SEGMENT-1].link.control); in xhci_link_segments()235 prev->trbs[TRBS_PER_SEGMENT-1].link.control = cpu_to_le32(val); in xhci_link_segments()250 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()280 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()333 prev->trbs[TRBS_PER_SEGMENT-1].link.control |= in xhci_ring_alloc()528 trb_64 = (uintptr_t)ctrl->cmd_ring->first_seg->trbs; in xhci_mem_init()[all …]
39 return trb == &seg->trbs[TRBS_PER_SEGMENT]; in last_trb()60 return ((trb == &seg->trbs[TRBS_PER_SEGMENT]) && in last_trb_on_last_seg()133 ring->enqueue = ring->enq_seg->trbs; in inc_enq()161 ring->dequeue = ring->deq_seg->trbs; in inc_deq()253 ep_ring->enqueue = ep_ring->enq_seg->trbs; in prepare_ring()
1004 union xhci_trb *trbs; member
3 HOMEPAGE = "https://github.com/trbs/pid/"
252 XHCITRB *trbs; member1170 xfer->trbs = g_new(XHCITRB, length); in xhci_ep_alloc_xfer()1186 g_free(xfer->trbs); in xhci_ep_free_xfer()1219 g_free(t->trbs); in xhci_ep_nuke_one_xfer()1221 t->trbs = NULL; in xhci_ep_nuke_one_xfer()1450 XHCITRB *trb = &xfer->trbs[i]; in xhci_xfer_create_sgl()1503 XHCITRB *trb = &xfer->trbs[i]; in xhci_xfer_report()1586 sctx->ring.dequeue = xfer->trbs[0].addr; in xhci_stall_ep()1587 sctx->ring.ccs = xfer->trbs[0].ccs; in xhci_stall_ep()1590 epctx->ring.dequeue = xfer->trbs[0].addr; in xhci_stall_ep()[all …]