Home
last modified time | relevance | path

Searched refs:new_seg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c432 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() local
449 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
451 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
453 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
637 struct xhci_segment *new_seg; in xhci_move_dequeue_past_td() local
663 new_seg = ep_ring->enq_seg; in xhci_move_dequeue_past_td()
675 new_seg = ep_ring->deq_seg; in xhci_move_dequeue_past_td()
686 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
699 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_move_dequeue_past_td()
712 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c437 struct cdnsp_segment *new_seg; in cdnsp_find_new_dequeue_state() local
452 new_seg = ep_ring->deq_seg; in cdnsp_find_new_dequeue_state()
464 if (!cycle_found && cdnsp_trb_virt_to_dma(new_seg, new_deq) in cdnsp_find_new_dequeue_state()
479 cdnsp_next_trb(pdev, ep_ring, &new_seg, &new_deq); in cdnsp_find_new_dequeue_state()
492 state->new_deq_seg = new_seg; in cdnsp_find_new_dequeue_state()
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c350 static char new_seg[TOTAL_HDR_LEN + MSS]; in send_large() local
356 create_packet(new_seg, (NUM_LARGE_PKT + 1) * MSS, 0, remainder, 0); in send_large()
361 write_packet(fd, new_seg, total_hdr_len + remainder, daddr); in send_large()