Home
last modified time | relevance | path

Searched refs:queue_trb (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c180 static struct xhci_generic_trb *queue_trb(struct xhci_ctrl *ctrl, in queue_trb() function
292 queue_trb(ctrl, ctrl->cmd_ring, false, fields); in xhci_queue_command()
701 queue_trb(ctrl, ring, (num_trbs > 1), trb_fields); in xhci_bulk_tx()
855 queue_trb(ctrl, ep_ring, true, trb_fields); in xhci_ctrl_tx()
884 queue_trb(ctrl, ep_ring, true, trb_fields); in xhci_ctrl_tx()
907 queue_trb(ctrl, ep_ring, false, trb_fields); in xhci_ctrl_tx()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c3287 static void queue_trb(struct xhci_hcd *xhci, struct xhci_ring *ring, in queue_trb() function
3805 queue_trb(xhci, ring, more_trbs_coming | need_zero_pkt, in xhci_queue_bulk_tx()
3836 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()
3880 queue_trb(xhci, ep_ring, false, 0, 0, in xhci_queue_ctrl_tx()
3930 queue_trb(xhci, ep_ring, true, in xhci_queue_ctrl_tx()
3966 queue_trb(xhci, ep_ring, true, in xhci_queue_ctrl_tx()
3983 queue_trb(xhci, ep_ring, false, in xhci_queue_ctrl_tx()
4288 queue_trb(xhci, ep_ring, more_trbs_coming, in xhci_queue_isoc_tx()
4470 queue_trb(xhci, xhci->cmd_ring, false, field1, field2, field3, in queue_command()