Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c1373 dma_addr_t cmd_dequeue_dma; in handle_cmd_completion() local
1381 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion()
1384 if (cmd_dequeue_dma == 0) { in handle_cmd_completion()
1389 if (cmd_dma != (u64) cmd_dequeue_dma) { in handle_cmd_completion()