Searched refs:new_seg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 423 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() local 440 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring() 442 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring() 444 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring() 628 struct xhci_segment *new_seg; in xhci_move_dequeue_past_td() local 654 new_seg = ep_ring->enq_seg; in xhci_move_dequeue_past_td() 666 new_seg = ep_ring->deq_seg; in xhci_move_dequeue_past_td() 677 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td() 690 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_move_dequeue_past_td() 703 addr = xhci_trb_virt_to_dma(new_seg, new_de in xhci_move_dequeue_past_td() [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 345 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() local 362 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring() 364 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring() 366 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring() 571 struct xhci_segment *new_seg; in xhci_find_new_dequeue_state() local 611 new_seg = ep_ring->deq_seg; in xhci_find_new_dequeue_state() 644 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state() 657 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_find_new_dequeue_state() 669 state->new_deq_seg = new_seg; in xhci_find_new_dequeue_state()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 437 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | gro.c | 350 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()
|
Completed in 13 milliseconds