Searched refs:first_trb (Results 1 – 2 of 2) sorted by relevance
529 for (cur_seg = cur_td->start_seg, cur_trb = cur_td->first_trb; in td_to_noop()698 cur_td->first_trb, in handle_stopped_endpoint()699 (unsigned long long)xhci_trb_virt_to_dma(cur_td->start_seg, cur_td->first_trb)); in handle_stopped_endpoint()2494 td->first_trb = ep_ring->enqueue; in prepare_transfer()2645 bool first_trb; in queue_bulk_sg_tx() local2696 first_trb = true; in queue_bulk_sg_tx()2704 if (first_trb) { in queue_bulk_sg_tx()2705 first_trb = false; in queue_bulk_sg_tx()2793 bool first_trb; in xhci_queue_bulk_tx() local2860 first_trb = true; in xhci_queue_bulk_tx()[all …]
1091 union xhci_trb *first_trb; member